Skip to content

Add AES instructions #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BarebitOpenSource opened this issue Dec 21, 2023 · 2 comments
Closed

Add AES instructions #60

BarebitOpenSource opened this issue Dec 21, 2023 · 2 comments

Comments

@BarebitOpenSource
Copy link
Contributor

BarebitOpenSource commented Dec 21, 2023

https://en.wikipedia.org/wiki/AES_instruction_set#x86_architecture_processors

List:

AESENC      Perform one round of an AES encryption flow
AESENCLAST      Perform the last round of an AES encryption flow
AESDEC      Perform one round of an AES decryption flow
AESDECLAST      Perform the last round of an AES decryption flow
AESKEYGENASSIST      Assist in AES round key generation

Edit: There are more of them. See the manual for all instructions that start with "AES".

@BarebitOpenSource
Copy link
Contributor Author

BarebitOpenSource commented May 14, 2024

There's another related group of instructions missing, AES Key Locker instructions. Search the manual for "AESKLE". The are:

AESDEC128KL
AESDEC256KL
AESDECWIDE128KL
AESDECWIDE256KL
AESENC128KL
AESENC256KL
AESENCWIDE128KL
AESENCWIDE256KL
ENCODEKEY128
ENCODEKEY256

@BarebitOpenSource
Copy link
Contributor Author

Move to mazegen/x86reference#13

@BarebitOpenSource BarebitOpenSource closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant