Searched refs:mbedtls_poly_key (Results 1 – 9 of 9) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/ |
| D | mbedtls_cc_poly.h | 50 typedef uint32_t mbedtls_poly_key[CC_POLY_KEY_SIZE_IN_WORDS]; typedef 62 mbedtls_poly_key pKey, /*!< [in] A pointer to the key buffer of the user. */
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | poly1305_alt.c | 77 mbedtls_poly_key pKey; in mbedtls_poly1305_mac() 88 CC_PalMemCopy((unsigned char *)pKey, key, sizeof(mbedtls_poly_key)); in mbedtls_poly1305_mac()
|
| D | chachapoly_alt.c | 115 mbedtls_poly_key polyKey = {0}; in chachapoly_crypt_and_tag()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
| D | mbedtls_cc_poly.c | 15 mbedtls_poly_key pKey, in mbedtls_poly()
|
| D | mbedtls_cc_chacha_poly.c | 32 mbedtls_poly_key polyKey = {0}; in mbedtls_chacha_poly()
|
| /trusted-firmware-m-latest/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 | 340 static void PolyMacCalc_setup(mbedtls_poly_key key, uint32_t *pkaRegsNum) in PolyMacCalc_setup() 389 CCError_t PolyMacCalc(mbedtls_poly_key key, in PolyMacCalc()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_chacha.c | 283 memcpy(pKey, KEY, sizeof(mbedtls_poly_key)); in runIt_Poly() 297 …RUNIT_SUB_TEST_RESULT_W_PARAMS(TEST_NAME, "KEY[%ub] PLAIN[%uB]", sizeof(mbedtls_poly_key) * 8, siz… in runIt_Poly()
|
| /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()
|