summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ecb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu2021-06-241-1/+1
* crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-03-261-1/+1
* crypto: nx - convert AES-ECB to skcipher APIEric Biggers2019-10-231-44/+32
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-231-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1
* crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa2014-11-061-10/+2
* crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri2013-09-021-18/+30
* crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-021-1/+1
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-141-2/+8
* drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder2013-05-241-0/+1
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-1/+0
* powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder2012-05-161-0/+139