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

/freebsd-10.2-release/crypto/openssh/
H A Dsc25519.c50 /* Reduce coefficients of x before calling barrett_reduce */
51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64]) function
108 barrett_reduce(r, t);
122 barrett_reduce(r, t);
211 barrett_reduce(r, t);

Completed in 42 milliseconds