Symbol: EVP_PKEY_EC
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1705
if (pkey != NULL && EVP_PKEY_get_base_id(pkey) == EVP_PKEY_EC)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
265
if (pkey->type != EVP_PKEY_EC)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
684
krb5_boolean ecc = (EVP_PKEY_id(pkey) == EVP_PKEY_EC);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
743
if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
857
if (EVP_PKEY_id(params) == EVP_PKEY_EC) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
923
if (EVP_PKEY_id(params) == EVP_PKEY_EC) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
940
if (!EVP_PKEY_assign(pkey, EVP_PKEY_EC, eckey)) {
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
335
if (EVP_PKEY_base_id(pk) != EVP_PKEY_EC) {
crypto/openssh/ssh-ecdsa.c
177
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL)
crypto/openssh/ssh-keygen.c
746
case EVP_PKEY_EC:
crypto/openssh/ssh-pkcs11.c
1035
} else if (EVP_PKEY_base_id(evp) == EVP_PKEY_EC) {
crypto/openssh/sshkey.c
3595
} else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC &&
crypto/openssl/apps/lib/s_cb.c
243
case EVP_PKEY_EC:
crypto/openssl/apps/lib/s_cb.c
448
case EVP_PKEY_EC: {
crypto/openssl/apps/s_client.c
3450
if (EVP_PKEY_id(pkey) == EVP_PKEY_EC)
crypto/openssl/crypto/asn1/d2i_pr.c
210
keytype = EVP_PKEY_EC;
crypto/openssl/crypto/asn1/d2i_pu.c
44
&& EVP_PKEY_get_base_id(ret) == EVP_PKEY_EC) {
crypto/openssl/crypto/asn1/d2i_pu.c
73
case EVP_PKEY_EC:
crypto/openssl/crypto/asn1/i2d_evp.c
147
case EVP_PKEY_EC:
crypto/openssl/crypto/ec/ec_ameth.c
651
EVP_PKEY_EC,
crypto/openssl/crypto/ec/ec_ameth.c
652
EVP_PKEY_EC,
crypto/openssl/crypto/ec/ec_ameth.c
704
EVP_PKEY_EC,
crypto/openssl/crypto/ec/ec_ameth.c
90
if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC),
crypto/openssl/crypto/ec/ec_pmeth.c
463
EVP_PKEY_EC,
crypto/openssl/crypto/evp/ctrl_params_translate.c
1535
case EVP_PKEY_EC: {
crypto/openssl/crypto/evp/ctrl_params_translate.c
1580
case EVP_PKEY_EC: {
crypto/openssl/crypto/evp/ctrl_params_translate.c
1629
case EVP_PKEY_EC:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1819
case EVP_PKEY_EC:
crypto/openssl/crypto/evp/ctrl_params_translate.c
2173
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2176
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2184
{ OSSL_ACTION_NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2188
{ OSSL_ACTION_NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2191
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2194
{ OSSL_ACTION_GET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2197
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2200
{ OSSL_ACTION_GET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2203
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2206
{ OSSL_ACTION_GET, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
112
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
122
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
132
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
142
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
285
int keytype = nid == EVP_PKEY_SM2 ? EVP_PKEY_SM2 : EVP_PKEY_EC;
crypto/openssl/crypto/evp/ec_ctrl.c
298
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/ec_ctrl.c
33
&& ctx->pmeth != NULL && ctx->pmeth->pkey_id != EVP_PKEY_EC)
crypto/openssl/crypto/evp/p_legacy.c
78
if (EVP_PKEY_get_base_id(pkey) != EVP_PKEY_EC) {
crypto/openssl/crypto/evp/p_lib.c
105
if (pkey->type == EVP_PKEY_EC) {
crypto/openssl/crypto/evp/p_lib.c
1059
{ EVP_PKEY_EC, "EC" },
crypto/openssl/crypto/evp/p_lib.c
1138
case EVP_PKEY_EC: /* Including SM2 */
crypto/openssl/crypto/evp/p_lib.c
763
case EVP_PKEY_EC:
crypto/openssl/crypto/evp/p_lib.c
792
if ((key != NULL) && (pktype == EVP_PKEY_EC || pktype == EVP_PKEY_SM2)) {
crypto/openssl/crypto/evp/p_lib.c
802
if (curve == NID_sm2 && pktype == EVP_PKEY_EC)
crypto/openssl/crypto/evp/p_lib.c
805
type = EVP_PKEY_EC;
crypto/openssl/crypto/x509/x509_vfy.c
3724
if (EVP_PKEY_get_id(pkey) != EVP_PKEY_EC)
crypto/openssl/crypto/x509/x509type.c
44
case EVP_PKEY_EC:
crypto/openssl/crypto/x509/x_pubkey.c
808
if (type == EVP_PKEY_EC || type == EVP_PKEY_SM2)
crypto/openssl/include/openssl/evp.h
525
EVP_PKEY_assign((pkey), EVP_PKEY_EC, (eckey))
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
465
#define ec_evp_type EVP_PKEY_EC
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
759
#define ec_evp_type EVP_PKEY_EC
crypto/openssl/ssl/ssl_cert_table.h
17
{ EVP_PKEY_EC, SSL_aECDSA }, /* SSL_PKEY_ECC */
crypto/openssl/ssl/t1_lib.c
1984
NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
1989
NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
1994
NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2011
NID_sha224, SSL_MD_SHA224_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2016
NID_sha1, SSL_MD_SHA1_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2023
NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2029
NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2035
NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_EC, SSL_PKEY_ECC,
crypto/openssl/ssl/t1_lib.c
2596
if (lu->sig == EVP_PKEY_EC
crypto/openssl/ssl/t1_lib.c
2766
if (pkeyid == EVP_PKEY_EC) {
crypto/openssl/ssl/t1_lib.c
3707
*psig = EVP_PKEY_EC;
crypto/openssl/ssl/t1_lib.c
4102
rsign = EVP_PKEY_EC;
crypto/openssl/ssl/t1_lib.c
4608
if (lu->sig == EVP_PKEY_EC) {
crypto/openssl/test/ecdsatest.c
211
if (nid == NID_sm2 && as == EVP_PKEY_EC) {
crypto/openssl/test/ecdsatest.c
222
as == EVP_PKEY_EC ? "EC" : "SM2");
crypto/openssl/test/ecdsatest.c
340
return test_builtin(n, EVP_PKEY_EC);
crypto/openssl/test/ectest.c
3501
|| !TEST_ptr(decoded_key = d2i_PublicKey(EVP_PKEY_EC, &decoded_key,
crypto/openssl/test/endecode_test.c
602
itype = EVP_PKEY_EC;
crypto/openssl/test/endecoder_legacy_test.c
154
EVP_PKEY_EC,
crypto/openssl/test/endecoder_legacy_test.c
235
{ "EC", EVP_PKEY_EC, EC_params, NULL },
crypto/openssl/test/evp_extra_test.c
4698
ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL);
crypto/openssl/test/evp_extra_test.c
4724
if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen)))
crypto/openssl/test/evp_extra_test.c
5589
id = EVP_PKEY_EC;
crypto/openssl/test/evp_extra_test.c
861
{ kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC }
crypto/openssl/test/evp_extra_test.c
868
{ kExampleECKeyPKCS8_v2, sizeof(kExampleECKeyPKCS8_v2), "EC", EVP_PKEY_EC }
crypto/openssl/test/evp_extra_test.c
880
{ kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0 },
crypto/openssl/test/evp_extra_test.c
882
{ kExampleECPubKeyDER, sizeof(kExampleECPubKeyDER), "EC", EVP_PKEY_EC, 0, 1,
crypto/openssl/test/evp_extra_test.c
884
{ pExampleECParamDER, sizeof(pExampleECParamDER), "EC", EVP_PKEY_EC, 0, 0, 1,
crypto/openssl/test/evp_extra_test2.c
1513
{ kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC },
crypto/openssl/test/evp_extra_test2.c
1514
{ kExampleECKey2DER, sizeof(kExampleECKey2DER), EVP_PKEY_EC },
crypto/openssl/test/evp_pkey_dparams_test.c
232
{ EVP_PKEY_EC, ecparam_bin, sizeof(ecparam_bin),
crypto/openssl/test/evp_pkey_provided_test.c
1811
if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL))
crypto/openssl/test/evp_pkey_provided_test.c
1845
if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL))
crypto/openssl/test/ssl_cert_table_internal_test.c
50
&& test_cert_table(EVP_PKEY_EC, SSL_aECDSA, SSL_PKEY_ECC)
crypto/openssl/test/ssl_old_test.c
744
if (keyid == EVP_PKEY_EC) {
crypto/openssl/test/sslapitest.c
10262
sig_expected = EVP_PKEY_EC;
crypto/openssl/test/sslapitest.c
3157
static const int validlist2[] = { NID_sha256, EVP_PKEY_RSA, NID_sha512, EVP_PKEY_EC };
crypto/openssl/test/sslapitest.c
3158
static const int validlist3[] = { NID_sha512, EVP_PKEY_EC };
crypto/openssl/test/x509_test.c
304
privkey = d2i_PrivateKey(EVP_PKEY_EC, NULL, &p, sizeof(privkeydata));