Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsntrup761.c303 uint32 bottomt[len/2]; in Decode() local
308 bottomt[i/2] = 256*256; in Decode()
313 bottomt[i/2] = 256; in Decode()
318 bottomt[i/2] = 1; in Decode()
330 r += bottomt[i/2]*R2[i/2]; in Decode()