Searched refs:vh (Results 1 – 1 of 1) sorted by relevance
147 uint64_t vl, vh; in gcm_gen_table() local155 vh = (uint64_t) hi << 32 | lo; in gcm_gen_table()163 ctx->HH[8] = vh; in gcm_gen_table()171 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()172 vh = ( vh >> 1 ) ^ ( (uint64_t) T << 32); in gcm_gen_table()175 ctx->HH[i] = vh; in gcm_gen_table()180 vh = *HiH; in gcm_gen_table()183 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()