Home | History | Annotate | Download | only in dsa

Lines Matching refs:ptype

73 	int ptype;
83 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
86 if (ptype == V_ASN1_SEQUENCE)
99 else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
142 int ptype;
158 ptype = V_ASN1_SEQUENCE;
161 ptype = V_ASN1_UNDEF;
174 ptype, pval, penc, penclen))
194 int ptype;
206 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
228 else if (ptype == V_ASN1_SEQUENCE)
250 if (ptype != V_ASN1_SEQUENCE)
430 static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
439 if (ptype == 2)
444 if (ptype > 0)
449 if (ptype == 2)
451 else if (ptype == 1)