Searched refs:HL (Results 1 – 4 of 4) sorted by relevance
63 ghash_key->HL[8] = vl; in internal_aes_gcm_ghash_gen_tbl()68 ghash_key->HL[0] = 0; in internal_aes_gcm_ghash_gen_tbl()76 ghash_key->HL[i] = vl; in internal_aes_gcm_ghash_gen_tbl()81 uint64_t *HiL = ghash_key->HL + i; in internal_aes_gcm_ghash_gen_tbl()88 HiL[j] = vl ^ ghash_key->HL[j]; in internal_aes_gcm_ghash_gen_tbl()120 zl = ghash_key->HL[lo]; in internal_aes_gcm_ghash_mult_tbl()132 zl ^= ghash_key->HL[lo]; in internal_aes_gcm_ghash_mult_tbl()140 zl ^= ghash_key->HL[hi]; in internal_aes_gcm_ghash_mult_tbl()
100 ctx->HL[8] = vl; in gcm_gen_table()111 ctx->HL[0] = 0; in gcm_gen_table()119 ctx->HL[i] = vl; in gcm_gen_table()125 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table()131 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()205 MBEDTLS_PUT_UINT32_BE( ctx->HL[8] >> 32, h, 8 ); in gcm_mult()206 MBEDTLS_PUT_UINT32_BE( ctx->HL[8], h, 12 ); in gcm_mult()216 zl = ctx->HL[lo]; in gcm_mult()230 zl ^= ctx->HL[lo]; in gcm_mult()239 zl ^= ctx->HL[hi]; in gcm_mult()
69 uint64_t HL[16]; /*!< Precalculated HTable low. */ member
20 uint64_t HL[16]; member
Completed in 5 milliseconds