Home
last modified time | relevance | path

Searched refs:hash_buf (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/
Datom.c80 hash_buf(const char *string, size_t len) in hash_buf() function
157 uint32_t fingerprint = hash_buf(string, len); in atom_intern()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_enc.cc376 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
380 if (!EVP_Digest(context.data(), context.size(), hash_buf, &hash_len, digest, in tls13_export_keying_material()
387 auto hash = MakeConstSpan(hash_buf, hash_len); in tls13_export_keying_material()
/external/boringssl/src/ssl/
Dtls13_enc.cc375 uint8_t hash_buf[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local
379 if (!EVP_Digest(context.data(), context.size(), hash_buf, &hash_len, digest, in tls13_export_keying_material()
386 auto hash = MakeConstSpan(hash_buf, hash_len); in tls13_export_keying_material()