Lines Matching full:ip_keys
776 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
890 t = ip_aux(0,ahc->ip_keys, nhp[0]);
893 t = ip_aux(0,ahc->ip_keys+4, nhp[1]);
897 t = ip_aux(0,ahc->ip_keys+8, nhp[2]);
901 t = ip_aux(0,ahc->ip_keys+12, nhp[3]);
919 t = ip_aux(0,ahc->ip_keys+(i*4), ahc->poly_accum[i]);
983 memcpy(ahc->ip_keys+4*i, buf+(8*i+4)*sizeof(UINT64),
985 endian_convert_if_le(ahc->ip_keys, sizeof(UINT64),
986 sizeof(ahc->ip_keys));
988 ahc->ip_keys[i] %= p36; /* Bring into Z_p36 */