Searched refs:mbedtls_sha512_common_self_test (Results 1 – 2 of 2) sorted by relevance
1009 static int mbedtls_sha512_common_self_test(int verbose, int is384) in mbedtls_sha512_common_self_test() function1096 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()
1010 static int mbedtls_sha512_common_self_test(int verbose, int is384) in mbedtls_sha512_common_self_test() function1097 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()