Home | History | Annotate | Download | only in ec

Lines Matching refs:ptype

107 	int ptype;
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
130 if (ptype == V_ASN1_OBJECT)
139 static EC_KEY *eckey_type2param(int ptype, void *pval)
142 if (ptype == V_ASN1_SEQUENCE)
155 else if (ptype == V_ASN1_OBJECT)
194 int ptype, pklen;
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
202 eckey = eckey_type2param(ptype, pval);
244 int ptype, pklen;
250 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
252 eckey = eckey_type2param(ptype, pval);
316 int eplen, ptype;
322 if (!eckey_param2type(&ptype, &pval, ec_key))
361 ptype, pval, ep, eplen))