Searched refs:ip_aux (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | umac.c | 856 static UINT64 ip_aux(UINT64 t, UINT64 *ipkp, UINT64 data) in ip_aux() function 889 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short() 892 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short() 896 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short() 900 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short() 918 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
|