Home
last modified time | relevance | path

Searched refs:EVP_PKEY_EC (Results 1 – 22 of 22) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_sigalgs.c39 .key_type = EVP_PKEY_EC,
60 .key_type = EVP_PKEY_EC,
73 .key_type = EVP_PKEY_EC,
142 .key_type = EVP_PKEY_EC,
154 .key_type = EVP_PKEY_EC,
284 case EVP_PKEY_EC: in ssl_sigalg_for_legacy()
322 if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl_sigalg_pkey_ok()
H A Dssl_both.c531 case EVP_PKEY_EC: in ssl_cert_type()
H A Dssl_srvr.c2069 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl3_get_cert_verify()
H A Dssl_clnt.c2318 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl3_send_client_verify()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h1028 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1033 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1038 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1043 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1048 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1053 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1058 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1063 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1068 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
1073 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
[all …]
H A Devp.h110 #define EVP_PKEY_EC NID_X9_62_id_ecPublicKey macro
325 #define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pubkey.c118 case EVP_PKEY_EC: in d2i_PublicKey()
153 case EVP_PKEY_EC: in i2d_PublicKey()
H A Dx_pubkey.c276 case EVP_PKEY_EC: in pubkey_ex_d2i()
329 case EVP_PKEY_EC: in pubkey_ex_i2d()
645 return pubkey_ex_d2i(EVP_PKEY_EC, pval, in, len, it); in ec_pubkey_ex_d2i()
652 return pubkey_ex_i2d(EVP_PKEY_EC, pval, out, it); in ec_pubkey_ex_i2d()
H A Da_pkey.c164 keytype = EVP_PKEY_EC; in d2i_AutoPrivateKey()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c129 if (pkey->type == EVP_PKEY_EC) { in EVP_PKEY_save_parameters()
416 if (pkey->type != EVP_PKEY_EC) { in EVP_PKEY_get0_EC_KEY()
426 if (pkey->type != EVP_PKEY_EC) { in EVP_PKEY_get1_EC_KEY()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509type.c89 case EVP_PKEY_EC: in X509_certificate_type()
H A Dx509_req.c156 if (k->type == EVP_PKEY_EC) { in X509_REQ_check_private_key()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c133 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC), in eckey_pub_encode()
1011 .pkey_id = EVP_PKEY_EC,
1012 .pkey_base_id = EVP_PKEY_EC,
H A Dec_pmeth.c503 .pkey_id = EVP_PKEY_EC,
/dragonfly/contrib/ldns/
H A Ddnssec_sign.c412 if(EVP_PKEY_get_base_id(pkey) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa()
415 if(EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa()
418 if(EVP_PKEY_type(pkey->type) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa()
551 == EVP_PKEY_EC) {
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_info.c216 ptype = EVP_PKEY_EC; in STACK_OF()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c279 case EVP_PKEY_EC: in ssl_print_tmp_key()
/dragonfly/crypto/libressl/tls/
H A Dtls.c421 case EVP_PKEY_EC: in tls_keypair_setup_pkey()
/dragonfly/crypto/openssh/
H A Dssh-keygen.c714 case EVP_PKEY_EC: in do_convert_from_pkcs8()
H A Dsshkey.c4667 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC && in sshkey_parse_private_pem_fileblob()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c5153 case EVP_PKEY_EC: in openssl_pkey_type_str()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()
1388 X509_ALGOR_set0(bootstrap->alg, OBJ_nid2obj(EVP_PKEY_EC), in dpp_bootstrap_key_der()