Searched refs:seqtt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c80 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
159 seqtt = asn1_do_adb(pval, tt, 0);
160 if (!seqtt)
162 pseqval = asn1_get_field_ptr(pval, seqtt);
163 ASN1_template_free(pseqval, seqtt);
H A Dtasn_dec.c432 const ASN1_TEMPLATE *seqtt; local
434 seqtt = asn1_do_adb(pval, tt, 0);
435 if (seqtt == NULL)
437 pseqval = asn1_get_field_ptr(pval, seqtt);
438 ASN1_template_free(pseqval, seqtt);
444 const ASN1_TEMPLATE *seqtt; local
446 seqtt = asn1_do_adb(pval, tt, 1);
447 if (seqtt == NULL)
449 pseqval = asn1_get_field_ptr(pval, seqtt);
473 isopt = (char)(seqtt
511 const ASN1_TEMPLATE *seqtt; local
[all...]
H A Dtasn_enc.c234 const ASN1_TEMPLATE *seqtt; local
237 seqtt = asn1_do_adb(pval, tt, 1);
238 if (!seqtt)
240 pseqval = asn1_get_field_ptr(pval, seqtt);
241 tmplen = asn1_template_ex_i2d(pseqval, NULL, seqtt, -1, aclass);
253 const ASN1_TEMPLATE *seqtt; local
255 seqtt = asn1_do_adb(pval, tt, 1);
256 if (!seqtt)
258 pseqval = asn1_get_field_ptr(pval, seqtt);
260 asn1_template_ex_i2d(pseqval, out, seqtt,
[all...]
H A Dtasn_prn.c292 const ASN1_TEMPLATE *seqtt; local
293 seqtt = asn1_do_adb(fld, tt, 1);
294 if (!seqtt)
296 tmpfld = asn1_get_field_ptr(fld, seqtt);
298 indent + 2, seqtt, pctx))

Completed in 128 milliseconds