Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Daes-gcm-ghash-tbl.c52 uint64_t vl, vh; in internal_aes_gcm_ghash_gen_tbl() local
59 vl = get_be64(h + 8); in internal_aes_gcm_ghash_gen_tbl()
62 ghash_key->HL[8] = vl; in internal_aes_gcm_ghash_gen_tbl()
70 uint32_t T = (vl & 1) * 0xe1000000U; in internal_aes_gcm_ghash_gen_tbl()
72 vl = (vh << 63) | (vl >> 1); in internal_aes_gcm_ghash_gen_tbl()
75 ghash_key->HL[i] = vl; in internal_aes_gcm_ghash_gen_tbl()
84 vl = *HiL; in internal_aes_gcm_ghash_gen_tbl()
87 HiL[j] = vl ^ ghash_key->HL[j]; in internal_aes_gcm_ghash_gen_tbl()
/optee_os/core/arch/riscv/include/
H A Dencoding.h4528 DECLARE_CSR(vl, CSR_VL)