summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2023-05-241-2/+2
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
* crypto: nx - convert AES-CTR to skcipher APIEric Biggers2019-10-231-2/+2
* crypto: nx - convert AES-CBC to skcipher APIEric Biggers2019-10-231-2/+2
* crypto: nx - convert AES-ECB to skcipher APIEric Biggers2019-10-231-2/+3
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-231-3/+3
* crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing2019-08-301-3/+0
* crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-201-10/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu2015-08-171-0/+2
* crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa2015-08-101-1/+0
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-171-3/+3
* crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-081-3/+11
* crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-3/+4
* crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa2015-04-261-2/+0
* crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2014-11-061-3/+5
* crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-021-1/+1
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-141-0/+1
* powerpc/crypto: nx driver code supporting nx encryptionKent Yoder2012-05-161-0/+193