Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1724 static void uint32_divmod_uint14(uint32_t *Q, uint16_t *r, uint32_t x, uint16_t m) { in uint32_divmod_uint14() function
1743 uint32_divmod_uint14(&Q, &r, x, m); in uint32_mod_uint14()
1816 uint32_divmod_uint14(&r1, &r0, r, M[i]); in Decode()