Lines Matching defs:g_scalar
1668 * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
1674 const unsigned num_points, const u8 *g_scalar,
1679 unsigned num, gen_mul = (g_scalar != NULL);
1703 bits = get_bit(g_scalar, i + 224) << 3;
1704 bits |= get_bit(g_scalar, i + 160) << 2;
1705 bits |= get_bit(g_scalar, i + 96) << 1;
1706 bits |= get_bit(g_scalar, i + 32);
1722 bits = get_bit(g_scalar, i + 192) << 3;
1723 bits |= get_bit(g_scalar, i + 128) << 2;
1724 bits |= get_bit(g_scalar, i + 64) << 1;
1725 bits |= get_bit(g_scalar, i);