Home
last modified time | relevance | path

Searched refs:ASN1_PKEY_ALIAS (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c87 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 Dameth_lib.c87 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 Dasn1_internal_test.c89 * 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 Ddsa_ameth.c524 ASN1_PKEY_ALIAS},
529 ASN1_PKEY_ALIAS},
534 ASN1_PKEY_ALIAS},
539 ASN1_PKEY_ALIAS},
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c524 ASN1_PKEY_ALIAS},
529 ASN1_PKEY_ALIAS},
534 ASN1_PKEY_ALIAS},
539 ASN1_PKEY_ALIAS},
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c568 || (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 De_loader_attic.c568 || (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 Dcore_namemap.c431 if ((flags & ASN1_PKEY_ALIAS) == 0) { in get_legacy_pkey_meth_names()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c706 ASN1_PKEY_ALIAS
/third_party/openssl/crypto/ec/
H A Dec_ameth.c706 ASN1_PKEY_ALIAS
/third_party/openssl/crypto/
H A Dcore_namemap.c428 if ((flags & ASN1_PKEY_ALIAS) == 0) { in get_legacy_pkey_meth_names()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c990 ASN1_PKEY_ALIAS}
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c955 ASN1_PKEY_ALIAS}
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c1100 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
/third_party/openssl/apps/
H A Dlist.c1100 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1131 # define ASN1_PKEY_ALIAS 0x1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1546 # define ASN1_PKEY_ALIAS 0x1 macro
/third_party/openssl/include/openssl/
H A Devp.h1544 # define ASN1_PKEY_ALIAS 0x1 macro

Completed in 46 milliseconds