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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.c791 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */ member in struct:uhash_ctx
905 t = ip_aux(0,ahc->ip_keys, nhp[0]);
908 t = ip_aux(0,ahc->ip_keys+4, nhp[1]);
912 t = ip_aux(0,ahc->ip_keys+8, nhp[2]);
916 t = ip_aux(0,ahc->ip_keys+12, nhp[3]);
934 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]);
998 memcpy(ahc->ip_keys+4*i, buf+(8*i+4)*sizeof(UINT64),
1000 endian_convert_if_le(ahc->ip_keys, sizeof(UINT64),
1001 sizeof(ahc->ip_keys));
1003 ahc->ip_keys[
[all...]

Completed in 47 milliseconds