Searched refs:ec_meth (Results 1 – 6 of 6) sorted by relevance
30 if (e->ec_meth != NULL) in ENGINE_register_EC()47 if (e->ec_meth != NULL) in ENGINE_set_default_EC()68 return e->ec_meth; in ENGINE_get_EC()72 int ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ec_meth) in ENGINE_set_EC() argument74 e->ec_meth = ec_meth; in ENGINE_set_EC()
355 dest->ec_meth = src->ec_meth; in engine_cpy()
117 const EC_KEY_METHOD *ec_meth; member
352 dest->ec_meth = src->ec_meth; in engine_cpy()