Home
last modified time | relevance | path

Searched refs:mbedtls_poly_mac (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_poly.h47 typedef uint32_t mbedtls_poly_mac[CC_POLY_MAC_SIZE_IN_WORDS]; typedef
65 mbedtls_poly_mac macRes /*!< [in/out] A pointer to the MAC-result buffer.*/
Dmbedtls_cc_chacha_poly.h54mbedtls_poly_mac macRes /*!< [in/out] A pointer to the MAC result buf…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dpoly1305_alt.c78 mbedtls_poly_mac macRes; in mbedtls_poly1305_mac()
95 CC_PalMemCopy(mac, (unsigned char *)macRes, sizeof(mbedtls_poly_mac)); in mbedtls_poly1305_mac()
Dchachapoly_alt.c116 mbedtls_poly_mac polyMac = {0}; in chachapoly_crypt_and_tag()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha_poly.c26 mbedtls_poly_mac macRes) in mbedtls_chacha_poly()
33 mbedtls_poly_mac polyMac = {0}; in mbedtls_chacha_poly()
Dmbedtls_cc_poly.c18 mbedtls_poly_mac macRes) in mbedtls_poly()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.h83 mbedtls_poly_mac macRes,
Dpoly.c378 static void PolyMacCalc_finalize(mbedtls_poly_mac macRes) in PolyMacCalc_finalize()
394 mbedtls_poly_mac macRes, in PolyMacCalc()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_chacha20_poly1305.c35 mbedtls_poly_mac polyMac = {0}; in chacha20_poly1305_crypt_and_tag()