Home
last modified time | relevance | path

Searched refs:ENGINE_PKEY_ASN1_METHS_PTR (Results 1 – 3 of 3) sorted by last modified time

/dragonfly/crypto/libressl/include/openssl/
H A Dengine.h298 typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **, typedef
473 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f);
512 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e);
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_int.h172 ENGINE_PKEY_ASN1_METHS_PTR pkey_asn1_meths;
H A Dtb_asnmth.c135 ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e); in ENGINE_get_pkey_asn1_meth()
145 ENGINE_PKEY_ASN1_METHS_PTR
153 ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f) in ENGINE_set_pkey_asn1_meths()