Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c861 static UINT64 ip_aux(UINT64 t, UINT64 *ipkp, UINT64 data) in ip_aux() function
894 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short()
897 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short()
901 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short()
905 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short()
923 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()