summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-261-2/+3
|\
| * crypto: nx - Repair some kernel-doc problemsLee Jones2021-03-261-2/+3
* | vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
|/
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* crypto: nx - convert AES-CTR to skcipher APIEric Biggers2019-10-231-18/+7
* crypto: nx - convert AES-CBC to skcipher APIEric Biggers2019-10-231-5/+6
* crypto: nx - convert AES-ECB to skcipher APIEric Biggers2019-10-231-5/+23
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-231-8/+8
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-3/+1
|\
| * crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-201-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1
|/
* crypto: nx - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: nx - drop duplicate header types.hGeliang Tang2016-11-171-1/+0
* crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-07-191-1/+1
* crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa2015-08-101-8/+1
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-171-11/+10
* crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-081-0/+3
* crypto: nx - Check for bogus firmware propertiesHerbert Xu2015-06-211-32/+118
* crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-10/+16
* crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa2015-04-261-47/+0
* crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa2015-04-261-4/+24
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-3/+3
* crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2014-11-061-19/+108
* crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-021-2/+7
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-141-2/+2
* crypto: nx - fix physical addresses added to sg listsMarcelo Cerri2013-08-091-3/+19
* drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder2013-05-241-31/+7
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+3
* powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-1/+0
* powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman2012-09-051-9/+8
* powerpc/crypto: nx driver code supporting nx encryptionKent Yoder2012-05-161-0/+716