summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-16keys: Update comment for restrict_link_by_key_or_keyring_chainAndrew Zaborowski
2021-02-10crypto: xor - Fix typo of optimizationBhaskar Chowdhury
2021-02-10crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli
2021-02-10crypto: twofish - use unaligned accessors instead of alignmaskArd Biesheuvel
2021-02-10crypto: fcrypt - drop unneeded alignmaskArd Biesheuvel
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-21crypto: pkcs7: Use match_string() helper to simplify the codeYueHaibing
2021-01-21PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi
2021-01-21crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap
2021-01-21KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang
2021-01-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
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-10Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel
2021-01-08crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai
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