summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-022-2/+2
* crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-021-20/+112
* crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-021-7/+77
* crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208
* crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter2013-09-021-47/+66
* crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri2013-09-021-66/+136
* crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-021-19/+31
* crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri2013-09-021-23/+33
* 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-027-9/+14
* crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com2013-08-211-2/+2
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-1410-12/+87
* crypto: nx - saves chaining value from co-processorFionnuala Gunter2013-08-091-0/+1
* crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2013-08-092-95/+132
* 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-246-38/+19Star
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+3Star
* powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-152-13/+8Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-051-9/+8Star
|\
| * powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman2012-09-051-9/+8Star
* | crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman2012-08-201-16/+18
* | powerpc/crypto: add 842 hardware compression driverSeth Jennings2012-08-013-0/+1627
* | powerpc/crypto: rework KconfigSeth Jennings2012-08-012-1/+18
* | crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-015-8/+0Star
|/
* powerpc/crypto: Build files for the nx device driverKent Yoder2012-05-161-0/+11
* powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder2012-05-161-0/+103
* powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder2012-05-161-0/+265
* powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder2012-05-161-0/+246
* powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder2012-05-161-0/+236
* powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder2012-05-161-0/+353
* powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder2012-05-161-0/+139
* powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder2012-05-161-0/+178
* powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder2012-05-161-0/+468
* powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder2012-05-161-0/+141
* powerpc/crypto: nx driver code supporting nx encryptionKent Yoder2012-05-163-0/+1114