Lines Matching refs:opt
30 int tag, int aclass, char opt, ASN1_TLC *ctx,
45 int exptag, int expclass, char opt, ASN1_TLC *ctx);
49 const ASN1_TEMPLATE *tt, char opt,
54 const ASN1_TEMPLATE *tt, char opt,
60 int tag, int aclass, char opt,
109 int aclass, char opt, ASN1_TLC *ctx, in asn1_item_ex_d2i_intern() argument
118 rv = asn1_item_embed_d2i(pval, in, len, it, tag, aclass, opt, ctx, 0, in asn1_item_ex_d2i_intern()
127 int tag, int aclass, char opt, ASN1_TLC *ctx) in ASN1_item_ex_d2i() argument
129 return asn1_item_ex_d2i_intern(pval, in, len, it, tag, aclass, opt, ctx, in ASN1_item_ex_d2i()
164 int tag, int aclass, char opt, ASN1_TLC *ctx, in asn1_item_embed_d2i() argument
209 if ((tag != -1) || opt) { in asn1_item_embed_d2i()
214 return asn1_template_ex_d2i(pval, in, len, it->templates, opt, ctx, in asn1_item_embed_d2i()
218 tag, aclass, opt, ctx); in asn1_item_embed_d2i()
242 if (opt) in asn1_item_embed_d2i()
251 if (opt) in asn1_item_embed_d2i()
262 return ef->asn1_ex_d2i_ex(pval, in, len, it, tag, aclass, opt, ctx, in asn1_item_embed_d2i()
264 return ef->asn1_ex_d2i(pval, in, len, it, tag, aclass, opt, ctx); in asn1_item_embed_d2i()
319 if (opt) { in asn1_item_embed_d2i()
347 &p, len, tag, aclass, opt, ctx); in asn1_item_embed_d2i()
498 const ASN1_TEMPLATE *tt, char opt, in asn1_template_ex_d2i() argument
522 &p, inlen, tt->tag, aclass, opt, ctx); in asn1_template_ex_d2i()
558 return asn1_template_noexp_d2i(val, in, inlen, tt, opt, ctx, depth, in asn1_template_ex_d2i()
570 const ASN1_TEMPLATE *tt, char opt, in asn1_template_noexp_d2i() argument
611 &p, len, sktag, skaclass, opt, ctx); in asn1_template_noexp_d2i()
673 ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt, in asn1_template_noexp_d2i()
683 -1, 0, opt, ctx, depth, libctx, propq); in asn1_template_noexp_d2i()
701 int tag, int aclass, char opt, ASN1_TLC *ctx) in asn1_d2i_ex_primitive() argument
729 if (opt) { in asn1_d2i_ex_primitive()
750 &p, inlen, tag, aclass, opt, ctx); in asn1_d2i_ex_primitive()
1138 int exptag, int expclass, char opt, ASN1_TLC *ctx) in asn1_check_tlen() argument
1186 if (opt != 0) in asn1_check_tlen()