aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-cbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu1-1/+1
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones1-1/+1
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers1-45/+33
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner1-13/+1
2014-11-06crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa1-10/+2
2013-09-02crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri1-23/+33
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri1-1/+1
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri1-2/+8
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter1-0/+1
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder1-0/+1
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-1/+0
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141