Searched refs:PolyMacCalc (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_cc_poly.c | 34 rc = PolyMacCalc(pKey, NULL, 0, pDataIn, dataInSize, macRes, false); in mbedtls_poly()
|
D | mbedtls_cc_chacha_poly.c | 81 rc = PolyMacCalc(polyKey, pAddData, addDataSize, pCipherData, dataInSize, polyMac, true); in mbedtls_chacha_poly()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/ |
D | poly.h | 78 CCError_t PolyMacCalc(mbedtls_poly_key key,
|
D | poly.c | 389 CCError_t PolyMacCalc(mbedtls_poly_key key, in PolyMacCalc() function
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | poly1305_alt.c | 90 rc = PolyMacCalc(pKey, NULL, 0, input, ilen, macRes, false); in mbedtls_poly1305_mac()
|
D | chachapoly_alt.c | 149 rc = PolyMacCalc(polyKey, aad, aad_len, pCipherData, length, polyMac, true); in chachapoly_crypt_and_tag()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
D | cc3xx_internal_chacha20_poly1305.c | 93 rc = PolyMacCalc(polyKey, aad, aad_len, in chacha20_poly1305_crypt_and_tag()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | stackinfo | 164 PolyMacCalc 396 80
|