Lines Matching defs:cst
43 char *inf, char *cst,
174 char seq_eoc, seq_nolen, cst, isopt;
346 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
360 if (!cst) {
516 char cst;
521 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
529 if (!cst) {
705 char cst, inf, free_cont = 0;
749 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
768 else if (!cst) {
783 } else if (cst) {
1045 char cst, ininf;
1071 if (!asn1_check_tlen(&plen, NULL, NULL, &ininf, &cst, &p,
1078 if (cst) {
1136 char *inf, char *cst,
1204 if (cst != NULL)
1205 *cst = i & V_ASN1_CONSTRUCTED;