Symbol: EVP_PKEY_EC
lib/libcrypto/asn1/a_pkey.c
158
keytype = EVP_PKEY_EC;
lib/libcrypto/asn1/a_pubkey.c
118
case EVP_PKEY_EC:
lib/libcrypto/asn1/a_pubkey.c
154
case EVP_PKEY_EC:
lib/libcrypto/asn1/x_pubkey.c
284
case EVP_PKEY_EC:
lib/libcrypto/asn1/x_pubkey.c
337
case EVP_PKEY_EC:
lib/libcrypto/asn1/x_pubkey.c
671
return pubkey_ex_d2i(EVP_PKEY_EC, pval, in, len, it);
lib/libcrypto/asn1/x_pubkey.c
678
return pubkey_ex_i2d(EVP_PKEY_EC, pval, out, it);
lib/libcrypto/ec/ec.h
371
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
376
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
381
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
386
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
391
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
396
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
401
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
406
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
411
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
416
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
422
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec.h
427
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
lib/libcrypto/ec/ec_ameth.c
1037
.pkey_id = EVP_PKEY_EC,
lib/libcrypto/ec/ec_ameth.c
248
if ((aobj = OBJ_nid2obj(EVP_PKEY_EC)) == NULL)
lib/libcrypto/ec/ec_pmeth.c
527
.pkey_id = EVP_PKEY_EC,
lib/libcrypto/evp/evp.h
330
#define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
lib/libcrypto/evp/p_lib.c
305
if (pkey->type == EVP_PKEY_EC) {
lib/libcrypto/evp/p_lib.c
707
if (pkey->type != EVP_PKEY_EC) {
lib/libcrypto/pem/pem_info.c
255
ptype = EVP_PKEY_EC;
lib/libcrypto/x509/x509_req.c
152
if (pkey->type == EVP_PKEY_EC) {
lib/libcrypto/x509/x509type.c
93
case EVP_PKEY_EC:
lib/libfido2/src/es256.c
231
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL ||
lib/libfido2/src/es256.c
400
if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC ||
lib/libfido2/src/es256.c
502
if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) {
lib/libssl/ssl_both.c
382
case EVP_PKEY_EC:
lib/libssl/ssl_sigalgs.c
120
.key_type = EVP_PKEY_EC,
lib/libssl/ssl_sigalgs.c
132
.key_type = EVP_PKEY_EC,
lib/libssl/ssl_sigalgs.c
257
case EVP_PKEY_EC:
lib/libssl/ssl_sigalgs.c
293
if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
lib/libssl/ssl_sigalgs.c
39
.key_type = EVP_PKEY_EC,
lib/libssl/ssl_sigalgs.c
52
.key_type = EVP_PKEY_EC,
lib/libssl/ssl_sigalgs.c
65
.key_type = EVP_PKEY_EC,
lib/libtls/tls.c
444
case EVP_PKEY_EC:
regress/lib/libcrypto/evp/evp_pkey_cleanup.c
35
EVP_PKEY_EC,
regress/lib/libcrypto/sm2/sm2evptest.c
128
pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL);
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
316
if (EVP_PKEY_base_id(pk) != EVP_PKEY_EC) {
sbin/iked/ca.c
1467
case EVP_PKEY_EC:
sbin/iked/ca.c
1536
case EVP_PKEY_EC:
sbin/iked/crypto.c
155
{ EVP_PKEY_EC, EVP_sha256, sizeof(ecdsa_sha256), ecdsa_sha256, 0 },
sbin/iked/crypto.c
156
{ EVP_PKEY_EC, EVP_sha384, sizeof(ecdsa_sha384), ecdsa_sha384, 0 },
sbin/iked/crypto.c
157
{ EVP_PKEY_EC, EVP_sha512, sizeof(ecdsa_sha512), ecdsa_sha512, 0 },
sbin/unwind/libunbound/validator/val_secalgo.c
528
ecdsa_evp_256_md.required_pkey_type[0] = EVP_PKEY_EC;
sbin/unwind/libunbound/validator/val_secalgo.c
532
ecdsa_evp_384_md.required_pkey_type[0] = EVP_PKEY_EC;
usr.bin/openssl/s_cb.c
274
case EVP_PKEY_EC:
usr.bin/ssh/ssh-ecdsa.c
166
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL)
usr.bin/ssh/ssh-keygen.c
662
case EVP_PKEY_EC:
usr.bin/ssh/ssh-pkcs11.c
1304
} else if (EVP_PKEY_base_id(evp) == EVP_PKEY_EC) {
usr.bin/ssh/sshkey.c
3500
} else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC &&
usr.sbin/acme-client/acctproc.c
150
case EVP_PKEY_EC:
usr.sbin/acme-client/acctproc.c
291
case EVP_PKEY_EC:
usr.sbin/acme-client/acctproc.c
312
case EVP_PKEY_EC:
usr.sbin/acme-client/acctproc.c
372
case EVP_PKEY_EC:
usr.sbin/acme-client/acctproc.c
482
case EVP_PKEY_EC:
usr.sbin/acme-client/key.c
128
EVP_PKEY_base_id(pkey) == EVP_PKEY_EC)
usr.sbin/acme-client/key.c
84
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL) {
usr.sbin/relayd/ssl.c
225
case EVP_PKEY_EC:
usr.sbin/unbound/validator/val_secalgo.c
528
ecdsa_evp_256_md.required_pkey_type[0] = EVP_PKEY_EC;
usr.sbin/unbound/validator/val_secalgo.c
532
ecdsa_evp_384_md.required_pkey_type[0] = EVP_PKEY_EC;