Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dsha256.c844 static int mbedtls_sha256_common_self_test(int verbose, int is224) in mbedtls_sha256_common_self_test() function
933 return mbedtls_sha256_common_self_test(verbose, 0); in mbedtls_sha256_self_test()
940 return mbedtls_sha256_common_self_test(verbose, 1); in mbedtls_sha224_self_test()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha256.c874 static int mbedtls_sha256_common_self_test(int verbose, int is224) in mbedtls_sha256_common_self_test() function
963 return mbedtls_sha256_common_self_test(verbose, 0); in mbedtls_sha256_self_test()
970 return mbedtls_sha256_common_self_test(verbose, 1); in mbedtls_sha224_self_test()