Searched refs:ASN1_PKEY_ALIAS (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 87 if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS)) in EVP_PKEY_asn1_find() 133 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in EVP_PKEY_asn1_find_str() 149 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in EVP_PKEY_asn1_add0() 150 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in EVP_PKEY_asn1_add0() 155 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) != 0) in EVP_PKEY_asn1_add0() 157 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in EVP_PKEY_asn1_add0() 184 ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL); in EVP_PKEY_asn1_add_alias()
|
/third_party/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 87 if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS)) in EVP_PKEY_asn1_find() 133 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in EVP_PKEY_asn1_find_str() 149 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in EVP_PKEY_asn1_add0() 150 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in EVP_PKEY_asn1_add0() 155 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) != 0) in EVP_PKEY_asn1_add0() 157 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in EVP_PKEY_asn1_add0() 184 ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL); in EVP_PKEY_asn1_add_alias()
|
/third_party/openssl/test/ |
H A D | asn1_internal_test.c | 89 * pem_str == NULL AND ASN1_PKEY_ALIAS is set in test_standard_methods() 90 * pem_str != NULL AND ASN1_PKEY_ALIAS is clear in test_standard_methods() 94 if (!TEST_true(((*tmp)->pem_str == NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) != 0) in test_standard_methods() 95 || ((*tmp)->pem_str != NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in test_standard_methods()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 524 ASN1_PKEY_ALIAS}, 529 ASN1_PKEY_ALIAS}, 534 ASN1_PKEY_ALIAS}, 539 ASN1_PKEY_ALIAS},
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 524 ASN1_PKEY_ALIAS}, 529 ASN1_PKEY_ALIAS}, 534 ASN1_PKEY_ALIAS}, 539 ASN1_PKEY_ALIAS},
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 568 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey() 597 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey() 709 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_params()
|
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 568 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey() 597 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey() 709 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_params()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_namemap.c | 431 if ((flags & ASN1_PKEY_ALIAS) == 0) { in get_legacy_pkey_meth_names()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 706 ASN1_PKEY_ALIAS
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 706 ASN1_PKEY_ALIAS
|
/third_party/openssl/crypto/ |
H A D | core_namemap.c | 428 if ((flags & ASN1_PKEY_ALIAS) == 0) { in get_legacy_pkey_meth_names()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 990 ASN1_PKEY_ALIAS}
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 955 ASN1_PKEY_ALIAS}
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | list.c | 1100 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
|
/third_party/openssl/apps/ |
H A D | list.c | 1100 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1131 # define ASN1_PKEY_ALIAS 0x1 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1546 # define ASN1_PKEY_ALIAS 0x1 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1544 # define ASN1_PKEY_ALIAS 0x1 macro
|
Completed in 50 milliseconds