Searched refs:mbedtls_poly_mac (Results 1 – 9 of 9) sorted by relevance
47 typedef uint32_t mbedtls_poly_mac[CC_POLY_MAC_SIZE_IN_WORDS]; typedef65 mbedtls_poly_mac macRes /*!< [in/out] A pointer to the MAC-result buffer.*/
54 …mbedtls_poly_mac macRes /*!< [in/out] A pointer to the MAC result buf…
78 mbedtls_poly_mac macRes; in mbedtls_poly1305_mac()95 CC_PalMemCopy(mac, (unsigned char *)macRes, sizeof(mbedtls_poly_mac)); in mbedtls_poly1305_mac()
116 mbedtls_poly_mac polyMac = {0}; in chachapoly_crypt_and_tag()
26 mbedtls_poly_mac macRes) in mbedtls_chacha_poly()33 mbedtls_poly_mac polyMac = {0}; in mbedtls_chacha_poly()
18 mbedtls_poly_mac macRes) in mbedtls_poly()
83 mbedtls_poly_mac macRes,
378 static void PolyMacCalc_finalize(mbedtls_poly_mac macRes) in PolyMacCalc_finalize()394 mbedtls_poly_mac macRes, in PolyMacCalc()
35 mbedtls_poly_mac polyMac = {0}; in chacha20_poly1305_crypt_and_tag()