Searched refs:vh (Results 1 – 1 of 1) sorted by relevance
105 uint64_t vl, vh; in gcm_gen_table() local116 vh = (uint64_t) hi << 32 | lo; in gcm_gen_table()124 ctx->HH[8] = vh; in gcm_gen_table()139 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()140 vh = ( vh >> 1 ) ^ ( (uint64_t) T << 32); in gcm_gen_table()143 ctx->HH[i] = vh; in gcm_gen_table()149 vh = *HiH; in gcm_gen_table()153 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()