Lines Matching refs:g
912 const unsigned int ndigits = curve->g.ndigits; in vli_mmod_fast()
968 vli_mult(product, left, right, curve->g.ndigits); in vli_mod_mult_fast()
978 vli_square(product, left, curve->g.ndigits); in vli_mod_square_fast()
1083 const unsigned int ndigits = curve->g.ndigits; in ecc_point_double_jacobian()
1156 const unsigned int ndigits = curve->g.ndigits; in xycz_initial_double()
1184 const unsigned int ndigits = curve->g.ndigits; in xycz_add()
1229 const unsigned int ndigits = curve->g.ndigits; in xycz_add_c()
1343 unsigned int ndigits = curve->g.ndigits; in ecc_point_add()
1367 unsigned int ndigits = curve->g.ndigits; in ecc_point_mult_shamir()
1422 if (curve->g.ndigits != ndigits) in __ecc_is_key_valid()
1525 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key()
1549 if (WARN_ON(pk->ndigits != curve->g.ndigits)) in ecc_is_pubkey_valid_partial()