aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/aes_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-10-23crypto: sparc/aes - convert to skcipher APIEric Biggers1-167/+143
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel1-4/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-11-20crypto: remove useless initializations of cra_listEric Biggers1-5/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-2/+1
2015-10-08crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp1-0/+2
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2014-05-18sparc64: fix sparse warnings in aes_glue.cSam Ravnborg1-3/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller1-3/+24
2012-11-09sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller1-0/+2
2012-09-15sparc64: Add missing pr_fmt define to crypto opcode drivers.David S. Miller1-0/+2
2012-09-15sparc64: Adjust crypto priorities.David S. Miller1-4/+6
2012-08-29sparc64: Add ctr mode support to AES driver.David S. Miller1-0/+62
2012-08-29sparc64: Move AES driver over to a methods based implementation.David S. Miller1-49/+137
2012-08-22sparc64: Add AES driver making use of the new aes opcodes.David S. Miller1-0/+323