Searched refs:g_scalar (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1132 * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
1138 const unsigned num_points, const u8 *g_scalar,
1144 unsigned gen_mul = (g_scalar != NULL);
1167 bits = get_bit(g_scalar, i + 196) << 3;
1168 bits |= get_bit(g_scalar, i + 140) << 2;
1169 bits |= get_bit(g_scalar, i + 84) << 1;
1170 bits |= get_bit(g_scalar, i + 28);
1184 bits = get_bit(g_scalar, i + 168) << 3;
1185 bits |= get_bit(g_scalar, i + 112) << 2;
1186 bits |= get_bit(g_scalar,
1136 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp256.c1658 * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
1664 const unsigned num_points, const u8 *g_scalar,
1669 unsigned num, gen_mul = (g_scalar != NULL);
1693 bits = get_bit(g_scalar, i + 224) << 3;
1694 bits |= get_bit(g_scalar, i + 160) << 2;
1695 bits |= get_bit(g_scalar, i + 96) << 1;
1696 bits |= get_bit(g_scalar, i + 32);
1712 bits = get_bit(g_scalar, i + 192) << 3;
1713 bits |= get_bit(g_scalar, i + 128) << 2;
1714 bits |= get_bit(g_scalar,
1662 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
[all...]
H A Decp_nistp521.c1484 * in scalars[]. If g_scalar is non-NULL, we also add this multiple of the
1490 const unsigned num_points, const u8 *g_scalar,
1495 unsigned num, gen_mul = (g_scalar != NULL);
1517 bits = get_bit(g_scalar, i + 390) << 3;
1519 bits |= get_bit(g_scalar, i + 260) << 2;
1520 bits |= get_bit(g_scalar, i + 130) << 1;
1521 bits |= get_bit(g_scalar, i);
1488 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[16][3]) argument
H A Dec_lib.c1020 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, argument
1031 return EC_POINTs_mul(group, r, g_scalar,

Completed in 117 milliseconds