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 D | poly1305.c | 349 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 D | poly1305.c | 349 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 D | poly1305.h | 149 int mbedtls_poly1305_mac(const unsigned char key[32],
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | poly1305.h | 149 int mbedtls_poly1305_mac(const unsigned char key[32],
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_poly1305.function | 22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_poly1305.function | 22 TEST_ASSERT(mbedtls_poly1305_mac(key->x, src_str->x,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 884 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 D | benchmark.c | 965 TIME_AND_TSC("Poly1305", mbedtls_poly1305_mac(buf, buf, BUFSIZE, buf)); in main()
|