summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ccm.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - Remove the unneeded result variableye xingchen2022-09-091-4/+1
* crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu2021-06-241-2/+2
* crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-03-261-1/+1
* crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel2019-11-171-5/+0
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-231-26/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1
* crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2015-11-161-1/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-4/+2
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-171-81/+72
* crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-081-2/+4
* crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa2014-11-061-34/+27
* crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208
* crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-021-2/+2
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-141-4/+16
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-2/+0
* powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder2012-05-161-0/+468