Searched refs:tval (Results 1 – 5 of 5) sorted by relevance
129 ASN1_VALUE *tval; in ossl_asn1_template_free() local131 tval = (ASN1_VALUE *)pval; in ossl_asn1_template_free()132 pval = &tval; in ossl_asn1_template_free()
212 ASN1_VALUE *tval; in asn1_template_new() local215 tval = (ASN1_VALUE *)pval; in asn1_template_new()216 pval = &tval; in asn1_template_new()
219 const ASN1_VALUE *tval; in asn1_template_ex_i2d() local226 tval = (ASN1_VALUE *)pval; in asn1_template_ex_i2d()227 pval = &tval; in asn1_template_ex_i2d()
576 ASN1_VALUE *tval; in asn1_template_noexp_d2i() local590 tval = (ASN1_VALUE *)val; in asn1_template_noexp_d2i()591 val = &tval; in asn1_template_noexp_d2i()
152 CONF_VALUE tval, *val; in v2i_NAME_CONSTRAINTS() local166 tval.name = val->name + 10; in v2i_NAME_CONSTRAINTS()169 tval.name = val->name + 9; in v2i_NAME_CONSTRAINTS()174 tval.value = val->value; in v2i_NAME_CONSTRAINTS()180 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1)) { in v2i_NAME_CONSTRAINTS()
Completed in 23 milliseconds