aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/des3_ede_glue.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()Gravatar YueHaibing 1-8/+0
2021-12-17crypto: x86/des3 - remove redundant assignment of variable nbytesGravatar Colin Ian King 1-2/+2
2021-01-14crypto: x86/des - drop CTR mode implementationGravatar Ard Biesheuvel 1-104/+0
2019-08-22crypto: x86/des - switch to library interfaceGravatar Ard Biesheuvel 1-19/+23
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 1-1/+1
2019-08-22crypto: 3des - move verification out of exported routineGravatar Ard Biesheuvel 1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-11/+1
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticGravatar Wu Fengguang 1-1/+1
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceGravatar Eric Biggers 1-119/+119
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-2/+1
2015-01-13crypto: x86/des3_ede - drop bogus module aliasesGravatar Mathias Krause 1-2/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-4/+4
2014-06-25crypto: des3_ede-x86_64 - fix parse warningGravatar Jussi Kivilinna 1-2/+2
2014-06-20crypto: des_3des - add x86-64 assembly implementationGravatar Jussi Kivilinna 1-0/+509