Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod19 ASN1_aux_const_cb *asn1_const_cb; /* for ASN1_OP_I2D_ and ASN1_OP_PRINT_ */
97 =item I<asn1_const_cb>
106 I<asn1_cb> or I<asn1_const_cb> will be invoked as a result of various events
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c150 asn1_cb = ((aux->flags & ASN1_AFLG_CONST_CB) != 0) ? aux->asn1_const_cb in asn1_item_print_ctx()
H A Dtasn_enc.c96 asn1_cb = ((aux->flags & ASN1_AFLG_CONST_CB) != 0) ? aux->asn1_const_cb in ASN1_item_ex_i2d()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in710 ASN1_aux_const_cb *asn1_const_cb; /* for ASN1_OP_I2D_ and ASN1_OP_PRINT_ */ member
738 /* Use the new asn1_const_cb */
H A Dasn1t.h709 ASN1_aux_const_cb *asn1_const_cb; /* for ASN1_OP_I2D_ and ASN1_OP_PRINT_ */ member