Searched refs:HiL (Results 1 – 2 of 2) sorted by relevance
81 uint64_t *HiL = ghash_key->HL + i; in internal_aes_gcm_ghash_gen_tbl() local85 vl = *HiL; in internal_aes_gcm_ghash_gen_tbl()88 HiL[j] = vl ^ ghash_key->HL[j]; in internal_aes_gcm_ghash_gen_tbl()
125 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table() local127 vl = *HiL; in gcm_gen_table()131 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()
Completed in 4 milliseconds