Home
last modified time | relevance | path

Searched refs:polyKey (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha_poly.c32 mbedtls_poly_key polyKey = {0}; in mbedtls_chacha_poly() local
69 CC_PalMemCopy(polyKey, chachaOutState, sizeof(polyKey)); in mbedtls_chacha_poly()
81 rc = PolyMacCalc(polyKey, pAddData, addDataSize, pCipherData, dataInSize, polyMac, true); in mbedtls_chacha_poly()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c115 mbedtls_poly_key polyKey = {0}; in chachapoly_crypt_and_tag() local
138 CC_PalMemCopy(polyKey, chachaOutState, sizeof(polyKey)); in chachapoly_crypt_and_tag()
149 rc = PolyMacCalc(polyKey, aad, aad_len, pCipherData, length, polyMac, true); in chachapoly_crypt_and_tag()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_chacha20_poly1305.c35 mbedtls_poly_key polyKey = {0}; in chacha20_poly1305_crypt_and_tag() local
86 (uint8_t *)&polyKey, in chacha20_poly1305_crypt_and_tag()
87 sizeof(polyKey)); in chacha20_poly1305_crypt_and_tag()
93 rc = PolyMacCalc(polyKey, aad, aad_len, in chacha20_poly1305_crypt_and_tag()