Lines Matching defs:g_scalar
1135 * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
1141 const unsigned num_points, const u8 *g_scalar,
1147 unsigned gen_mul = (g_scalar != NULL);
1170 bits = get_bit(g_scalar, i + 196) << 3;
1171 bits |= get_bit(g_scalar, i + 140) << 2;
1172 bits |= get_bit(g_scalar, i + 84) << 1;
1173 bits |= get_bit(g_scalar, i + 28);
1187 bits = get_bit(g_scalar, i + 168) << 3;
1188 bits |= get_bit(g_scalar, i + 112) << 2;
1189 bits |= get_bit(g_scalar, i + 56) << 1;
1190 bits |= get_bit(g_scalar, i);