Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c782 UINT32 ip_trans[STREAMS]; /* Inner-product translation */ member
896 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short()
899 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short()
903 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short()
907 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short()
926 ip_reduce_p36(t) ^ ahc->ip_trans[i]); in ip_long()
997 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32)); in uhash_init()
998 endian_convert_if_le(ahc->ip_trans, sizeof(UINT32), in uhash_init()