Home
last modified time | relevance | path

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

/optee_os/core/crypto/
A Daes-gcm-ghash-tbl.c81 uint64_t *HiL = ghash_key->HL + i; in internal_aes_gcm_ghash_gen_tbl() local
85 vl = *HiL; in internal_aes_gcm_ghash_gen_tbl()
88 HiL[j] = vl ^ ghash_key->HL[j]; in internal_aes_gcm_ghash_gen_tbl()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dgcm.c148 uint64_t *HiL = ctx->HL + i, *HiH = ctx->HH + i; in gcm_gen_table() local
150 vl = *HiL; in gcm_gen_table()
154 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()

Completed in 4 milliseconds