Skip to content

Commit 31c7f89

Browse files
committed
add support for AES-NI instructions
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 0173cac commit 31c7f89

File tree

8 files changed

+448
-1
lines changed

8 files changed

+448
-1
lines changed

doc/crypt.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ \subsection{Simple Encryption Demonstration}
614614
\hline SAFER+ & saferp\_desc &16 & 16, 24, 32 & 8, 12, 16 & 4 \\
615615
\hline AES & aes\_desc & 16 & 16, 24, 32 & 10, 12, 14 & 6 \\
616616
& aes\_enc\_desc & 16 & 16, 24, 32 & 10, 12, 14 & 6 \\
617+
& aesni\_desc & 16 & 16, 24, 32 & 10, 12, 14 & 6 \\
617618
\hline Twofish & twofish\_desc & 16 & 16, 24, 32 & 16 & 7 \\
618619
\hline DES & des\_desc & 8 & 8 & 16 & 13 \\
619620
\hline 3DES (EDE mode) & des3\_desc & 8 & 16, 24 & 16 & 14 \\

0 commit comments

Comments
 (0)