Searched refs:const_md (Results 1 – 1 of 1) sorted by relevance
38 const EVP_MD *const_md; in hkdf_sha256() local50 if ((const_md = EVP_sha256()) == NULL || in hkdf_sha256()51 (md = EVP_MD_meth_dup(const_md)) == NULL || in hkdf_sha256()