Searched refs:key_hi (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.c811 UINT32 key_hi = (UINT32)(key >> 32), local
819 X = MUL64(key_hi, cur_lo) + MUL64(cur_hi, key_lo);
823 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo);

Completed in 91 milliseconds