Searched refs:ec_meth (Results 1 – 4 of 4) 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
67 EC_KEY_METHOD *ec_meth; member116 if (helpers[i] != NULL && helpers[i]->ec_meth == meth) in helper_by_ec()132 if (helper->path == NULL || helper->ec_meth == NULL || in helper_free()152 EC_KEY_METHOD_free(helper->ec_meth); in helper_free()433 if (EC_KEY_set_method(ecdsa, helper->ec_meth) != 1) in wrap_key()503 if (EC_KEY_set_method(ec_cert, helper->ec_meth) != 1) in pkcs11_make_cert()530 EC_KEY_METHOD *ec_meth = NULL; in pkcs11_start_helper_methods() local540 if ((ec_meth = EC_KEY_METHOD_new(EC_KEY_OpenSSL())) == NULL) in pkcs11_start_helper_methods()542 EC_KEY_METHOD_get_sign(ec_meth, &ec_sign, NULL, NULL); in pkcs11_start_helper_methods()543 EC_KEY_METHOD_set_sign(ec_meth, ec_sign, NULL, ecdsa_do_sign); in pkcs11_start_helper_methods()[all …]