KEYLOCKER Instructions
7 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| aesdec128kl | AESDEC128KL m128, xmm | Legacy | Decrypts data using Key Locker handle. |
| aesdec256kl | AESDEC256KL m128, xmm | Legacy | Decrypts data using 256-bit Key Locker handle. |
| aesenc128kl | AESENC128KL m128, xmm | Legacy | Encrypts data using Key Locker handle. |
| aesenc256kl | AESENC256KL m128, xmm | Legacy | Encrypts data using 256-bit Key Locker handle. |
| encodekey128 | ENCODEKEY128 r32, r32 | Legacy | Wraps a 128-bit AES key into a handle. |
| encodekey256 | ENCODEKEY256 r32, r32 | Legacy | Wraps a 256-bit AES key into a handle. |
| loadiwkey | LOADIWKEY xmm1, xmm2 | Legacy | Loads the Key Locker internal wrapping key. |