Searched refs:select_point (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 1103 static void select_point(const u64 idx, unsigned int size, in select_point() function 1174 select_point(bits, 16, g_pre_comp[1], tmp); in batch_mul() 1191 select_point(bits, 16, g_pre_comp[0], tmp); in batch_mul() 1210 select_point(digit, 17, pre_comp[num], tmp); in batch_mul()
|
H A D | ecp_nistp256.c | 1638 static void select_point(const u64 idx, unsigned int size, in select_point() function 1710 select_point(bits, 16, g_pre_comp[1], tmp); in batch_mul() 1729 select_point(bits, 16, g_pre_comp[0], tmp); in batch_mul() 1750 select_point(digit, 17, pre_comp[num], tmp); in batch_mul()
|
H A D | ecp_nistp384.c | 1336 static void select_point(const limb idx, unsigned int size, in select_point() function 1409 select_point(bits, 16, g_pre_comp, tmp); in batch_mul() 1436 select_point(digit, 17, pre_comp[num], tmp); in batch_mul()
|
H A D | ecp_nistp521.c | 1545 static void select_point(const limb idx, unsigned int size, in select_point() function 1617 select_point(bits, 16, g_pre_comp, tmp); in batch_mul() 1643 select_point(digit, 17, pre_comp[num], tmp); in batch_mul()
|
Completed in 28 milliseconds