summaryrefslogtreecommitdiff
path: root/lib/crypto/aes.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS...Andrew Bartlett1-634/+0
2017-09-07lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison1-0/+3
2017-09-07lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison1-1/+7
2015-08-27lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher1-0/+7
2015-08-27lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher1-3/+7
2015-08-27lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()Stefan Metzmacher1-0/+575
2011-01-03lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher1-0/+4
2009-09-16lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner1-0/+79