Home
last modified time | relevance | path

Searched refs:add_f256 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m31.c318 add_f256(uint32_t *d, const uint32_t *a, const uint32_t *b) in add_f256() function
772 add_f256(t2, Q->x, t1); in p256_double()
779 add_f256(t1, t3, t3); in p256_double()
780 add_f256(t1, t3, t1); in p256_double()
786 add_f256(t3, t3, t3); in p256_double()
788 add_f256(t2, t2, t2); in p256_double()
801 add_f256(Q->z, t4, t4); in p256_double()
810 add_f256(t4, t4, t4); in p256_double()
1078 add_f256(t1, t1, P256_B); in p256_decode()