Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1789 uint16_t R2[(len + 1) / 2], M2[(len + 1) / 2], bottomr[len / 2]; in Decode() local
1796 bottomr[i / 2] = S[0] + 256 * S[1]; in Decode()
1801 bottomr[i / 2] = S[0]; in Decode()
1806 bottomr[i / 2] = 0; in Decode()
1813 uint32_t r1, r = bottomr[i / 2]; in Decode()