Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Decdh.c38 const EVP_MD *const_md; in hkdf_sha256() local
50 if ((const_md = EVP_sha256()) == NULL || in hkdf_sha256()
51 (md = EVP_MD_meth_dup(const_md)) == NULL || in hkdf_sha256()