aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2016-09-15crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni
2016-09-07crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu
2015-07-14crypto: nx - Use new IV conventionHerbert Xu
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu
2015-05-18crypto: nx - remove 842-nx null checksDan Streetman
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa