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

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c87 ASN1_aux_cb *asn1_cb; local
93 if (aux && aux->asn1_cb)
94 asn1_cb = aux->asn1_cb;
96 asn1_cb = 0;
112 if (asn1_cb) {
113 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL);
124 if (asn1_cb)
125 asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL);
148 if (asn1_cb) {
[all...]
H A Dtasn_new.c95 ASN1_aux_cb *asn1_cb; local
98 if (aux && aux->asn1_cb)
99 asn1_cb = aux->asn1_cb;
101 asn1_cb = 0;
141 if (asn1_cb) {
142 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL);
160 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL))
166 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;
281 if (asn1_cb) {
282 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg);
305 if (asn1_cb) {
306 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)
229 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_enc.c135 ASN1_aux_cb *asn1_cb = 0; local
140 if (aux && aux->asn1_cb)
141 asn1_cb = aux->asn1_cb;
156 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL))
167 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL))
213 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PR
[all...]
H A Dtasn_dec.c173 ASN1_aux_cb *asn1_cb; local
187 if (aux && aux->asn1_cb)
188 asn1_cb = aux->asn1_cb;
190 asn1_cb = 0;
307 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL))
356 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL))
395 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 83 milliseconds