Lines Matching defs:tt
30 const ASN1_TEMPLATE *tt = NULL, *seqtt;
68 tt = it->templates + i;
69 pchval = ossl_asn1_get_field_ptr(pval, tt);
70 ossl_asn1_template_free(pchval, tt);
101 tt = it->templates + it->tcount;
105 tt--;
106 seqtt = ossl_asn1_do_adb(*pval, tt, 0);
122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
124 int embed = tt->flags & ASN1_TFLG_EMBED;
130 if (tt->flags & ASN1_TFLG_SK_MASK) {
137 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
142 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);