encodekey256
Encode 256-bit Key
ENCODEKEY256 r32, r32
Wraps a 256-bit AES key into a handle.
Details
The Encode 256-bit Key instruction wraps a 256-bit AES key into a handle.
Pseudocode Operation
// Wraps a 256-bit AES key into a handle
Example
ENCODEKEY256 eax, eax
Encoding
Binary Layout
F3
+0
0F
+1
38
+2
FB
+3
Operands
-
dest
32-bit general-purpose register (e.g. EAX) -
src
32-bit general-purpose register (e.g. EAX)