Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c782 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */ member
896 t = ip_aux(0,ahc->ip_keys, nhp[0]); in ip_short()
899 t = ip_aux(0,ahc->ip_keys+4, nhp[1]); in ip_short()
903 t = ip_aux(0,ahc->ip_keys+8, nhp[2]); in ip_short()
907 t = ip_aux(0,ahc->ip_keys+12, nhp[3]); in ip_short()
925 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]); in ip_long()
989 memcpy(ahc->ip_keys+4*i, buf+(8*i+4)*sizeof(UINT64), in uhash_init()
991 endian_convert_if_le(ahc->ip_keys, sizeof(UINT64), in uhash_init()
992 sizeof(ahc->ip_keys)); in uhash_init()
994 ahc->ip_keys[i] %= p36; /* Bring into Z_p36 */ in uhash_init()