Home
last modified time | relevance | path

Searched refs:HashInit (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dmetadata.h217 void HashInit();
Dmetadata.cc104 void StaticMetadata::HashInit() { in HashInit() function in StaticMetadata
/third_party/grpc/src/core/lib/slice/
Dslice_intern.cc348 grpc_static_mdelem_table()[i].HashInit(); in grpc_slice_intern_init()
/third_party/node/src/
Dnode_crypto.h641 bool HashInit(const EVP_MD* md, v8::Maybe<unsigned int> xof_md_len);
Dnode_crypto.cc4329 if (md == nullptr || !hash->HashInit(md, xof_md_len)) { in New()
4341 bool Hash::HashInit(const EVP_MD* md, Maybe<unsigned int> xof_md_len) { in HashInit() function in node::crypto::Hash