Searched refs:polyKey (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
| D | mbedtls_cc_chacha_poly.c | 32 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-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | chachapoly_alt.c | 115 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-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_internal_chacha20_poly1305.c | 34 mbedtls_poly_key polyKey = {0}; in chacha20_poly1305_crypt_and_tag() local 85 (uint8_t *)&polyKey, in chacha20_poly1305_crypt_and_tag() 86 sizeof(polyKey)); in chacha20_poly1305_crypt_and_tag() 92 rc = PolyMacCalc(polyKey, aad, aad_len, in chacha20_poly1305_crypt_and_tag()
|