Searched refs:mbedtls_poly1305_mac (Results 1 – 4 of 4) sorted by relevance
149 int mbedtls_poly1305_mac(const unsigned char key[32],
349 int mbedtls_poly1305_mac(const unsigned char key[32], in mbedtls_poly1305_mac() function470 ret = mbedtls_poly1305_mac(test_keys[i], in mbedtls_poly1305_self_test()
22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
884 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()