Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/asn1/
HDameth_lib.c179 if (!t || !(t->pkey_flags & ASN1_PKEY_ALIAS)) in EVP_PKEY_asn1_find()
224 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) in EVP_PKEY_asn1_find_str()
249 ameth = EVP_PKEY_asn1_new(from, ASN1_PKEY_ALIAS, NULL, NULL); in EVP_PKEY_asn1_add_alias()
/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_ameth.c629 ASN1_PKEY_ALIAS},
634 ASN1_PKEY_ALIAS},
639 ASN1_PKEY_ALIAS},
644 ASN1_PKEY_ALIAS},
/NextBSD/crypto/openssl/apps/
HDopenssl.c610 if (pkey_flags & ASN1_PKEY_ALIAS) { in list_pkey()
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_ameth.c958 ASN1_PKEY_ALIAS}
/NextBSD/crypto/openssl/crypto/evp/
HDevp.h1053 # define ASN1_PKEY_ALIAS 0x1 macro