Searched refs:batch_mul (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p224-64.c | 937 static void batch_mul(felem x_out, felem y_out, felem z_out, in batch_mul() function 1262 batch_mul(x_out, y_out, z_out, (const felem_bytearray(*))secrets, in ec_GFp_nistp224_points_mul()
|
D | p256-64.c | 1505 static void batch_mul(felem x_out, felem y_out, felem z_out, in batch_mul() function 1837 batch_mul(x_out, y_out, z_out, (const felem_bytearray(*))secrets, in ec_GFp_nistp256_points_mul()
|