aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ecb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu1-1/+1
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava1-1/+1
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers1-44/+32
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner1-13/+1
2014-11-06crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa1-10/+2
2013-09-02crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri1-18/+30
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri1-1/+1
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri1-2/+8
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder1-0/+1
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-1/+0
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139