Home | History | Annotate | Download | only in openssh

Lines Matching defs:UINT16

81 typedef u_int16_t	UINT16; /* 2 byte   */
859 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
860 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
861 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
862 t = t + ipkp[3] * (UINT64)(UINT16)(data);