summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ctr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu2021-06-241-1/+1
* crypto: nx - Fix memcpy() over-reading in nonceKees Cook2021-06-241-1/+1
* crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-03-261-1/+1
* crypto: nx - convert AES-CTR to skcipher APIEric Biggers2019-10-231-47/+37
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-231-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa2015-08-101-21/+0
* crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-081-3/+4
* crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa2014-11-061-10/+3
* crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-021-19/+31
* 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
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-2/+0
* powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder2012-05-161-0/+178