aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ccm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner1-13/+1
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir1-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-4/+2
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu1-81/+72
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu1-2/+4
2014-11-06crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa1-34/+27
2013-09-02crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter1-75/+208
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri1-2/+2
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri1-4/+16
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-2/+0
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468