Home
last modified time | relevance | path

Searched refs:ASN1_PKEY_ALIAS (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/asn1/
Dameth_lib.c84 if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS)) in EVP_PKEY_asn1_find()
130 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in EVP_PKEY_asn1_find_str()
152 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) != 0) in EVP_PKEY_asn1_add0()
154 && (ameth->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in EVP_PKEY_asn1_add0()
181 ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL); in EVP_PKEY_asn1_add_alias()
/third_party/openssl/test/
Dasn1_internal_test.c88 if (!TEST_true(((*tmp)->pem_str == NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) != 0) in test_standard_methods()
89 … || ((*tmp)->pem_str != NULL && ((*tmp)->pkey_flags & ASN1_PKEY_ALIAS) == 0))) { in test_standard_methods()
/third_party/openssl/crypto/dsa/
Ddsa_ameth.c522 ASN1_PKEY_ALIAS},
527 ASN1_PKEY_ALIAS},
532 ASN1_PKEY_ALIAS},
537 ASN1_PKEY_ALIAS},
/third_party/openssl/crypto/store/
Dloader_file.c452 || ameth2->pkey_flags & ASN1_PKEY_ALIAS) in try_decode_PrivateKey()
475 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in try_decode_PrivateKey()
591 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in try_decode_params()
/third_party/openssl/apps/
Dopenssl.c604 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
/third_party/openssl/crypto/ec/
Dec_ameth.c632 ASN1_PKEY_ALIAS
/third_party/openssl/crypto/rsa/
Drsa_ameth.c1095 ASN1_PKEY_ALIAS}
/third_party/openssl/include/openssl/
Devp.h1131 # define ASN1_PKEY_ALIAS 0x1 macro