Searched refs:HH (Results 1 – 2 of 2) sorted by relevance
163 ctx->HH[8] = vh; in gcm_gen_table()166 ctx->HH[0] = 0; in gcm_gen_table()175 ctx->HH[i] = vh; in gcm_gen_table()179 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table()183 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()216 zh = ctx->HH[lo]; in gcm_mult()223 zh ^= ctx->HH[hi]; in gcm_mult()234 zh ^= ctx->HH[lo]; in gcm_mult()241 zh ^= ctx->HH[hi]; in gcm_mult()
35 uint64_t HH[16]; /*!< Precalculated HTable high. */ member