Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/engine/
H A 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()
H A Deng_list.c330 dest->ecdh_meth = src->ecdh_meth; in engine_cpy()
H A Deng_int.h155 const ECDH_METHOD *ecdh_meth; member
H A Dengine.h459 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);