Searched refs:square_f256 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_p256_m31.c504 square_f256(uint32_t *d, const uint32_t *a) function
695 square_f256(t1, t1);
706 square_f256(t2, t2);
767 square_f256(t1, Q->z);
785 square_f256(t3, Q->y);
793 square_f256(Q->x, t1);
809 square_f256(t4, t3);
868 square_f256(t3, P2->z);
876 square_f256(t4, P1->z);
898 square_f256(t
[all...]
H A Dec_p256_m15.c1152 square_f256(uint32_t *d, const uint32_t *a) function
1290 square_f256(t1, t1);
1301 square_f256(t2, t2);
1363 square_f256(t1, Q->z);
1387 square_f256(t3, Q->y);
1402 square_f256(Q->x, t1);
1428 square_f256(t4, t3);
1490 square_f256(t3, P2->z);
1498 square_f256(t4, P1->z);
1525 square_f256(t
[all...]

Completed in 67 milliseconds