Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h200 {NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb}; \
205 {NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb}; \
738 # define ASN1_AFLG_CONST_CB 8 macro
H A Dasn1t.h.in201 {NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb}; \
206 {NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb}; \
695 * and only if this variant is in use the flag ASN1_AFLG_CONST_CB must be set.
739 # define ASN1_AFLG_CONST_CB 8 macro
/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod72 The B<ASN1_AFLG_CONST_CB> flag indicates that the "const" form of the
101 the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details.
/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()