Searched refs:ahc (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | umac.c | 890 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) in ip_short() argument 895 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short() 896 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short() 898 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short() 899 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short() 902 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short() 903 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short() 906 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short() 907 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short() 915 static void ip_long(uhash_ctx_t ahc, u_char *res) in ip_long() argument [all …]
|