Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h335 int mbedtls_chachapoly_self_test(int verbose);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function162 TEST_ASSERT(mbedtls_chachapoly_self_test(1) == 0);
/openthread-latest/third_party/mbedtls/repo/library/
Dchachapoly.c427 int mbedtls_chachapoly_self_test(int verbose) in mbedtls_chachapoly_self_test() function
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dselftest.c324 { "chacha20-poly1305", mbedtls_chachapoly_self_test },