/third_party/node/deps/openssl/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...] |
/third_party/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() 1451 ret->type = EVP_PKEY_NONE; in EVP_PKEY_new() 1452 ret->save_type = EVP_PKEY_NONE; in EVP_PKEY_new() 1501 if (!ossl_assert(type == EVP_PKEY_NONE || keymgmt == NULL) in pkey_set_type() 1521 if (pkey->type != EVP_PKEY_NONE in pkey_set_type() 1537 else if (type != EVP_PKEY_NONE) in pkey_set_type() 1587 if (type == EVP_PKEY_NONE) in pkey_set_type() [all...] |
/third_party/node/deps/openssl/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() 255 * EVP_PKEY_NONE means that ecx_key_op() has to figure out the key type in ossl_ecx_key_from_pkcs8() 258 ecx = ossl_ecx_key_op(palg, p, plen, EVP_PKEY_NONE, KEY_OP_PRIVATE, in ossl_ecx_key_from_pkcs8()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.c | 173 if (id == EVP_PKEY_NONE) in ossl_ecx_key_op() 181 if (p == NULL || id == EVP_PKEY_NONE || plen != KEYLENID(id)) { in ossl_ecx_key_op() 203 if (id != EVP_PKEY_NONE) { in ossl_ecx_key_op() 252 * EVP_PKEY_NONE means that ecx_key_op() has to figure out the key type in ossl_ecx_key_from_pkcs8() 255 ecx = ossl_ecx_key_op(palg, p, plen, EVP_PKEY_NONE, KEY_OP_PRIVATE, in ossl_ecx_key_from_pkcs8()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 38 if (keytype != EVP_PKEY_NONE) { in d2i_PrivateKey_decoder() 216 * EVP_PKEY_NONE, which then figures out the type during decoding. 224 ret = d2i_PrivateKey_decoder(EVP_PKEY_NONE, a, pp, length, libctx, propq); in d2i_AutoPrivateKey_ex()
|
/third_party/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 38 if (keytype != EVP_PKEY_NONE) { in d2i_PrivateKey_decoder() 216 * EVP_PKEY_NONE, which then figures out the type during decoding. 224 ret = d2i_PrivateKey_decoder(EVP_PKEY_NONE, a, pp, length, libctx, propq); in d2i_AutoPrivateKey_ex()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 602 * type == EVP_PKEY_NONE && keymgmt == NULL 606 * (type != EVP_PKEY_NONE && pkey.ptr == NULL) ## legacy (libcrypto only) 611 * (type != EVP_PKEY_NONE && pkey.ptr != NULL) ## legacy (libcrypto only) 616 * keymgmt == NULL && type != EVP_PKEY_NONE 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)
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 602 * type == EVP_PKEY_NONE && keymgmt == NULL 606 * (type != EVP_PKEY_NONE && pkey.ptr == NULL) ## legacy (libcrypto only) 611 * (type != EVP_PKEY_NONE && pkey.ptr != NULL) ## legacy (libcrypto only) 616 * keymgmt == NULL && type != EVP_PKEY_NONE 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)
|
/third_party/node/deps/openssl/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)
|
/third_party/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)
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 930 return EVP_PKEY_NONE; in rsa_check_key_type()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 919 return EVP_PKEY_NONE; in rsa_check_key_type()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 41 # define EVP_PKEY_NONE NID_undef macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 58 # define EVP_PKEY_NONE NID_undef macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 58 # define EVP_PKEY_NONE NID_undef macro
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 1019 return EVP_PKEY_NONE; in map_key_type()
|