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

/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Dech_lib.c79 static const ECDH_METHOD *default_ECDH_method = NULL; variable
87 default_ECDH_method = meth;
92 if (!default_ECDH_method)
93 default_ECDH_method = ECDH_OpenSSL();
94 return default_ECDH_method;

Completed in 46 milliseconds