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

/netbsd-current/external/bsd/libfido2/dist/src/
H A Decdh.c38 const EVP_MD *const_md; local
50 if ((const_md = EVP_sha256()) == NULL ||
51 (md = EVP_MD_meth_dup(const_md)) == NULL ||

Completed in 301 milliseconds