Home
last modified time | relevance | path

Searched refs:ASN1_PKEY_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dameth_lib.c322 ameth->pkey_flags = flags | ASN1_PKEY_DYNAMIC; in EVP_PKEY_asn1_new()
364 if (ameth && (ameth->pkey_flags & ASN1_PKEY_DYNAMIC)) { in EVP_PKEY_asn1_free()
/dragonfly/crypto/libressl/apps/openssl/
H A Dopenssl.c709 pkey_flags & ASN1_PKEY_DYNAMIC ? in list_pkey()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h901 #define ASN1_PKEY_DYNAMIC 0x2 macro