Home
last modified time | relevance | path

Searched refs:const_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h198 # define ASN1_SEQUENCE_const_cb(tname, const_cb) \ argument
200 {NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb}; \
203 # define ASN1_SEQUENCE_cb_const_cb(tname, cb, const_cb) \ argument
205 {NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb}; \
H A Dasn1t.h.in199 # define ASN1_SEQUENCE_const_cb(tname, const_cb) \ argument
201 {NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb}; \
204 # define ASN1_SEQUENCE_cb_const_cb(tname, cb, const_cb) \ argument
206 {NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb}; \