Home
last modified time | relevance | path

Searched refs:encryption_key (Results 1 – 3 of 3) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvmexit.c482 vcpu->arch.IWKey.encryption_key[0] = xmm[2]; in loadiwkey_vmexit_handler()
483 vcpu->arch.IWKey.encryption_key[1] = xmm[3]; in loadiwkey_vmexit_handler()
484 vcpu->arch.IWKey.encryption_key[2] = xmm[4]; in loadiwkey_vmexit_handler()
485 vcpu->arch.IWKey.encryption_key[3] = xmm[5]; in loadiwkey_vmexit_handler()
A Dvcpu.c212 vcpu->arch.IWKey.encryption_key[0] = get_random_value(); in init_iwkey()
213 vcpu->arch.IWKey.encryption_key[1] = get_random_value(); in init_iwkey()
214 vcpu->arch.IWKey.encryption_key[2] = get_random_value(); in init_iwkey()
215 vcpu->arch.IWKey.encryption_key[3] = get_random_value(); in init_iwkey()
230 write_xmm_0_2(&vcpu->arch.IWKey.integrity_key[0], &vcpu->arch.IWKey.encryption_key[0], in load_iwkey()
231 &vcpu->arch.IWKey.encryption_key[2]); in load_iwkey()
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h228 uint64_t encryption_key[4]; member

Completed in 8 milliseconds