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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_lib.c82 static const ECDH_METHOD *default_ECDH_method = NULL; variable
90 default_ECDH_method = meth;
95 if (!default_ECDH_method) {
102 default_ECDH_method = ECDH_OpenSSL();
105 return default_ECDH_method;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_lib.c82 static const ECDH_METHOD *default_ECDH_method = NULL; variable
90 default_ECDH_method = meth;
95 if (!default_ECDH_method) {
102 default_ECDH_method = ECDH_OpenSSL();
105 return default_ECDH_method;

Completed in 84 milliseconds