Searched refs:ahc (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | umac.c | 884 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) in ip_short() argument 889 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short() 890 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short() 892 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short() 893 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short() 896 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short() 897 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short() 900 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short() 901 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short() 909 static void ip_long(uhash_ctx_t ahc, u_char *res) in ip_long() argument [all …]
|