Searched refs:vl (Results 1 – 1 of 1) sorted by relevance
105 uint64_t vl, vh; in gcm_gen_table() local120 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()123 ctx->HL[8] = vl; in gcm_gen_table()138 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()139 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()142 ctx->HL[i] = vl; in gcm_gen_table()150 vl = *HiL; in gcm_gen_table()154 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()