Home
last modified time | relevance | path

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

/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()
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()
/openssl/test/
H A Dasn1_internal_test.c94 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()
/openssl/crypto/dsa/
H A Ddsa_ameth.c525 ASN1_PKEY_ALIAS},
531 ASN1_PKEY_ALIAS},
537 ASN1_PKEY_ALIAS},
/openssl/engines/
H A De_loader_attic.c565 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey()
594 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_PrivateKey()
706 || (pkey_flags & ASN1_PKEY_ALIAS) != 0) in try_decode_params()
/openssl/crypto/
H A Dcore_namemap.c432 if ((flags & ASN1_PKEY_ALIAS) == 0) { in get_legacy_pkey_meth_names()
/openssl/crypto/ec/
H A Dec_ameth.c706 ASN1_PKEY_ALIAS
/openssl/crypto/rsa/
H A Drsa_ameth.c1011 ASN1_PKEY_ALIAS}
/openssl/apps/
H A Dlist.c1150 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
/openssl/include/openssl/
H A Devp.h1562 # define ASN1_PKEY_ALIAS 0x1 macro

Completed in 39 milliseconds