Searched refs:ahc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | umac.c | 889 static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res) in ip_short() argument 894 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short() 895 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short() 897 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short() 898 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short() 901 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short() 902 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short() 905 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short() 906 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short() 914 static void ip_long(uhash_ctx_t ahc, u_char *res) in ip_long() argument [all …]
|
/dflybsd-src/ |
H A D | Makefile_upgrade.inc | 3198 TO_REMOVE+=/boot/kernel/ahc.ko 3202 TO_REMOVE+=/usr/share/man/man4/ahc.4.gz
|