Searched refs:HashInit (Results 1 – 2 of 2) sorted by relevance
24 bool HashInit(const EVP_MD* md, v8::Maybe<unsigned int> xof_md_len);
109 if (md == nullptr || !hash->HashInit(md, xof_md_len)) { in New()120 bool Hash::HashInit(const EVP_MD* md, Maybe<unsigned int> xof_md_len) { in HashInit() function in node::crypto::Hash