Lines Matching refs:k2
106 unsigned int *k2, unsigned int *k3)
120 if (k2)
121 *k2 = group->poly[2];
133 long k2;
201 ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG),
394 unsigned int k1, k2, k3;
396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
408 char_two->p.ppBasis->k2 = (long)k2;
838 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))
847 if (!BN_set_bit(p, (int)penta->k2)) goto err;