Searched refs:EVP_PKEY_NONE (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_check.c | 61 if (pkey->type == EVP_PKEY_NONE) in evp_pkey_public_check_combined() 106 if (pkey->type == EVP_PKEY_NONE) in evp_pkey_param_check_combined() 174 if (pkey->type == EVP_PKEY_NONE) in EVP_PKEY_pairwise_check()
|
H A D | p_lib.c | 395 else if (nidtype != EVP_PKEY_NONE) in new_raw_key_int() 494 return new_raw_key_int(libctx, keytype, propq, EVP_PKEY_NONE, NULL, priv, in EVP_PKEY_new_raw_private_key_ex() 509 return new_raw_key_int(libctx, keytype, propq, EVP_PKEY_NONE, NULL, pub, in EVP_PKEY_new_raw_public_key_ex() 687 return pkey_set_type(pkey, NULL, EVP_PKEY_NONE, str, len, NULL); in EVP_PKEY_set_type_str() 1454 ret->type = EVP_PKEY_NONE; in EVP_PKEY_new() 1455 ret->save_type = EVP_PKEY_NONE; in EVP_PKEY_new() 1504 if (!ossl_assert(type == EVP_PKEY_NONE || keymgmt == NULL) in pkey_set_type() 1524 if (pkey->type != EVP_PKEY_NONE in pkey_set_type() 1540 else if (type != EVP_PKEY_NONE) in pkey_set_type() 1590 if (type == EVP_PKEY_NONE) in pkey_set_type() [all...] |
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_backend.c | 176 if (id == EVP_PKEY_NONE) in ossl_ecx_key_op() 184 if (p == NULL || id == EVP_PKEY_NONE || plen != KEYLENID(id)) { in ossl_ecx_key_op() 206 if (id != EVP_PKEY_NONE) { in ossl_ecx_key_op() 258 ecx = ossl_ecx_key_op(palg, p, plen, EVP_PKEY_NONE, KEY_OP_PRIVATE, in ossl_ecx_key_from_pkcs8()
|
/freebsd/contrib/libfido2/src/fido/ |
H A D | eddsa.h | 57 #define EVP_PKEY_ED25519 EVP_PKEY_NONE
|
/freebsd/contrib/ntp/libntp/ |
H A D | libssl_compat.c | 99 return (pkey) ? pkey->type : EVP_PKEY_NONE; in sslshim_EVP_PKEY_id() 107 return (pkey) ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE; in sslshim_EVP_PKEY_base_id()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 38 if (keytype != EVP_PKEY_NONE) { in d2i_PrivateKey_decoder() 224 ret = d2i_PrivateKey_decoder(EVP_PKEY_NONE, a, pp, length, libctx, propq); in d2i_AutoPrivateKey_ex()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set_type.pod | 47 retrieved with L<EVP_PKEY_get_id(3)> will always be B<EVP_PKEY_NONE>.
|
H A D | EVP_PKEY_set1_RSA.pod | 201 type or B<NID_undef> (equivalently B<EVP_PKEY_NONE>) on error.
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | evp.h | 623 ((pk)->type == EVP_PKEY_NONE && (pk)->keymgmt == NULL) 625 ((pk)->type != EVP_PKEY_NONE || (pk)->keymgmt != NULL) 634 ((pk)->type != EVP_PKEY_NONE && (pk)->keymgmt == NULL)
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_info.c | 131 ptype = EVP_PKEY_NONE; in STACK_OF()
|
H A D | pvkfmt.c | 69 (isdss == 0 ? EVP_PKEY_RSA : isdss == 1 ? EVP_PKEY_DSA : EVP_PKEY_NONE)
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 930 return EVP_PKEY_NONE; in rsa_check_key_type()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 58 # define EVP_PKEY_NONE NID_undef macro
|