Searched refs:HL (Results 1 – 2 of 2) sorted by relevance
62 ghash_key->HL[8] = vl; in internal_aes_gcm_ghash_gen_tbl()67 ghash_key->HL[0] = 0; in internal_aes_gcm_ghash_gen_tbl()75 ghash_key->HL[i] = vl; in internal_aes_gcm_ghash_gen_tbl()80 uint64_t *HiL = ghash_key->HL + i; in internal_aes_gcm_ghash_gen_tbl()87 HiL[j] = vl ^ ghash_key->HL[j]; in internal_aes_gcm_ghash_gen_tbl()119 zl = ghash_key->HL[lo]; in internal_aes_gcm_ghash_mult_tbl()131 zl ^= ghash_key->HL[lo]; in internal_aes_gcm_ghash_mult_tbl()139 zl ^= ghash_key->HL[hi]; in internal_aes_gcm_ghash_mult_tbl()
20 uint64_t HL[16]; member