Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
/aosp_15_r20/external/mbedtls/library/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpoly1305.h149 int mbedtls_poly1305_mac(const unsigned char key[32],
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpoly1305.h149 int mbedtls_poly1305_mac(const unsigned char key[32],
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_poly1305.function22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_poly1305.function22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c884 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c965 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()