Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/dh/
H A Ddh_key.c86 static const DH_METHOD *default_DH_method = &dh_ossl; variable
95 default_DH_method = meth; in DH_set_default_method()
100 return default_DH_method; in DH_get_default_method()