Home
last modified time | relevance | path

Searched refs:EVP_PKEY_NONE (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_check.c61 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 Dp_lib.c395 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 Decx_backend.c176 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 Deddsa.h57 #define EVP_PKEY_ED25519 EVP_PKEY_NONE
/freebsd/contrib/ntp/libntp/
H A Dlibssl_compat.c99 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 Dd2i_pr.c38 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 DEVP_PKEY_set_type.pod47 retrieved with L<EVP_PKEY_get_id(3)> will always be B<EVP_PKEY_NONE>.
H A DEVP_PKEY_set1_RSA.pod201 type or B<NID_undef> (equivalently B<EVP_PKEY_NONE>) on error.
/freebsd/crypto/openssl/include/crypto/
H A Devp.h623 ((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 Dpem_info.c131 ptype = EVP_PKEY_NONE; in STACK_OF()
H A Dpvkfmt.c69 (isdss == 0 ? EVP_PKEY_RSA : isdss == 1 ? EVP_PKEY_DSA : EVP_PKEY_NONE)
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c930 return EVP_PKEY_NONE; in rsa_check_key_type()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h58 # define EVP_PKEY_NONE NID_undef macro