Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsc25519.c50 /* Reduce coefficients of x before calling barrett_reduce */
51 static void barrett_reduce(sc25519 *r, const uint32_t x[64]) in barrett_reduce() function
108 barrett_reduce(r, t); in sc25519_from32bytes()
122 barrett_reduce(r, t); in sc25519_from64bytes()
210 barrett_reduce(r, t); in sc25519_mul()

Completed in 1 milliseconds