Lines Matching refs:tt
108 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
137 const ASN1_TEMPLATE *tt; in asn1_item_print_ctx() local
203 tt = it->templates + i; in asn1_item_print_ctx()
204 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx()
205 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx)) in asn1_item_print_ctx()
232 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
234 seqtt = ossl_asn1_do_adb(*fld, tt, 1); in asn1_item_print_ctx()
263 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) in asn1_template_print_ctx() argument
268 flags = tt->flags; in asn1_template_print_ctx()
270 sname = ASN1_ITEM_ptr(tt->item)->sname; in asn1_template_print_ctx()
276 fname = tt->field_name; in asn1_template_print_ctx()
300 indent, "", tname, tt->field_name) <= 0) in asn1_template_print_ctx()
312 ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, in asn1_template_print_ctx()
325 return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item), in asn1_template_print_ctx()