Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/ssh-base/crypto/
Dsc25519.c51 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()
/external/openssh/
Dsc25519.c51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64]) in barrett_reduce() function
108 barrett_reduce(r, t); in sc25519_from32bytes()
122 barrett_reduce(r, t); in sc25519_from64bytes()
211 barrett_reduce(r, t); in sc25519_mul()