Searched refs:tls12_output (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 370 uint8_t tls12_output[32]; in main() local 371 if (!CRYPTO_tls1_prf(EVP_sha256(), tls12_output, sizeof(tls12_output), in main() 379 hexdump(tls12_output, sizeof(tls12_output)); in main()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 347 uint8_t tls12_output[32]; in main() local 348 if (!CRYPTO_tls1_prf(EVP_sha256(), tls12_output, sizeof(tls12_output), in main() 356 hexdump(tls12_output, sizeof(tls12_output)); in main()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/self_check/ |
H A D | self_check.c | 957 uint8_t tls12_output[sizeof(kTLS12Output)]; in boringssl_self_test_fast() local 958 if (!CRYPTO_tls1_prf(EVP_sha256(), tls12_output, sizeof(tls12_output), in boringssl_self_test_fast() 962 !check_test(kTLS12Output, tls12_output, sizeof(kTLS12Output), in boringssl_self_test_fast()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/self_check/ |
H A D | self_check.c | 957 uint8_t tls12_output[sizeof(kTLS12Output)]; in boringssl_self_test_fast() local 958 if (!CRYPTO_tls1_prf(EVP_sha256(), tls12_output, sizeof(tls12_output), in boringssl_self_test_fast() 962 !check_test(kTLS12Output, tls12_output, sizeof(kTLS12Output), in boringssl_self_test_fast()
|