Home | History | Annotate | Download | only in asn1

Lines Matching refs:tt

84 				const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
142 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
146 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
158 const ASN1_TEMPLATE *tt, *errtt = NULL;
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
325 pchptr = asn1_get_field_ptr(pval, tt);
329 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
337 errtt = tt;
411 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
415 seqtt = asn1_do_adb(pval, tt, 1);
485 for (; i < it->tcount; tt++, i++)
488 seqtt = asn1_do_adb(pval, tt, 1);
534 const ASN1_TEMPLATE *tt, char opt,
544 flags = tt->flags;
558 &p, inlen, tt->tag, aclass, opt, ctx);
575 ret = asn1_template_noexp_d2i(val, &p, len, tt, 0, ctx);
608 tt, opt, ctx);
614 ASN1_template_free(val, tt);
620 const ASN1_TEMPLATE *tt, char opt,
628 flags = tt->flags;
642 sktag = tt->tag;
676 ASN1_ITEM_ptr(tt->item));
707 ASN1_ITEM_ptr(tt->item),
733 ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt, ctx);
746 ret = ASN1_item_ex_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item),
762 ASN1_template_free(val, tt);