Lines Matching +defs:recip +defs:s
57 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes()
126 static void fe_tobytes(uint8_t *s, const fe h) { in fe_tobytes()
728 uint8_t s[32]; in fe_isnonzero() local
741 uint8_t s[32]; in fe_isnegative() local
955 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h) { in x25519_ge_tobytes()
956 fe recip; in x25519_ge_tobytes() local
967 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes()
968 fe recip; in ge_p3_tobytes() local
985 int x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) { in x25519_ge_frombytes_vartime()
3501 ge_p2 s; in x25519_ge_scalarmult_base() local
3792 void x25519_sc_reduce(uint8_t *s) { in x25519_sc_reduce()
4133 static void sc_muladd(uint8_t *s, const uint8_t *a, const uint8_t *b, in sc_muladd()