aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/des3_ede_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing1-8/+0
2021-12-17crypto: x86/des3 - remove redundant assignment of variable nbytesColin Ian King1-2/+2
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel1-104/+0
2019-08-22crypto: x86/des - switch to library interfaceArd Biesheuvel1-19/+23
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang1-1/+1
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-119/+119
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-2/+1
2015-01-13crypto: x86/des3_ede - drop bogus module aliasesMathias Krause1-2/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-4/+4
2014-06-25crypto: des3_ede-x86_64 - fix parse warningJussi Kivilinna1-2/+2
2014-06-20crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna1-0/+509