Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dsntrup761.c299 uint32 bottomt[len/2]; in Decode() local
304 bottomt[i/2] = 256*256; in Decode()
309 bottomt[i/2] = 256; in Decode()
314 bottomt[i/2] = 1; in Decode()
326 r += bottomt[i/2]*R2[i/2]; in Decode()
/openbsd/usr.bin/ssh/
H A Dsntrup761.c1785 uint32_t bottomt[len / 2]; in Decode() local
1790 bottomt[i / 2] = 256 * 256; in Decode()
1795 bottomt[i / 2] = 256; in Decode()
1800 bottomt[i / 2] = 1; in Decode()
1810 r += bottomt[i / 2] * R2[i / 2]; in Decode()