Searched refs:kHashFunction (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ |
D | bcm.c | 201 const EVP_MD *const kHashFunction = EVP_sha256(); in BORINGSSL_bcm_power_on_self_test() local 204 const EVP_MD *const kHashFunction = EVP_sha512(); in BORINGSSL_bcm_power_on_self_test() local 211 if (!HMAC_Init_ex(&hmac_ctx, kHMACKey, sizeof(kHMACKey), kHashFunction, in BORINGSSL_bcm_power_on_self_test()
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/ |
D | bcm.cc | 215 const EVP_MD *const kHashFunction = EVP_sha256(); in BORINGSSL_integrity_test() local 224 if (!HMAC_Init_ex(&hmac_ctx, kHMACKey, sizeof(kHMACKey), kHashFunction, in BORINGSSL_integrity_test()
|
/external/boringssl/src/crypto/fipsmodule/ |
D | bcm.cc | 223 const EVP_MD *const kHashFunction = EVP_sha256(); in BORINGSSL_integrity_test() local 232 if (!HMAC_Init_ex(&hmac_ctx, kHMACKey, sizeof(kHMACKey), kHashFunction, in BORINGSSL_integrity_test()
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/ |
D | bcm.cc | 215 const EVP_MD *const kHashFunction = EVP_sha256(); in BORINGSSL_integrity_test() local 224 if (!HMAC_Init_ex(&hmac_ctx, kHMACKey, sizeof(kHMACKey), kHashFunction, in BORINGSSL_integrity_test()
|