Searched refs:vl (Results 1 – 1 of 1) sorted by relevance
82 uint64_t vl, vh; in gcm_gen_table() local97 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()100 ctx->HL[8] = vl; in gcm_gen_table()115 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()116 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()119 ctx->HL[i] = vl; in gcm_gen_table()127 vl = *HiL; in gcm_gen_table()131 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()
Completed in 3 milliseconds