Home
last modified time | relevance | path

Searched defs:hash_buf (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/
H A Dhsphy.c46 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 Dverity_verifier.cpp54 uint8_t hash_buf[SHA256_DIGEST_LENGTH]; in verify_table() local
/aosp_15_r20/external/libxkbcommon/src/
H A Datom.c86 hash_buf(const char *string, size_t len) in hash_buf() function
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Docb_utils.cpp77 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 Dtls13_enc.cc381 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/
Dtls13_enc.cc397 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dtls13_enc.cc381 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/
Dtls13_enc.cc397 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp1426 std::string err_msg, hash_before, hash_buf, hash_after; in TEST_P() local