Searched refs:vl (Results 1 – 1 of 1) sorted by relevance
147 uint64_t vl, vh; in gcm_gen_table() local159 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()162 ctx->HL[8] = vl; in gcm_gen_table()170 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()171 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()174 ctx->HL[i] = vl; in gcm_gen_table()181 vl = *HiL; in gcm_gen_table()184 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()