aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ccm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09crypto: nx - Remove the unneeded result variableye xingchen1-4/+1
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu1-2/+2
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava1-1/+1
2019-11-17crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel1-5/+0
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers1-26/+14
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