Lines Matching refs:tt
30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in ossl_asn1_item_embed_free() local
68 tt = it->templates + i; in ossl_asn1_item_embed_free()
69 pchval = ossl_asn1_get_field_ptr(pval, tt); in ossl_asn1_item_embed_free()
70 ossl_asn1_template_free(pchval, tt); in ossl_asn1_item_embed_free()
105 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
109 tt--; in ossl_asn1_item_embed_free()
110 seqtt = ossl_asn1_do_adb(*pval, tt, 0); in ossl_asn1_item_embed_free()
126 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() argument
128 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free()
134 if (tt->flags & ASN1_TFLG_SK_MASK) { in ossl_asn1_template_free()
141 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
146 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()