Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c177 static const DH_METHOD *default_DH_method = &dh_ossl; variable
186 return default_DH_method; in DH_get_default_method()
212 default_DH_method = meth; in DH_set_default_method()