summaryrefslogtreecommitdiff
path: root/drivers/crypto/nx/nx.h
AgeCommit message (Expand)Author
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder