Home
last modified time | relevance | path

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/
Dmbedtls_cc_poly.h50 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/
Dpoly1305_alt.c77 mbedtls_poly_key pKey; in mbedtls_poly1305_mac()
88 CC_PalMemCopy((unsigned char *)pKey, key, sizeof(mbedtls_poly_key)); in mbedtls_poly1305_mac()
Dchachapoly_alt.c115 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/
Dmbedtls_cc_poly.c15 mbedtls_poly_key pKey, in mbedtls_poly()
Dmbedtls_cc_chacha_poly.c32 mbedtls_poly_key polyKey = {0}; in mbedtls_chacha_poly()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.h78 CCError_t PolyMacCalc(mbedtls_poly_key key,
Dpoly.c340 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/
Drun_integration_chacha.c283 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/
Dcc3xx_internal_chacha20_poly1305.c34 mbedtls_poly_key polyKey = {0}; in chacha20_poly1305_crypt_and_tag()