Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c165 static DH_METHOD dh_ossl = { variable
177 static const DH_METHOD *default_DH_method = &dh_ossl;
181 return &dh_ossl; in DH_OpenSSL()