Lines Matching refs:k1
105 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
118 if (k1)
119 *k1 = group->poly[3];
132 long k1;
200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
394 unsigned int k1, k2, k3;
396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
407 char_two->p.ppBasis->k1 = (long)k1;
838 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))
846 if (!BN_set_bit(p, (int)penta->k1)) goto err;