aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-01-21crypto: asymmetric_keys: fix some comments in pkcs7_parser.hGravatar Randy Dunlap 1-3/+2
2021-01-21KEYS: asymmetric: Fix kerneldocGravatar Krzysztof Kozlowski 1-2/+4
2021-01-20X.509: Fix crash caused by NULL pointerGravatar Tianjia Zhang 1-1/+2
2021-01-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2021-01-14crypto: x86 - remove glue helper moduleGravatar Ard Biesheuvel 2-11/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperGravatar Ard Biesheuvel 1-2/+0
2021-01-14crypto: x86/cast6 - drop dependency on glue helperGravatar Ard Biesheuvel 1-1/+0
2021-01-14crypto: x86/serpent - drop dependency on glue helperGravatar Ard Biesheuvel 1-3/+0
2021-01-14crypto: x86/camellia - drop dependency on glue helperGravatar Ard Biesheuvel 1-2/+0
2021-01-14crypto: x86/blowfish - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/des - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/twofish - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+2
2021-01-14crypto: x86/cast6 - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/cast5 - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/serpent - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+3
2021-01-14crypto: x86/camellia - drop CTR mode implementationGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/twofish - switch to XTS templateGravatar Ard Biesheuvel 1-0/+1
2021-01-14crypto: x86/serpent- switch to XTS templateGravatar Ard Biesheuvel 1-1/+1
2021-01-14crypto: x86/cast6 - switch to XTS templateGravatar Ard Biesheuvel 1-1/+1
2021-01-14crypto: x86/camellia - switch to XTS templateGravatar Ard Biesheuvel 1-1/+1
2021-01-10Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperGravatar Ard Biesheuvel 1-1/+0
2021-01-08crypto: xor - Fix divide error in do_xor_speed()Gravatar Kirill Tkhai 1-0/+2
2021-01-03crypto: blake2b - update file commentGravatar Eric Biggers 1-13/+10
2021-01-03crypto: blake2b - sync with blake2s implementationGravatar Eric Biggers 1-178/+48
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeGravatar Eric Biggers 1-67/+9
2021-01-03crypto: blake2s - remove unneeded includesGravatar Eric Biggers 1-2/+0
2021-01-03crypto: blake2s - define shash_alg structs using macrosGravatar Eric Biggers 1-61/+27
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 19-3/+39
2021-01-03crypto: tcrypt - avoid signed overflow in byte countGravatar Ard Biesheuvel 1-10/+10
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Gravatar Ard Biesheuvel 1-1/+2
2020-12-31crypto: asym_tpm: correct zero out potential secretsGravatar Greg Kroah-Hartman 1-1/+1
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdGravatar Ard Biesheuvel 1-2/+2
2020-12-04crypto: seed - remove trailing semicolon in macro definitionGravatar Tom Rix 1-1/+1
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Gravatar Ard Biesheuvel 1-4/+5
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksGravatar Ard Biesheuvel 1-37/+44
2020-11-27crypto: tcrypt - permit tcrypt.ko to be builtinGravatar Ard Biesheuvel 1-1/+1
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeGravatar Ard Biesheuvel 1-1/+1
2020-11-27crypto: aegis128 - expose SIMD code path as separate driverGravatar Ard Biesheuvel 1-77/+143
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainGravatar Ard Biesheuvel 3-18/+57
2020-11-27crypto: aegis128/neon - optimize tail block handlingGravatar Ard Biesheuvel 1-14/+75
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsGravatar Ard Biesheuvel 1-6/+26
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 4-4/+4
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerGravatar Jason A. Donenfeld 1-1/+1
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameGravatar Eric Biggers 1-3/+7
2020-11-06crypto: testmgr - WARN on test failureGravatar Eric Biggers 1-7/+13
2020-11-06crypto: testmgr - always print the actual skcipher driver nameGravatar Eric Biggers 1-20/+16
2020-11-06crypto: testmgr - always print the actual AEAD driver nameGravatar Eric Biggers 1-24/+18
2020-11-06crypto: testmgr - always print the actual hash driver nameGravatar Eric Biggers 1-23/+20
2020-10-30crypto: sm2 - remove unnecessary reset operationsGravatar Tianjia Zhang 1-46/+29