Lines Matching refs:k1
104 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
117 if (k1)
118 *k1 = group->poly[3];
131 long k1;
199 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
399 unsigned int k1, k2, k3;
401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
412 char_two->p.ppBasis->k1 = (long)k1;
850 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))
858 if (!BN_set_bit(p, (int)penta->k1)) goto err;