Searched refs:asn1_cb (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c84 ASN1_aux_cb *asn1_cb; local
90 if (aux && aux->asn1_cb)
91 asn1_cb = aux->asn1_cb;
93 asn1_cb = 0;
109 if (asn1_cb) {
110 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
121 if (asn1_cb)
122 asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
145 if (asn1_cb) {
[all...]
H A Dtasn_new.c96 ASN1_aux_cb *asn1_cb; local
99 if (aux && aux->asn1_cb)
100 asn1_cb = aux->asn1_cb;
102 asn1_cb = 0;
142 if (asn1_cb) {
143 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
161 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
167 if (asn1_cb) {
[all...]
H A Dtasn_prn.c196 ASN1_aux_cb *asn1_cb; local
199 if (aux && aux->asn1_cb) {
203 asn1_cb = aux->asn1_cb;
205 asn1_cb = 0;
282 if (asn1_cb) {
283 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
306 if (asn1_cb) {
307 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
H A Dbio_ndef.c105 if (!aux || !aux->asn1_cb) {
131 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
230 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_enc.c136 ASN1_aux_cb *asn1_cb = 0; local
141 if (aux && aux->asn1_cb)
142 asn1_cb = aux->asn1_cb;
173 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
184 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
230 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PR
[all...]
H A Dtasn_dec.c180 ASN1_aux_cb *asn1_cb; local
194 if (aux && aux->asn1_cb)
195 asn1_cb = aux->asn1_cb;
197 asn1_cb = 0;
338 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
386 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
426 if (asn1_cb
[all...]
H A Dasn1_gen.c118 static int asn1_cb(const char *elem, int len, void *bitstr);
170 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0) {
292 static int asn1_cb(const char *elem, int len, void *bitstr) function
H A Dasn_mime.c381 if (!aux || !aux->asn1_cb) {
392 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
399 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
H A Dasn1t.h729 ASN1_aux_cb *asn1_cb; member in struct:ASN1_AUX_st
759 /* operation values for asn1_cb */

Completed in 173 milliseconds