Home
last modified time | relevance | path

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

/external/openssl/crypto/ecdh/
Dech_lib.c101 return ECDH_OpenSSL(); in ECDH_get_default_method()
103 default_ECDH_method = ECDH_OpenSSL(); in ECDH_get_default_method()
Decdh.h88 const ECDH_METHOD *ECDH_OpenSSL(void);
Dech_ossl.c97 const ECDH_METHOD *ECDH_OpenSSL(void) in ECDH_OpenSSL() function
/external/openssl/include/openssl/
Decdh.h88 const ECDH_METHOD *ECDH_OpenSSL(void);
/external/openssl/crypto/engine/
Deng_openssl.c144 || !ENGINE_set_ECDH(e, ECDH_OpenSSL()) in bind_helper()