Home
last modified time | relevance | path

Searched refs:mbedtls_poly1305_mac (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dpoly1305.h161 int mbedtls_poly1305_mac(const unsigned char key[32],
/third_party/mbedtls/library/
H A Dpoly1305.c361 int mbedtls_poly1305_mac(const unsigned char key[32], in mbedtls_poly1305_mac() function
482 ret = mbedtls_poly1305_mac(test_keys[i], in mbedtls_poly1305_self_test()
/third_party/mbedtls/programs/test/
H A Dbenchmark.c965 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()

Completed in 3 milliseconds