Searched refs:ASN1_AFLG_CONST_CB (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 200 {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 D | asn1t.h.in | 201 {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 D | ASN1_aux_cb.pod | 72 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 D | tasn_prn.c | 150 asn1_cb = ((aux->flags & ASN1_AFLG_CONST_CB) != 0) ? aux->asn1_const_cb in asn1_item_print_ctx()
|
H A D | tasn_enc.c | 96 asn1_cb = ((aux->flags & ASN1_AFLG_CONST_CB) != 0) ? aux->asn1_const_cb in ASN1_item_ex_i2d()
|