Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1740 static uint16_t uint32_mod_uint14(uint32_t x, uint16_t m) { in uint32_mod_uint14() function
1784 *out = uint32_mod_uint14(S[0], M[0]); in Decode()
1786 *out = uint32_mod_uint14(S[0] + (((uint16_t)S[1]) << 8), M[0]); in Decode()
1817 r1 = uint32_mod_uint14(r1, M[i + 1]); in Decode()