Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsntrup761.c302 uint16 bottomr[len/2]; in Decode() local
309 bottomr[i/2] = S[0]+256*S[1]; in Decode()
314 bottomr[i/2] = S[0]; in Decode()
319 bottomr[i/2] = 0; in Decode()
327 uint32 r = bottomr[i/2]; in Decode()