Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dgcm.c101 ctx->HH[8] = vh; in gcm_gen_table()
110 ctx->HH[0] = 0; in gcm_gen_table()
120 ctx->HH[i] = vh; in gcm_gen_table()
125 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table()
130 HiH[j] = vh ^ ctx->HH[j]; in gcm_gen_table()
203 MBEDTLS_PUT_UINT32_BE( ctx->HH[8] >> 32, h, 0 ); in gcm_mult()
204 MBEDTLS_PUT_UINT32_BE( ctx->HH[8], h, 4 ); in gcm_mult()
215 zh = ctx->HH[lo]; in gcm_mult()
229 zh ^= ctx->HH[lo]; in gcm_mult()
238 zh ^= ctx->HH[hi]; in gcm_mult()
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h70 uint64_t HH[16]; /*!< Precalculated HTable high. */ member