aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri
2013-09-02crypto: nx - fix GCM for zero length messagesMarcelo Cerri
2013-09-02crypto: nx - fix XCBC for zero length messagesMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter
2013-09-02crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter
2013-09-02crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri
2013-08-21crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri
2013-08-09crypto: nx - fix physical addresses added to sg listsMarcelo Cerri
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings
2012-08-01powerpc/crypto: rework KconfigSeth Jennings
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder