1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/MC/Disassembler
Xiang1 Zhang 92910706f0 [X86] Support Intel Key Locker
Key Locker provides a mechanism to encrypt and decrypt data with an AES key without having access
to the raw key value by converting AES keys into “handles”. These handles can be used to perform the
same encryption and decryption operations as the original AES keys, but they only work on the current
system and only until they are revoked. If software revokes Key Locker handles (e.g., on a reboot),
then any previous handles can no longer be used.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D88398
2020-09-30 18:08:45 +08:00
..
AArch64
AMDGPU [AMDGPU] gfx1030 RT support 2020-09-16 11:40:58 -07:00
ARC
ARM
Hexagon
Lanai
Mips
MSP430
PowerPC [PowerPC] Add accumulator register class and instructions 2020-09-25 12:25:13 -05:00
RISCV
Sparc
SystemZ
WebAssembly
X86 [X86] Support Intel Key Locker 2020-09-30 18:08:45 +08:00
XCore