Home
last modified time | relevance | path

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

/openbsd/src/sbin/iked/
Dsntrup761.c298 uint16 bottomr[len/2]; in Decode() local
305 bottomr[i/2] = S[0]+256*S[1]; in Decode()
310 bottomr[i/2] = S[0]; in Decode()
315 bottomr[i/2] = 0; in Decode()
323 uint32 r = bottomr[i/2]; in Decode()
/openbsd/src/usr.bin/ssh/
Dsntrup761.c1784 uint16_t R2[(len + 1) / 2], M2[(len + 1) / 2], bottomr[len / 2]; in Decode() local
1791 bottomr[i / 2] = S[0] + 256 * S[1]; in Decode()
1796 bottomr[i / 2] = S[0]; in Decode()
1801 bottomr[i / 2] = 0; in Decode()
1808 uint32_t r1, r = bottomr[i / 2]; in Decode()