Searched defs:ahc (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dumac.c890 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) argument
895 t = ip_aux(0,ahc->ip_keys, nhp[0]);
896 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]);
898 t = ip_aux(0,ahc->ip_keys+4, nhp[1]);
899 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]);
902 t = ip_aux(0,ahc->ip_keys+8, nhp[2]);
903 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]);
906 t = ip_aux(0,ahc->ip_keys+12, nhp[3]);
907 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]);
915 static void ip_long(uhash_ctx_t ahc, u_cha argument
960 uhash_init(uhash_ctx_t ahc, aes_int_key prf_key) argument
[all...]

Completed in 51 milliseconds