Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/util/fipstools/
H A Dtest_fips.c357 uint8_t tls10_output[32]; in main() local
358 if (!CRYPTO_tls1_prf(EVP_md5_sha1(), tls10_output, sizeof(tls10_output), in main()
366 hexdump(tls10_output, sizeof(tls10_output)); in main()
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/
H A Dtest_fips.c334 uint8_t tls10_output[32]; in main() local
335 if (!CRYPTO_tls1_prf(EVP_md5_sha1(), tls10_output, sizeof(tls10_output), in main()
343 hexdump(tls10_output, sizeof(tls10_output)); in main()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/self_check/
H A Dself_check.c936 uint8_t tls10_output[sizeof(kTLS10Output)]; in boringssl_self_test_fast() local
937 if (!CRYPTO_tls1_prf(EVP_md5_sha1(), tls10_output, sizeof(tls10_output), in boringssl_self_test_fast()
941 !check_test(kTLS10Output, tls10_output, sizeof(kTLS10Output), in boringssl_self_test_fast()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/self_check/
H A Dself_check.c936 uint8_t tls10_output[sizeof(kTLS10Output)]; in boringssl_self_test_fast() local
937 if (!CRYPTO_tls1_prf(EVP_md5_sha1(), tls10_output, sizeof(tls10_output), in boringssl_self_test_fast()
941 !check_test(kTLS10Output, tls10_output, sizeof(kTLS10Output), in boringssl_self_test_fast()