Searched refs:select_point (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1083 * select_point selects the |idx|th point from a precomputation table and
1087 static void select_point(const u64 idx, unsigned int size, function
1158 select_point(bits, 16, g_pre_comp[1], tmp);
1175 select_point(bits, 16, g_pre_comp[0], tmp);
1194 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp256.c1612 * select_point selects the |idx|th point from a precomputation table and
1615 static void select_point(const u64 idx, unsigned int size, function
1686 select_point(bits, 16, g_pre_comp[1], tmp);
1705 select_point(bits, 16, g_pre_comp[0], tmp);
1726 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp521.c1440 * select_point selects the |idx|th point from a precomputation table and
1444 static void select_point(const limb idx, unsigned int size, function
1515 select_point(bits, 16, g_pre_comp, tmp);
1541 select_point(digit, 17, pre_comp[num], tmp);

Completed in 274 milliseconds