Home
last modified time | relevance | path

Searched refs:mbedtls_poly1305_mac (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.6.0/include/mbedtls/
Dpoly1305.h149 int mbedtls_poly1305_mac(const unsigned char key[32],
/mbedtls-3.6.0/library/
Dpoly1305.c349 int mbedtls_poly1305_mac(const unsigned char key[32], in mbedtls_poly1305_mac() function
470 ret = mbedtls_poly1305_mac(test_keys[i], in mbedtls_poly1305_self_test()
/mbedtls-3.6.0/tests/suites/
Dtest_suite_poly1305.function22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
/mbedtls-3.6.0/programs/test/
Dbenchmark.c884 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()