aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-gcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir1-1/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+0
2015-07-14crypto: nx - Use new IV conventionHerbert Xu1-26/+40
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu1-7/+10
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu1-60/+47
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu1-3/+0
2014-11-06crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa1-29/+37
2013-09-02crypto: nx - fix GCM for zero length messagesMarcelo Cerri1-20/+112
2013-09-02crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri1-66/+136
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri1-1/+1
2013-08-21crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com1-2/+2
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri1-0/+4
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder1-1/+1
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-2/+0
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353