Home
last modified time | relevance | path

Searched refs:asn1_ex_d2i (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DASN1_EXTERN_FUNCS.pod36 ASN1_ex_d2i *asn1_ex_d2i;
91 =item I<asn1_ex_d2i>
105 The I<asn1_ex_d2i> entry may be NULL if I<asn1_ex_d2i_ex> has been specified
152 This is the same as I<asn1_ex_d2i> except that it is additionally passed the
156 non NULL, then it will always be called in preference to I<asn1_ex_d2i>.
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h662 ASN1_ex_d2i *asn1_ex_d2i; member
H A Dasn1t.h.in663 ASN1_ex_d2i *asn1_ex_d2i; member
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c264 return ef->asn1_ex_d2i(pval, in, len, it, tag, aclass, opt, ctx); in asn1_item_embed_d2i()