summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2021-02-10crypto: cast6 - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: cast5 - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: camellia - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: blowfish - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: serpent - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel
2021-02-10crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel
2021-01-03crypto: blake2b - update file commentEric Biggers
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2021-01-03crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdArd Biesheuvel
2020-12-04crypto: seed - remove trailing semicolon in macro definitionTom Rix
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel
2020-11-27crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel
2020-11-27crypto: aegis128 - expose SIMD code path as separate driverArd Biesheuvel
2020-11-27crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel
2020-11-27crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel
2020-11-27crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers