Home
last modified time | relevance | path

Searched refs:mbedtls_sha512_common_self_test (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dsha512.c1009 static int mbedtls_sha512_common_self_test(int verbose, int is384) in mbedtls_sha512_common_self_test() function
1096 return mbedtls_sha512_common_self_test(verbose, 0); in mbedtls_sha512_self_test()
1103 return mbedtls_sha512_common_self_test(verbose, 1); in mbedtls_sha384_self_test()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha512.c1010 static int mbedtls_sha512_common_self_test(int verbose, int is384) in mbedtls_sha512_common_self_test() function
1097 return mbedtls_sha512_common_self_test(verbose, 0); in mbedtls_sha512_self_test()
1104 return mbedtls_sha512_common_self_test(verbose, 1); in mbedtls_sha384_self_test()