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

/openbsd-current/lib/libfido2/src/
H A Decdh.c37 const EVP_MD *const_md; local
49 if ((const_md = EVP_sha256()) == NULL ||
50 (md = EVP_MD_meth_dup(const_md)) == NULL ||

Completed in 123 milliseconds