Searched refs:m256_sub_p (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 569 static void m256_sub_p(uint32_t z[8], in m256_sub_p() function 834 m256_sub_p(rhs, rhs, x); /* x^3 - 3x */ in point_check() 880 m256_sub_p(u, x, s); in point_double() 897 m256_sub_p(x, x, s); in point_double() 898 m256_sub_p(x, x, s); in point_double() 905 m256_sub_p(y, s, x); in point_double() 907 m256_sub_p(y, y, u); in point_double() 937 m256_sub_p(t1, t1, x1); /* t1 = x2 * z1^2 - x1 */ in point_add() 940 m256_sub_p(t2, t2, y1); in point_add() 954 m256_sub_p(x1, x1, t3); in point_add() [all …]
|