Home
last modified time | relevance | path

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

/external/openssl/crypto/ecdh/
Dech_lib.c82 static const ECDH_METHOD *default_ECDH_method = NULL; variable
90 default_ECDH_method = meth; in ECDH_set_default_method()
95 if(!default_ECDH_method) in ECDH_get_default_method()
103 default_ECDH_method = ECDH_OpenSSL(); in ECDH_get_default_method()
106 return default_ECDH_method; in ECDH_get_default_method()