Searched refs:HH (Results 1 – 2 of 2) sorted by relevance
124 ctx->HH[8] = vh; in gcm_gen_table()133 ctx->HH[0] = 0; in gcm_gen_table()143 ctx->HH[i] = vh; in gcm_gen_table()148 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table()153 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()221 PUT_UINT32_BE( ctx->HH[8] >> 32, h, 0 ); in gcm_mult()222 PUT_UINT32_BE( ctx->HH[8], h, 4 ); in gcm_mult()233 zh = ctx->HH[lo]; in gcm_mult()247 zh ^= ctx->HH[lo]; in gcm_mult()256 zh ^= ctx->HH[hi]; in gcm_mult()
46 uint64_t HH[16]; /*!< Precalculated HTable */ member