Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dh/
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()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_key.c159 static DH_METHOD dh_ossl = { variable
171 static const DH_METHOD *default_DH_method = &dh_ossl;
175 return &dh_ossl; in DH_OpenSSL()