Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DASN1_EXTERN_FUNCS.pod33 ASN1_ex_new_func *asn1_ex_new;
68 =item I<asn1_ex_new>
144 This is the same as I<asn1_ex_new> except that it is additionally passed the
148 non NULL, then it will always be called in preference to I<asn1_ex_new>.
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_new.c82 } else if (ef->asn1_ex_new != NULL) { in asn1_item_embed_new()
83 if (!ef->asn1_ex_new(pval, it)) in asn1_item_embed_new()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h659 ASN1_ex_new_func *asn1_ex_new; member
H A Dasn1t.h.in660 ASN1_ex_new_func *asn1_ex_new; member