| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-22 | Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist" | Eric Biggers | 1 | -1/+47 |
| 2025-04-28 | crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist | Herbert Xu | 1 | -47/+1 |
| 2025-04-16 | crypto: skcipher - Realign struct skcipher_walk to save 8 bytes | Thorsten Blum | 1 | -2/+1 |
| 2025-03-15 | crypto: skcipher - Make skcipher_walk src.virt.addr const | Herbert Xu | 1 | -1/+1 |
| 2025-03-15 | crypto: skcipher - Eliminate duplicate virt.addr field | Herbert Xu | 1 | -5/+21 |
| 2025-03-02 | crypto: skcipher - Use restrict rather than hand-rolling accesses | Herbert Xu | 1 | -6/+8 |
| 2025-01-14 | crypto: skcipher - document skcipher_walk_done() and rename some vars | Eric Biggers | 1 | -1/+1 |
| 2024-12-14 | crypto: skcipher - remove support for physical address walks | Eric Biggers | 1 | -12/+0 |
| 2023-10-13 | crypto: skcipher - Remove obsolete skcipher_alg helpers | Herbert Xu | 1 | -42/+0 |
| 2023-10-13 | crypto: skcipher - Add crypto_spawn_skcipher_alg_common | Herbert Xu | 1 | -0/+6 |
| 2023-09-20 | crypto: skcipher - Add lskcipher | Herbert Xu | 1 | -14/+100 |
| 2023-02-13 | crypto: skcipher - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2022-12-02 | crypto: skcipher - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -0/+22 |
| 2022-11-18 | crypto: skcipher - Allow sync algorithms with large request contexts | Herbert Xu | 1 | -0/+8 |
| 2021-01-14 | crypto: x86 - remove glue helper module | Ard Biesheuvel | 1 | -1/+0 |
| 2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 1 | -0/+1 |
| 2020-01-09 | crypto: skcipher - use crypto_grab_cipher() and simplify error paths | Eric Biggers | 1 | -2/+2 |
| 2020-01-09 | crypto: skcipher - pass instance to crypto_grab_skcipher() | Eric Biggers | 1 | -8/+3 |
| 2020-01-09 | crypto: skcipher - remove skcipher_walk_aead() | Eric Biggers | 1 | -2/+0 |
| 2019-12-27 | crypto: skcipher - Add skcipher_ialg_simple helper | Herbert Xu | 1 | -3/+11 |
| 2019-11-17 | crypto: ablkcipher - remove deprecated and unused ablkcipher support | Ard Biesheuvel | 1 | -20/+0 |
| 2019-11-01 | crypto: skcipher - remove the "blkcipher" algorithm type | Eric Biggers | 1 | -12/+0 |
| 2019-10-05 | crypto: algif_skcipher - Use chunksize instead of blocksize | Herbert Xu | 1 | -30/+0 |
| 2019-09-09 | crypto: skcipher - add the ability to abort a skcipher walk | Ard Biesheuvel | 1 | -0/+5 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+60 |
| 2019-06-13 | crypto: skcipher - make chunksize and walksize accessors internal | Eric Biggers | 1 | -0/+60 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-01-11 | crypto: skcipher - add helper for simple block cipher modes | Eric Biggers | 1 | -0/+15 |
| 2018-12-23 | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers | 1 | -2/+0 |
| 2016-12-30 | crypto: skcipher - introduce walksize attribute for SIMD algos | Ard Biesheuvel | 1 | -1/+1 |
| 2016-12-01 | crypto: skcipher - Add separate walker for AEAD decryption | Herbert Xu | 1 | -0/+4 |
| 2016-11-28 | crypto: skcipher - Add skcipher walk interface | Herbert Xu | 1 | -0/+47 |
| 2016-11-01 | crypto: skcipher - Get rid of crypto_spawn_skcipher2() | Eric Biggers | 1 | -6/+0 |
| 2016-11-01 | crypto: skcipher - Get rid of crypto_grab_skcipher2() | Eric Biggers | 1 | -6/+0 |
| 2016-10-21 | crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration | Eric Biggers | 1 | -2/+0 |
| 2016-07-18 | crypto: skcipher - Remove top-level givcipher interface | Herbert Xu | 1 | -51/+12 |
| 2016-07-18 | crypto: skcipher - Add low-level skcipher interface | Herbert Xu | 1 | -0/+87 |
| 2015-08-21 | crypto: skcipher - Add top-level skcipher interface | Herbert Xu | 1 | -0/+15 |
| 2014-06-20 | crypto: skcipher - Don't use __crypto_dequeue_request() | Marek Vasut | 1 | -2/+1 |
| 2012-03-29 | crypto: user - Fix lookup of algorithms with IV generator | Steffen Klassert | 1 | -0/+2 |
| 2009-08-29 | crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test | Herbert Xu | 1 | -2/+2 |
| 2008-08-29 | crypto: skcipher - Move IV generators into their own modules | Herbert Xu | 1 | -6/+0 |
| 2008-03-08 | [CRYPTO] skcipher: Fix section mismatches | Herbert Xu | 1 | -1/+1 |
| 2008-02-23 | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module | Herbert Xu | 1 | -0/+6 |
| 2008-01-11 | [CRYPTO] chainiv: Avoid lock spinning where possible | Herbert Xu | 1 | -0/+13 |
| 2008-01-11 | [CRYPTO] null: Add null blkcipher algorithm | Herbert Xu | 1 | -0/+5 |
| 2008-01-11 | [CRYPTO] skcipher: Create default givcipher instances | Herbert Xu | 1 | -0/+2 |
| 2008-01-11 | [CRYPTO] skcipher: Added skcipher_givcrypt_complete | Herbert Xu | 1 | -0/+12 |
| 2008-01-11 | [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free | Herbert Xu | 1 | -0/+18 |
| 2008-01-11 | [CRYPTO] skcipher: Add givcrypt operations and givcipher type | Herbert Xu | 1 | -0/+9 |
| 2008-01-11 | [CRYPTO] skcipher: Add crypto_grab_skcipher interface | Herbert Xu | 1 | -0/+51 |