Searched refs:select_point (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c1097 * select_point selects the |idx|th point from a precomputation table and
1101 static void select_point(const u64 idx, unsigned int size, function
1172 select_point(bits, 16, g_pre_comp[1], tmp);
1189 select_point(bits, 16, g_pre_comp[0], tmp);
1208 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp256.c1624 * select_point selects the |idx|th point from a precomputation table and
1627 static void select_point(const u64 idx, unsigned int size, function
1698 select_point(bits, 16, g_pre_comp[1], tmp);
1717 select_point(bits, 16, g_pre_comp[0], tmp);
1738 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp521.c1449 * select_point selects the |idx|th point from a precomputation table and
1453 static void select_point(const limb idx, unsigned int size, function
1524 select_point(bits, 16, g_pre_comp, tmp);
1550 select_point(digit, 17, pre_comp[num], tmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c1097 * select_point selects the |idx|th point from a precomputation table and
1101 static void select_point(const u64 idx, unsigned int size, function
1172 select_point(bits, 16, g_pre_comp[1], tmp);
1189 select_point(bits, 16, g_pre_comp[0], tmp);
1208 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp256.c1624 * select_point selects the |idx|th point from a precomputation table and
1627 static void select_point(const u64 idx, unsigned int size, function
1698 select_point(bits, 16, g_pre_comp[1], tmp);
1717 select_point(bits, 16, g_pre_comp[0], tmp);
1738 select_point(digit, 17, pre_comp[num], tmp);
H A Decp_nistp521.c1449 * select_point selects the |idx|th point from a precomputation table and
1453 static void select_point(const limb idx, unsigned int size, function
1524 select_point(bits, 16, g_pre_comp, tmp);
1550 select_point(digit, 17, pre_comp[num], tmp);

Completed in 130 milliseconds