/third_party/openssl/crypto/asn1/ |
D | tasn_fre.c | 33 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 …]
|
D | tasn_new.c | 47 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()
|
D | tasn_enc.c | 89 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()
|
D | tasn_prn.c | 143 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()
|
D | tasn_dec.c | 143 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()
|
D | bio_ndef.c | 66 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()
|
D | asn1_gen.c | 68 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
|
D | asn_mime.c | 339 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/ |
D | asn1t.h | 724 ASN1_aux_cb *asn1_cb; member
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 15 ASN1_F_ASN1_CB:177:asn1_cb
|