Home
last modified time | relevance | path

Searched refs:ec_meth (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
Dtb_eckey.c30 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() argument
74 e->ec_meth = ec_meth; in ENGINE_set_EC()
Deng_list.c355 dest->ec_meth = src->ec_meth; in engine_cpy()
Deng_local.h117 const EC_KEY_METHOD *ec_meth; member
/third_party/openssl/crypto/engine/
Dtb_eckey.c30 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() argument
74 e->ec_meth = ec_meth; in ENGINE_set_EC()
Deng_list.c352 dest->ec_meth = src->ec_meth; in engine_cpy()
Deng_local.h117 const EC_KEY_METHOD *ec_meth; member