Lines Matching refs:g
961 const unsigned int ndigits = curve->g.ndigits; in vli_mmod_fast()
1020 vli_mult(product, left, right, curve->g.ndigits); in vli_mod_mult_fast()
1030 vli_square(product, left, curve->g.ndigits); in vli_mod_square_fast()
1136 const unsigned int ndigits = curve->g.ndigits; in ecc_point_double_jacobian()
1209 const unsigned int ndigits = curve->g.ndigits; in xycz_initial_double()
1237 const unsigned int ndigits = curve->g.ndigits; in xycz_add()
1282 const unsigned int ndigits = curve->g.ndigits; in xycz_add_c()
1399 unsigned int ndigits = curve->g.ndigits; in ecc_point_add()
1423 unsigned int ndigits = curve->g.ndigits; in ecc_point_mult_shamir()
1486 if (curve->g.ndigits != ndigits) in __ecc_is_key_valid()
1584 ecc_point_mult(pk, &curve->g, private_key, NULL, curve, ndigits); in ecc_make_pub_key()
1608 if (WARN_ON(pk->ndigits != curve->g.ndigits)) in ecc_is_pubkey_valid_partial()