Searched defs:hash_buf (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/ |
H A D | hsphy.c | 46 static int heci_get_hsphy_payload(void *buf, uint32_t *buf_size, uint8_t *hash_buf, in heci_get_hsphy_payload() 116 static bool verify_hsphy_hash(void *buf, uint32_t buf_size, uint8_t *hash_buf, uint8_t hash_alg) in verify_hsphy_hash() 213 static void cache_hsphy_fw_in_flash(void *buf, uint32_t buf_size, uint8_t *hash_buf, in cache_hsphy_fw_in_flash()
|
/aosp_15_r20/system/extras/verity/ |
H A D | verity_verifier.cpp | 54 uint8_t hash_buf[SHA256_DIGEST_LENGTH]; in verify_table() local
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | atom.c | 86 hash_buf(const char *string, size_t len) in hash_buf() function
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | ocb_utils.cpp | 77 UniquePtr<uint8_t[]> hash_buf(new (std::nothrow) uint8_t[SHA256_DIGEST_LENGTH]); in InitializeKeyWrappingContext() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | tls13_enc.cc | 381 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_enc.cc | 397 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | tls13_enc.cc | 381 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_enc.cc | 397 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
|
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 1426 std::string err_msg, hash_before, hash_buf, hash_after; in TEST_P() local
|