| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | MIPS: Remove unused arch/mips/crypto directory | Ethan Nelson-Moore | 1 | -3/+0 |
| 10 days | LoongArch: Remove unused arch/loongarch/crypto directory | Ethan Nelson-Moore | 1 | -3/+0 |
| 2026-05-07 | crypto: af_alg - Document the deprecation of AF_ALG | Eric Biggers | 1 | -18/+51 |
| 2026-05-07 | crypto: drbg - Use HMAC-SHA512 library API | Eric Biggers | 1 | -2/+1 |
| 2026-05-07 | crypto: drbg - Flatten the DRBG menu | Eric Biggers | 1 | -12/+5 |
| 2026-05-07 | crypto: drbg - Remove support for HASH_DRBG | Eric Biggers | 1 | -8/+0 |
| 2026-05-07 | crypto: drbg - Remove support for CTR_DRBG | Eric Biggers | 1 | -8/+0 |
| 2026-05-07 | crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC | Eric Biggers | 1 | -7/+3 |
| 2026-04-16 | Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+0 |
| 2026-04-15 | Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -16/+20 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -12/+0 |
| 2026-04-13 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -11/+6 |
| 2026-04-08 | crypto: Remove michael_mic from crypto_shash API | Eric Biggers | 1 | -12/+0 |
| 2026-04-02 | xor: move to lib/raid/ | Christoph Hellwig | 1 | -2/+0 |
| 2026-04-03 | crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS | Eric Biggers | 1 | -8/+19 |
| 2026-04-03 | crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=n | Eric Biggers | 1 | -7/+0 |
| 2026-04-03 | crypto: fips - Depend on CRYPTO_DRBG=y | Eric Biggers | 1 | -1/+1 |
| 2026-03-27 | crypto: remove HKDF library | Eric Biggers | 1 | -6/+0 |
| 2026-03-23 | crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3 | Eric Biggers | 1 | -1/+1 |
| 2026-03-23 | crypto: ghash - Remove ghash from crypto_shash API | Eric Biggers | 1 | -7/+0 |
| 2026-03-23 | crypto: gcm - Use GHASH library instead of crypto_ahash | Eric Biggers | 1 | -1/+1 |
| 2026-03-23 | lib/crypto: gf128hash: Rename polyval module to gf128hash | Eric Biggers | 1 | -1/+1 |
| 2026-03-09 | crypto: jitterentropy - Use SHA-3 library | David Howells | 1 | -1/+1 |
| 2026-03-09 | crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library | Eric Biggers | 1 | -0/+2 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_CRC32 | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_CRC32C | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_XXHASH | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_SHA256 | Geert Uytterhoeven | 1 | -1/+0 |
| 2026-03-02 | crypto: Clean up help text for CRYPTO_BLAKE2B | Geert Uytterhoeven | 1 | -2/+0 |
| 2026-02-10 | Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+9 |
| 2026-01-21 | crypto: Add ML-DSA crypto_sig support | David Howells | 1 | -0/+9 |
| 2026-01-12 | crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI | Eric Biggers | 1 | -21/+0 |
| 2026-01-12 | crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[] | Eric Biggers | 1 | -1/+1 |
| 2026-01-12 | crypto: nhpoly1305 - Remove crypto_shash support | Eric Biggers | 1 | -6/+0 |
| 2026-01-12 | crypto: adiantum - Convert to use NH library | Eric Biggers | 1 | -1/+1 |
| 2025-12-03 | Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -14/+7 |
| 2025-11-22 | crypto: ansi_cprng - Remove unused ansi_cprng algorithm | Eric Biggers | 1 | -12/+1 |
| 2025-11-11 | crypto: polyval - Remove the polyval crypto_shash | Eric Biggers | 1 | -10/+0 |
| 2025-11-11 | crypto: hctr2 - Convert to use POLYVAL library | Eric Biggers | 1 | -1/+1 |
| 2025-11-05 | crypto: sha3 - Reimplement using library API | Eric Biggers | 1 | -0/+1 |
| 2025-10-29 | crypto: blake2b - Reimplement using library API | Eric Biggers | 1 | -0/+1 |
| 2025-10-17 | crypto: drbg - Export CTR DRBG DF functions | Harsh Jain | 1 | -2/+6 |
| 2025-09-06 | crypto: curve25519 - Remove unused kpp support | Eric Biggers | 1 | -8/+0 |
| 2025-08-29 | crypto: chacha - register only "-lib" drivers | Eric Biggers | 1 | -1/+0 |
| 2025-08-29 | lib/crypto: poly1305: Consolidate into single module | Eric Biggers | 1 | -0/+2 |
| 2025-08-26 | crypto: md5 - Wrap library and add HMAC support | Eric Biggers | 1 | -1/+2 |
| 2025-07-14 | crypto: sha1 - Wrap library and add HMAC support | Eric Biggers | 1 | -1/+2 |
| 2025-07-08 | lib/crypto: hash_info: Move hash_info.c into lib/crypto/ | Eric Biggers | 1 | -3/+0 |
| 2025-07-04 | crypto: sha256 - Wrap library and add HMAC support | Eric Biggers | 1 | -2/+2 |
| 2025-06-30 | crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library | Eric Biggers | 1 | -1/+3 |
| 2025-06-13 | crypto: testmgr - reinstate kconfig control over full self-tests | Eric Biggers | 1 | -4/+21 |
| 2025-05-12 | crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS | Eric Biggers | 1 | -2/+3 |
| 2025-05-12 | crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol | Eric Biggers | 1 | -1/+1 |
| 2025-05-12 | crypto: testmgr - make it easier to enable the full set of tests | Eric Biggers | 1 | -10/+0 |
| 2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 1 | -9/+15 |
| 2025-05-12 | crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK | Eric Biggers | 1 | -3/+7 |
| 2025-05-12 | crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL | Eric Biggers | 1 | -7/+3 |
| 2025-05-12 | crypto: krb5enc - do not select CRYPTO_NULL | Eric Biggers | 1 | -1/+0 |
| 2025-05-12 | crypto: geniv - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
| 2025-05-12 | crypto: gcm - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
| 2025-05-12 | crypto: authenc - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
| 2025-05-12 | crypto: algif_aead - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
| 2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers | 1 | -0/+1 |
| 2025-05-05 | crypto: poly1305 - Remove algorithm | Herbert Xu | 1 | -12/+0 |
| 2025-05-05 | crypto: chacha20poly1305 - Use lib/crypto poly1305 | Herbert Xu | 1 | -1/+1 |
| 2025-04-28 | crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -1/+1 |
| 2025-04-28 | crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -1/+1 |
| 2025-04-16 | crypto: lib/sm3 - Move sm3 library into lib/crypto | Herbert Xu | 1 | -4/+1 |
| 2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+16 |
| 2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+6 |
| 2025-03-20 | crypto,fs: Separate out hkdf_extract() and hkdf_expand() | Hannes Reinecke | 1 | -0/+6 |
| 2025-03-08 | crypto: Kconfig - Select LIB generic option | Herbert Xu | 1 | -0/+3 |
| 2025-03-02 | crypto/krb5: Implement Kerberos crypto core | David Howells | 1 | -0/+1 |
| 2025-03-02 | crypto: Add 'krb5enc' hash and cipher AEAD algorithm | David Howells | 1 | -0/+12 |
| 2025-03-02 | crypto: lib/Kconfig - Hide arch options from user | Herbert Xu | 1 | -3/+3 |
| 2025-02-08 | crypto: crct10dif - remove from crypto API | Eric Biggers | 1 | -9/+0 |
| 2025-02-08 | crypto: crc64-rocksoft - remove from crypto API | Eric Biggers | 1 | -11/+0 |
| 2025-01-24 | Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -18/+0 |
| 2025-01-04 | crypto: keywrap - remove unused keywrap algorithm | Eric Biggers | 1 | -8/+0 |
| 2025-01-04 | crypto: vmac - remove unused VMAC algorithm | Eric Biggers | 1 | -10/+0 |
| 2024-12-01 | lib/crc-t10dif: stop wrapping the crypto API | Eric Biggers | 1 | -0/+1 |
| 2024-10-28 | crypto: ecdsa - Update Kconfig help text for NIST P521 | Lukas Wunner | 1 | -1/+1 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 1 | -0/+1 |
| 2024-10-05 | crypto: ecrdsa - Migrate to sig_alg backend | Lukas Wunner | 1 | -1/+1 |
| 2024-10-05 | crypto: ecdsa - Migrate to sig_alg backend | Lukas Wunner | 1 | -1/+1 |
| 2024-08-24 | crypto: jitter - set default OSR to 3 | Stephan Mueller | 1 | -1/+1 |
| 2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu | 1 | -18/+0 |
| 2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 1 | -20/+0 |
| 2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
| 2024-03-13 | Revert "crypto: remove CONFIG_CRYPTO_STATS" | Herbert Xu | 1 | -0/+20 |
| 2024-03-01 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 1 | -20/+0 |
| 2024-02-24 | crypto: jitter - fix CRYPTO_JITTERENTROPY help text | Randy Dunlap | 1 | -2/+3 |
| 2024-01-22 | RISC-V: hook new crypto subdir into build-system | Heiko Stuebner | 1 | -0/+3 |
| 2023-12-08 | crypto: cfb,ofb - Remove cfb and ofb | Herbert Xu | 1 | -23/+0 |
| 2023-11-07 | crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT | Herbert Xu | 1 | -3/+25 |
| 2023-10-13 | crypto: skcipher - Add dependency on ecb | Herbert Xu | 1 | -1/+2 |
| 2023-10-01 | crypto: jitter - Allow configuration of oversampling rate | Stephan Müller | 1 | -0/+17 |
| 2023-10-01 | crypto: jitter - Allow configuration of memory size | Stephan Müller | 1 | -0/+43 |
| 2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu | 1 | -0/+10 |
| 2023-06-23 | crypto: geniv - Split geniv out of AEAD Kconfig option | Herbert Xu | 1 | -11/+8 |
| 2023-06-23 | crypto: algboss - Add missing dependency on RNG2 | Herbert Xu | 1 | -3/+4 |
| 2023-05-24 | crypto: Kconfig - warn about performance overhead of CRYPTO_STATS | Eric Biggers | 1 | -0/+3 |
| 2023-05-12 | crypto: jitter - add interface for gathering of raw entropy | Stephan Müller | 1 | -0/+20 |
| 2023-05-12 | crypto: jitter - replace LFSR with SHA3-256 | Stephan Müller | 1 | -0/+1 |
| 2023-05-01 | LoongArch: crypto: Add crc32 and crc32c hw acceleration | Min Zhou | 1 | -0/+3 |
| 2022-11-11 | crypto: move gf128mul library into lib/crypto | Ard Biesheuvel | 1 | -6/+3 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
| 2022-10-03 | crypto: kmsan: disable accelerated configs under KMSAN | Alexander Potapenko | 1 | -0/+30 |
| 2022-09-24 | crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2S | Lukas Bulwahn | 1 | -21/+0 |
| 2022-08-26 | crypto: Kconfig - simplify compression/RNG entries | Robert Elliott | 1 | -32/+50 |
| 2022-08-26 | crypto: Kconfig - simplify cipher entries | Robert Elliott | 1 | -113/+121 |
| 2022-08-26 | crypto: Kconfig - simplify userspace entries | Robert Elliott | 1 | -24/+41 |
| 2022-08-26 | crypto: Kconfig - simplify hash entries | Robert Elliott | 1 | -79/+97 |
| 2022-08-26 | crypto: Kconfig - simplify aead entries | Robert Elliott | 1 | -18/+30 |
| 2022-08-26 | crypto: Kconfig - simplify CRC entries | Robert Elliott | 1 | -12/+25 |
| 2022-08-26 | crypto: Kconfig - simplify public-key entries | Robert Elliott | 1 | -21/+34 |
| 2022-08-26 | crypto: Kconfig - add submenus | Robert Elliott | 1 | -458/+479 |
| 2022-08-26 | crypto: Kconfig - submenus for arm and arm64 | Robert Elliott | 1 | -0/+6 |
| 2022-08-26 | crypto: Kconfig - move x86 entries to a submenu | Robert Elliott | 1 | -495/+3 |
| 2022-08-26 | crypto: Kconfig - move sparc entries to a submenu | Robert Elliott | 1 | -98/+3 |
| 2022-08-26 | crypto: Kconfig - move s390 entries to a submenu | Robert Elliott | 1 | -115/+3 |
| 2022-08-26 | crypto: Kconfig - move powerpc entries to a submenu | Robert Elliott | 1 | -73/+3 |
| 2022-08-26 | crypto: Kconfig - move mips entries to a submenu | Robert Elliott | 1 | -55/+4 |
| 2022-08-19 | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 1 | -1/+1 |
| 2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -21/+77 |
| 2022-07-22 | crypto: rmd160 - fix Kconfig "its" grammar | Randy Dunlap | 1 | -1/+1 |
| 2022-07-15 | crypto: lib - make the sha1 library optional | Eric Biggers | 1 | -0/+1 |
| 2022-07-15 | crypto: fips - make proc files report fips module name and version | Vladis Dronov | 1 | -0/+21 |
| 2022-07-15 | crypto: aria - Implement ARIA symmetric cipher algorithm | Taehee Yoo | 1 | -0/+15 |
| 2022-07-06 | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations | Jason A. Donenfeld | 1 | -0/+114 |
| 2022-06-12 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -19/+1 |
| 2022-06-10 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-06-10 | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL | Nathan Huckleberry | 1 | -0/+9 |
| 2022-06-10 | crypto: x86/aesni-xctr - Add accelerated implementation of XCTR | Nathan Huckleberry | 1 | -1/+1 |
| 2022-06-10 | crypto: hctr2 - Add HCTR2 support | Nathan Huckleberry | 1 | -0/+11 |
| 2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 1 | -0/+8 |
| 2022-06-10 | crypto: xctr - Add XCTR support | Nathan Huckleberry | 1 | -0/+9 |
| 2022-04-08 | crypto: sm3,sm4 - move into crypto directory | Jason A. Donenfeld | 1 | -6/+12 |
| 2022-03-26 | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+5 |
| 2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 1 | -0/+5 |
| 2022-03-03 | crypto: dh - implement private key generation primitive for ffdheXYZ(dh) | Nicolai Stange | 1 | -0/+1 |
| 2022-03-03 | crypto: dh - implement ffdheXYZ(dh) templates | Nicolai Stange | 1 | -0/+6 |
| 2022-02-18 | crypto: lrw - Add dependency on ecb | Herbert Xu | 1 | -0/+1 |
| 2022-01-31 | crypto: kdf - Select hmac in addition to sha256 | Herbert Xu | 1 | -0/+1 |
| 2022-01-28 | crypto: x86/sm3 - add AVX assembly implementation | Tianjia Zhang | 1 | -0/+13 |
| 2022-01-28 | crypto: sm3 - make dependent on sm3 library | Tianjia Zhang | 1 | -0/+1 |
| 2022-01-28 | crypto: sm2 - make dependent on sm3 library | Tianjia Zhang | 1 | -1/+1 |
| 2022-01-18 | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 1 | -2/+0 |
| 2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+4 |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 1 | -1/+2 |
| 2021-12-31 | crypto: kdf - select SHA-256 required for self-test | Stephan Müller | 1 | -1/+1 |
| 2021-11-26 | crypto: kdf - add SP800-108 counter key derivation function | Stephan Müller | 1 | -0/+4 |
| 2021-10-01 | crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency | Arnd Bergmann | 1 | -1/+1 |
| 2021-08-27 | crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation | Tianjia Zhang | 1 | -0/+22 |
| 2021-07-30 | crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation | Tianjia Zhang | 1 | -0/+21 |
| 2021-07-30 | crypto: sm4 - create SM4 library based on sm4 generic code | Tianjia Zhang | 1 | -0/+1 |
| 2021-07-16 | crypto: drbg - select SHA512 | Stephan Mueller | 1 | -1/+1 |
| 2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -5/+10 |
| 2021-04-22 | crypto: camellia - drop duplicate "depends on CRYPTO" | Randy Dunlap | 1 | -5/+0 |
| 2021-03-26 | crypto: ecdsa - Add support for ECDSA signature verification | Stefan Berger | 1 | -0/+10 |
| 2021-03-08 | crypto: mips/poly1305 - enable for all MIPS processors | Maciej W. Rozycki | 1 | -1/+1 |
| 2021-02-10 | crypto: serpent - get rid of obsolete tnepres variant | Ard Biesheuvel | 1 | -2/+1 |
| 2021-01-29 | crypto: salsa20 - remove Salsa20 stream cipher algorithm | Ard Biesheuvel | 1 | -12/+0 |
| 2021-01-29 | crypto: tgr192 - remove Tiger 128/160/192 hash algorithms | Ard Biesheuvel | 1 | -13/+0 |
| 2021-01-29 | crypto: rmd320 - remove RIPE-MD 320 hash algorithm | Ard Biesheuvel | 1 | -12/+0 |
| 2021-01-29 | crypto: rmd256 - remove RIPE-MD 256 hash algorithm | Ard Biesheuvel | 1 | -12/+0 |
| 2021-01-29 | crypto: rmd128 - remove RIPE-MD 128 hash algorithm | Ard Biesheuvel | 1 | -13/+0 |
| 2021-01-14 | crypto: x86 - remove glue helper module | Ard Biesheuvel | 1 | -5/+0 |
| 2021-01-14 | crypto: x86/twofish - drop dependency on glue helper | Ard Biesheuvel | 1 | -2/+0 |
| 2021-01-14 | crypto: x86/cast6 - drop dependency on glue helper | Ard Biesheuvel | 1 | -1/+0 |
| 2021-01-14 | crypto: x86/serpent - drop dependency on glue helper | Ard Biesheuvel | 1 | -3/+0 |
| 2021-01-14 | crypto: x86/camellia - drop dependency on glue helper | Ard Biesheuvel | 1 | -2/+0 |
| 2021-01-14 | crypto: x86/blowfish - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/des - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/twofish - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+2 |
| 2021-01-14 | crypto: x86/cast6 - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/cast5 - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/serpent - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+3 |
| 2021-01-14 | crypto: x86/camellia - drop CTR mode implementation | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/twofish - switch to XTS template | Ard Biesheuvel | 1 | -0/+1 |
| 2021-01-14 | crypto: x86/serpent- switch to XTS template | Ard Biesheuvel | 1 | -1/+1 |
| 2021-01-14 | crypto: x86/cast6 - switch to XTS template | Ard Biesheuvel | 1 | -1/+1 |
| 2021-01-14 | crypto: x86/camellia - switch to XTS template | Ard Biesheuvel | 1 | -1/+1 |
| 2021-01-08 | crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper | Ard Biesheuvel | 1 | -1/+0 |
| 2020-11-27 | crypto: tcrypt - permit tcrypt.ko to be builtin | Ard Biesheuvel | 1 | -1/+1 |
| 2020-11-13 | crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager | Jason A. Donenfeld | 1 | -1/+1 |
| 2020-09-25 | crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm | Tianjia Zhang | 1 | -0/+17 |
| 2020-09-25 | crypto: af_alg - add extra parameters for DRBG interface | Elena Petrova | 1 | -0/+9 |
| 2020-09-18 | crypto: Kconfig - mark unused ciphers as obsolete | Ard Biesheuvel | 1 | -0/+4 |
| 2020-09-11 | crypto: arc4 - mark ecb(arc4) skcipher as obsolete | Ard Biesheuvel | 1 | -0/+10 |
| 2020-07-23 | crypto: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -23/+23 |
| 2020-06-10 | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
| 2020-04-30 | crypto: drbg - should select CTR | Corentin Labbe | 1 | -1/+1 |
| 2020-04-30 | crypto: ctr - no longer needs CRYPTO_SEQIV | Corentin Labbe | 1 | -1/+0 |
| 2020-04-15 | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 | Will Deacon | 1 | -1/+0 |
| 2020-02-05 | crypto: Kconfig - allow tests to be disabled when manager is disabled | Jason A. Donenfeld | 1 | -4/+0 |
| 2020-01-16 | crypto: essiv - fix AEAD capitalization and preposition use in help text | Geert Uytterhoeven | 1 | -2/+2 |
| 2019-11-22 | crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER | Eric Biggers | 1 | -1/+1 |
| 2019-11-17 | crypto: curve25519 - x86_64 library and KPP implementations | Jason A. Donenfeld | 1 | -0/+6 |