Searched refs:smallfelem_expand (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-64.c | 379 static void smallfelem_expand(felem out, const smallfelem in) { in smallfelem_expand() function 1006 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1007 smallfelem_expand(felem_y_in, y_in); in point_double_small() 1008 smallfelem_expand(felem_z_in, z_in); in point_double_small() 1207 smallfelem_expand(felem_x1, x1); in point_add_small() 1208 smallfelem_expand(felem_y1, y1); in point_add_small() 1209 smallfelem_expand(felem_z1, z1); in point_add_small() 1479 smallfelem_expand(nq[0], tmp[0]); in batch_mul() 1480 smallfelem_expand(nq[1], tmp[1]); in batch_mul() 1481 smallfelem_expand(nq[2], tmp[2]); in batch_mul() [all …]
|