Searched refs:felem_small_mul (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-64.c | 600 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul() function 945 felem_small_mul(tmp, small1, x_in); in point_double() 986 felem_small_mul(tmp, small2, beta); in point_double() 1127 felem_small_mul(tmp, small4, ftmp5); in point_add() 1136 felem_small_mul(tmp, y2, ftmp); in point_add() 1180 felem_small_mul(tmp, small1, ftmp3); in point_add()
|