Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_fre.c129 ASN1_VALUE *tval; in ossl_asn1_template_free() local
131 tval = (ASN1_VALUE *)pval; in ossl_asn1_template_free()
132 pval = &tval; in ossl_asn1_template_free()
H A Dtasn_new.c212 ASN1_VALUE *tval; in asn1_template_new() local
215 tval = (ASN1_VALUE *)pval; in asn1_template_new()
216 pval = &tval; in asn1_template_new()
H A Dtasn_enc.c219 const ASN1_VALUE *tval; in asn1_template_ex_i2d() local
226 tval = (ASN1_VALUE *)pval; in asn1_template_ex_i2d()
227 pval = &tval; in asn1_template_ex_i2d()
H A Dtasn_dec.c576 ASN1_VALUE *tval; in asn1_template_noexp_d2i() local
590 tval = (ASN1_VALUE *)val; in asn1_template_noexp_d2i()
591 val = &tval; in asn1_template_noexp_d2i()
/openssl/crypto/x509/
H A Dv3_ncons.c152 CONF_VALUE tval, *val; in v2i_NAME_CONSTRAINTS() local
166 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 14 milliseconds