Searched refs:ecdh_meth (Results 1 – 5 of 5) sorted by relevance
92 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() argument131 e->ecdh_meth = ecdh_meth; in ENGINE_set_ECDH()
330 dest->ecdh_meth = src->ecdh_meth; in engine_cpy()
162 const ECDH_METHOD *ecdh_meth; member
479 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);