Symbol: EVP_PKEY_NONE
crypto/openssl/crypto/asn1/d2i_pr.c
247
ret = d2i_PrivateKey_decoder(EVP_PKEY_NONE, a, pp, length, libctx, propq);
crypto/openssl/crypto/asn1/d2i_pr.c
44
if (keytype != EVP_PKEY_NONE) {
crypto/openssl/crypto/ec/ecx_backend.c
170
if (id == EVP_PKEY_NONE)
crypto/openssl/crypto/ec/ecx_backend.c
178
if (p == NULL || id == EVP_PKEY_NONE || plen != KEYLENID(id)) {
crypto/openssl/crypto/ec/ecx_backend.c
200
if (id != EVP_PKEY_NONE) {
crypto/openssl/crypto/ec/ecx_backend.c
252
ecx = ossl_ecx_key_op(palg, p, plen, EVP_PKEY_NONE, KEY_OP_PRIVATE,
crypto/openssl/crypto/evp/p_lib.c
1507
ret->type = EVP_PKEY_NONE;
crypto/openssl/crypto/evp/p_lib.c
1508
ret->save_type = EVP_PKEY_NONE;
crypto/openssl/crypto/evp/p_lib.c
1560
if (!ossl_assert(type == EVP_PKEY_NONE || keymgmt == NULL)
crypto/openssl/crypto/evp/p_lib.c
1580
if (pkey->type != EVP_PKEY_NONE
crypto/openssl/crypto/evp/p_lib.c
1596
else if (type != EVP_PKEY_NONE)
crypto/openssl/crypto/evp/p_lib.c
1645
if (type == EVP_PKEY_NONE)
crypto/openssl/crypto/evp/p_lib.c
1673
if (pkey_set_type(NULL, NULL, EVP_PKEY_NONE, name, strlen(name),
crypto/openssl/crypto/evp/p_lib.c
1706
return pkey_set_type(pkey, NULL, EVP_PKEY_NONE,
crypto/openssl/crypto/evp/p_lib.c
1838
x->type = EVP_PKEY_NONE;
crypto/openssl/crypto/evp/p_lib.c
2098
if (!ossl_assert(type != EVP_PKEY_NONE)) {
crypto/openssl/crypto/evp/p_lib.c
432
else if (nidtype != EVP_PKEY_NONE)
crypto/openssl/crypto/evp/p_lib.c
531
return new_raw_key_int(libctx, keytype, propq, EVP_PKEY_NONE, NULL, priv,
crypto/openssl/crypto/evp/p_lib.c
546
return new_raw_key_int(libctx, keytype, propq, EVP_PKEY_NONE, NULL, pub,
crypto/openssl/crypto/evp/p_lib.c
723
return pkey_set_type(pkey, NULL, EVP_PKEY_NONE, str, len, NULL);
crypto/openssl/crypto/evp/pmeth_check.c
108
if (pkey->type == EVP_PKEY_NONE)
crypto/openssl/crypto/evp/pmeth_check.c
178
if (pkey->type == EVP_PKEY_NONE)
crypto/openssl/crypto/evp/pmeth_check.c
62
if (pkey->type == EVP_PKEY_NONE)
crypto/openssl/crypto/pem/pem_info.c
131
ptype = EVP_PKEY_NONE;
crypto/openssl/crypto/pem/pvkfmt.c
72
: EVP_PKEY_NONE)
crypto/openssl/include/crypto/evp.h
637
((pk)->type == EVP_PKEY_NONE && (pk)->keymgmt == NULL)
crypto/openssl/include/crypto/evp.h
639
((pk)->type != EVP_PKEY_NONE || (pk)->keymgmt != NULL)
crypto/openssl/include/crypto/evp.h
648
((pk)->type != EVP_PKEY_NONE && (pk)->keymgmt == NULL)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1007
return EVP_PKEY_NONE;
crypto/openssl/test/tls-provider.c
1220
if (p == NULL || nid == EVP_PKEY_NONE || nid == NID_undef) {