Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A 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()
H A Deng_list.c355 dest->ec_meth = src->ec_meth; in engine_cpy()
H A Deng_local.h117 const EC_KEY_METHOD *ec_meth; member
/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c67 EC_KEY_METHOD *ec_meth; member
116 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() local
540 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 …]