Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c552 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64]) in barrett_reduce() function
609 barrett_reduce(r, t); in sc25519_from32bytes()
618 barrett_reduce(r, t); in sc25519_from64bytes()
663 barrett_reduce(r, t); in sc25519_mul()
H A Dssh_namespace.h67 #define barrett_reduce Fssh_barrett_reduce macro