Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_lib.c80 static const ECDH_METHOD *default_ECDH_method = NULL; variable
89 default_ECDH_method = meth; in ECDH_set_default_method()
95 if (!default_ECDH_method) { in ECDH_get_default_method()
96 default_ECDH_method = ECDH_OpenSSL(); in ECDH_get_default_method()
98 return default_ECDH_method; in ECDH_get_default_method()