Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsntrup761.c169 static uint16 uint32_mod_uint14(uint32 x,uint16 m) in uint32_mod_uint14() function
295 *out = uint32_mod_uint14(S[0],M[0]); in Decode()
297 *out = uint32_mod_uint14(S[0]+(((uint16)S[1])<<8),M[0]); in Decode()
332 r1 = uint32_mod_uint14(r1,M[i+1]); /* only needed for invalid inputs */ in Decode()
884 for (i = 0;i < p;++i) G[i] = uint32_mod_uint14(L[i],q)-q12; in Generator()