Home
last modified time | relevance | path

Searched refs:asn1_cb (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/asn1/
Dtasn_fre.c33 ASN1_aux_cb *asn1_cb; in asn1_item_embed_free() local
40 if (aux && aux->asn1_cb) in asn1_item_embed_free()
41 asn1_cb = aux->asn1_cb; in asn1_item_embed_free()
43 asn1_cb = 0; in asn1_item_embed_free()
59 if (asn1_cb) { in asn1_item_embed_free()
60 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL); in asn1_item_embed_free()
72 if (asn1_cb) in asn1_item_embed_free()
73 asn1_cb(ASN1_OP_FREE_POST, pval, it, NULL); in asn1_item_embed_free()
90 if (asn1_cb) { in asn1_item_embed_free()
91 i = asn1_cb(ASN1_OP_FREE_PRE, pval, it, NULL); in asn1_item_embed_free()
[all …]
Dtasn_new.c47 ASN1_aux_cb *asn1_cb; in asn1_item_embed_new() local
50 if (aux && aux->asn1_cb) in asn1_item_embed_new()
51 asn1_cb = aux->asn1_cb; in asn1_item_embed_new()
53 asn1_cb = 0; in asn1_item_embed_new()
83 if (asn1_cb) { in asn1_item_embed_new()
84 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_embed_new()
102 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL)) in asn1_item_embed_new()
108 if (asn1_cb) { in asn1_item_embed_new()
109 i = asn1_cb(ASN1_OP_NEW_PRE, pval, it, NULL); in asn1_item_embed_new()
140 if (asn1_cb && !asn1_cb(ASN1_OP_NEW_POST, pval, it, NULL)) in asn1_item_embed_new()
Dtasn_enc.c89 ASN1_aux_cb *asn1_cb = 0; in ASN1_item_ex_i2d() local
94 if (aux && aux->asn1_cb) in ASN1_item_ex_i2d()
95 asn1_cb = aux->asn1_cb; in ASN1_item_ex_i2d()
125 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL)) in ASN1_item_ex_i2d()
136 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL)) in ASN1_item_ex_i2d()
168 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it, NULL)) in ASN1_item_ex_i2d()
202 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_POST, pval, it, NULL)) in ASN1_item_ex_i2d()
Dtasn_prn.c143 ASN1_aux_cb *asn1_cb; in asn1_item_print_ctx() local
146 if (aux && aux->asn1_cb) { in asn1_item_print_ctx()
150 asn1_cb = aux->asn1_cb; in asn1_item_print_ctx()
152 asn1_cb = 0; in asn1_item_print_ctx()
225 if (asn1_cb) { in asn1_item_print_ctx()
226 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg); in asn1_item_print_ctx()
249 if (asn1_cb) { in asn1_item_print_ctx()
250 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg); in asn1_item_print_ctx()
Dtasn_dec.c143 ASN1_aux_cb *asn1_cb; in asn1_item_embed_d2i() local
154 if (aux && aux->asn1_cb) in asn1_item_embed_d2i()
155 asn1_cb = aux->asn1_cb; in asn1_item_embed_d2i()
157 asn1_cb = 0; in asn1_item_embed_d2i()
237 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL)) in asn1_item_embed_d2i()
290 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL)) in asn1_item_embed_d2i()
330 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_PRE, pval, it, NULL)) in asn1_item_embed_d2i()
432 if (asn1_cb && !asn1_cb(ASN1_OP_D2I_POST, pval, it, NULL)) in asn1_item_embed_d2i()
Dbio_ndef.c66 if (!aux || !aux->asn1_cb) { in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
211 if (aux->asn1_cb(ASN1_OP_STREAM_POST, in ndef_suffix()
Dasn1_gen.c68 static int asn1_cb(const char *elem, int len, void *bitstr);
120 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0) { in generate_v3()
240 static int asn1_cb(const char *elem, int len, void *bitstr) in asn1_cb() function
Dasn_mime.c339 if (!aux || !aux->asn1_cb) { in asn1_output_data()
350 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
357 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
/third_party/openssl/include/openssl/
Dasn1t.h724 ASN1_aux_cb *asn1_cb; member
/third_party/openssl/crypto/err/
Dopenssl.txt15 ASN1_F_ASN1_CB:177:asn1_cb