aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder6-38/+19
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2-13/+8
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-9/+8
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driverMichael Ellerman1-9/+8
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman1-16/+18
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings3-0/+1627
2012-08-01powerpc/crypto: rework KconfigSeth Jennings2-1/+18
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna5-8/+0
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder1-0/+11
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder1-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder1-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder1-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114