Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Dtb_ecdh.c92 if(e->ecdh_meth) in ENGINE_register_ECDH()
108 if(e->ecdh_meth) in ENGINE_set_default_ECDH()
125 return e->ecdh_meth; in ENGINE_get_ECDH()
129 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth) in ENGINE_set_ECDH() argument
131 e->ecdh_meth = ecdh_meth; in ENGINE_set_ECDH()
Deng_list.c330 dest->ecdh_meth = src->ecdh_meth; in engine_cpy()
Deng_int.h162 const ECDH_METHOD *ecdh_meth; member
Dengine.h479 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);
/external/openssl/include/openssl/
Dengine.h479 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);