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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.c872 static UINT64 ip_aux(UINT64 t, UINT64 *ipkp, UINT64 data) argument
874 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
875 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
876 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
877 t = t + ipkp[3] * (UINT64)(UINT16)(data);

Completed in 104 milliseconds