Searched refs:vh (Results 1 – 1 of 1) sorted by relevance
82 uint64_t vl, vh; in gcm_gen_table() local93 vh = (uint64_t) hi << 32 | lo; in gcm_gen_table()101 ctx->HH[8] = vh; in gcm_gen_table()116 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()117 vh = ( vh >> 1 ) ^ ( (uint64_t) T << 32); in gcm_gen_table()120 ctx->HH[i] = vh; in gcm_gen_table()126 vh = *HiH; in gcm_gen_table()130 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()
Completed in 3 milliseconds