summaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/aes_glue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-5/+0Star
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-2/+1Star
* crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp2015-10-081-0/+2
* crypto: sparc64/aes - fix module descriptionMathias Krause2015-01-131-1/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* sparc64: fix sparse warnings in aes_glue.cSam Ravnborg2014-05-191-3/+3
* sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller2012-12-201-0/+4
* sparc64: Fix AES ctr mode block size.David S. Miller2012-12-201-3/+24
* sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller2012-11-101-0/+2
* sparc64: Add missing pr_fmt define to crypto opcode drivers.David S. Miller2012-09-151-0/+2
* sparc64: Adjust crypto priorities.David S. Miller2012-09-151-4/+6
* sparc64: Add ctr mode support to AES driver.David S. Miller2012-08-291-0/+62
* sparc64: Move AES driver over to a methods based implementation.David S. Miller2012-08-291-49/+137
* sparc64: Add AES driver making use of the new aes opcodes.David S. Miller2012-08-221-0/+323