Searched defs:num_points (Results 1 - 3 of 3) sorted by last modified time

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1434 size_t num_points = num; local
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.c2020 size_t num_points = num; local
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.c1829 size_t num_points = num; local
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
[all...]

Completed in 87 milliseconds