Home
last modified time | relevance | path

Searched refs:HL (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dgcm.c123 ctx->HL[8] = vl; in gcm_gen_table()
134 ctx->HL[0] = 0; in gcm_gen_table()
142 ctx->HL[i] = vl; in gcm_gen_table()
148 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table()
154 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()
223 PUT_UINT32_BE( ctx->HL[8] >> 32, h, 8 ); in gcm_mult()
224 PUT_UINT32_BE( ctx->HL[8], h, 12 ); in gcm_mult()
234 zl = ctx->HL[lo]; in gcm_mult()
248 zl ^= ctx->HL[lo]; in gcm_mult()
257 zl ^= ctx->HL[hi]; in gcm_mult()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dgcm.h45 uint64_t HL[16]; /*!< Precalculated HTable */ member