Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1790 uint32_t bottomt[len / 2]; in Decode() local
1795 bottomt[i / 2] = 256 * 256; in Decode()
1800 bottomt[i / 2] = 256; in Decode()
1805 bottomt[i / 2] = 1; in Decode()
1815 r += bottomt[i / 2] * R2[i / 2]; in Decode()