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

/freebsd-10-stable/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);
H A Dssh_namespace.h53 #define barrett_reduce Fssh_barrett_reduce macro

Completed in 109 milliseconds