| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-16 | crypto: hmac - Make descsize an algorithm attribute | Herbert Xu | 1 | -3/+1 |
| 2025-04-16 | crypto: api - Add support for duplicating algorithms before registration | Herbert Xu | 14 | -14/+52 |
| 2025-04-16 | crypto: api - Allow delayed algorithm destruction | Herbert Xu | 1 | -4/+4 |
| 2025-04-16 | crypto: essiv - Remove unnecessary strscpy() size argument | Thorsten Blum | 1 | -2/+1 |
| 2025-04-16 | crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 7 | -13/+21 |
| 2025-04-16 | crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 1 | -2/+7 |
| 2025-04-16 | crypto: ahash - Use cra_reqsize | Herbert Xu | 1 | -2/+2 |
| 2025-04-16 | crypto: acomp - Remove reqsize field | Herbert Xu | 1 | -1/+1 |
| 2025-04-16 | crypto: acomp - Use cra_reqsize | Herbert Xu | 1 | -1/+1 |
| 2025-04-16 | crypto: acomp - Simplify folio handling | Herbert Xu | 2 | -48/+4 |
| 2025-04-16 | crypto: acomp - Add ACOMP_REQUEST_CLONE | Herbert Xu | 1 | -0/+23 |
| 2025-04-16 | crypto: acomp - Add ACOMP_FBREQ_ON_STACK | Herbert Xu | 1 | -13/+1 |
| 2025-04-16 | crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc() | Thorsten Blum | 1 | -2/+1 |
| 2025-04-16 | crypto: ahash - Remove request chaining | Herbert Xu | 1 | -137/+32 |
| 2025-04-16 | Revert "crypto: tcrypt - Restore multibuffer ahash tests" | Herbert Xu | 1 | -231/+0 |
| 2025-04-16 | crypto: acomp - Remove request chaining | Herbert Xu | 2 | -100/+35 |
| 2025-04-16 | crypto: deflate - Remove request chaining | Herbert Xu | 1 | -14/+0 |
| 2025-04-16 | Revert "crypto: testmgr - Add multibuffer acomp testing" | Herbert Xu | 1 | -82/+63 |
| 2025-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2 | -75/+2 |
| 2025-04-12 | crypto: ahash - Disable request chaining | Herbert Xu | 1 | -75/+1 |
| 2025-04-12 | crypto: scomp - Fix wild memory accesses in scomp_free_streams | Herbert Xu | 1 | -3/+4 |
| 2025-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -0/+3 |
| 2025-04-09 | crypto: scomp - Fix null-pointer deref when freeing streams | Herbert Xu | 1 | -0/+3 |
| 2025-04-07 | crypto: chacha - remove <crypto/internal/chacha.h> | Eric Biggers | 1 | -1/+34 |
| 2025-04-07 | crypto: chacha - centralize the skcipher wrappers for arch code | Eric Biggers | 3 | -140/+229 |
| 2025-04-07 | crypto: scomp - Drop the dst scratch buffer | Herbert Xu | 1 | -54/+44 |
| 2025-04-07 | crypto: deflate - Convert to acomp | Herbert Xu | 1 | -175/+186 |
| 2025-04-07 | crypto: acomp - Add acomp_walk | Herbert Xu | 1 | -0/+116 |
| 2025-04-07 | crypto: acomp - Move scomp stream allocation code into acomp | Herbert Xu | 2 | -121/+124 |
| 2025-04-07 | crypto: scomp - Allocate per-cpu buffer on first use of each CPU | Herbert Xu | 1 | -41/+158 |
| 2025-04-07 | crypto: api - Ensure cra_type->destroy is done in process context | Herbert Xu | 3 | -15/+11 |
| 2025-04-07 | crypto: api - Move alg destroy work from instance to template | Herbert Xu | 1 | -8/+27 |
| 2025-04-02 | Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -133/+24 |
| 2025-03-30 | Revert "crypto: testmgr - Add multibuffer hash testing" | Herbert Xu | 1 | -133/+24 |
| 2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 53 | -1215/+5800 |
| 2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -0/+580 |
| 2025-03-22 | crypto: testmgr - Add multibuffer acomp testing | Herbert Xu | 1 | -63/+79 |
| 2025-03-22 | crypto: acomp - Fix synchronous acomp chaining fallback | Herbert Xu | 1 | -22/+11 |
| 2025-03-22 | crypto: testmgr - Add multibuffer hash testing | Herbert Xu | 1 | -24/+136 |
| 2025-03-22 | crypto: hash - Fix synchronous ahash chaining fallback | Herbert Xu | 1 | -32/+28 |
| 2025-03-21 | crypto: essiv - Replace memcpy() + NUL-termination with strscpy() | Thorsten Blum | 1 | -2/+1 |
| 2025-03-21 | crypto: api - Call crypto_alg_put in crypto_unregister_alg | Herbert Xu | 1 | -2/+1 |
| 2025-03-21 | crypto: scompress - Fix incorrect stream freeing | Herbert Xu | 1 | -1/+1 |
| 2025-03-21 | crypto: lib/chacha - remove unused arch-specific init support | Eric Biggers | 1 | -2/+2 |
| 2025-03-21 | crypto: remove obsolete 'comp' compression API | Ard Biesheuvel | 6 | -194/+13 |
| 2025-03-21 | crypto: compress_null - drop obsolete 'comp' implementation | Ard Biesheuvel | 2 | -29/+5 |
| 2025-03-21 | crypto: zstd - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -55/+1 |
| 2025-03-21 | crypto: lzo - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -64/+4 |
| 2025-03-21 | crypto: lzo-rle - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -64/+4 |
| 2025-03-21 | crypto: lz4hc - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -64/+2 |
| 2025-03-21 | crypto: lz4 - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -60/+1 |
| 2025-03-21 | crypto: deflate - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -57/+1 |
| 2025-03-21 | crypto: 842 - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -64/+2 |
| 2025-03-21 | crypto: scompress - Fix scratch allocation failure handling | Herbert Xu | 1 | -1/+5 |
| 2025-03-21 | crypto: acomp - Add support for folios | Herbert Xu | 2 | -29/+79 |
| 2025-03-21 | crypto: acomp - Add async nondma fallback | Herbert Xu | 1 | -28/+41 |
| 2025-03-21 | crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra | Herbert Xu | 1 | -5/+33 |
| 2025-03-21 | crypto: scomp - Add chaining and virtual address support | Herbert Xu | 1 | -29/+63 |
| 2025-03-21 | crypto: scomp - Remove support for some non-trivial SG lists | Herbert Xu | 2 | -53/+71 |
| 2025-03-21 | crypto: hash - Use nth_page instead of doing it by hand | Herbert Xu | 1 | -2/+2 |
| 2025-03-21 | crypto: hash - Fix test underflow in shash_ahash_digest | Herbert Xu | 1 | -14/+26 |
| 2025-03-21 | crypto: krb5 - Use SG miter instead of doing it by hand | Herbert Xu | 1 | -20/+15 |
| 2025-03-21 | crypto: scatterwalk - simplify map and unmap calling convention | Eric Biggers | 1 | -20/+8 |
| 2025-03-20 | crypto,fs: Separate out hkdf_extract() and hkdf_expand() | Hannes Reinecke | 3 | -0/+580 |
| 2025-03-15 | crypto: testmgr - Remove NULL dst acomp tests | Herbert Xu | 1 | -29/+0 |
| 2025-03-15 | crypto: acomp - Add request chaining and virtual addresses | Herbert Xu | 1 | -0/+197 |
| 2025-03-15 | crypto: scomp - Disable BH when taking per-cpu spin lock | Herbert Xu | 1 | -2/+2 |
| 2025-03-15 | crypto: acomp - Move stream management into scomp layer | Herbert Xu | 3 | -64/+58 |
| 2025-03-15 | crypto: scomp - Remove tfm argument from alloc/free_ctx | Herbert Xu | 7 | -24/+24 |
| 2025-03-15 | crypto: api - Add cra_type->destroy hook | Herbert Xu | 2 | -2/+14 |
| 2025-03-15 | crypto: skcipher - Make skcipher_walk src.virt.addr const | Herbert Xu | 5 | -22/+22 |
| 2025-03-15 | crypto: skcipher - Eliminate duplicate virt.addr field | Herbert Xu | 1 | -17/+12 |
| 2025-03-15 | crypto: scatterwalk - Add memcpy_sglist | Herbert Xu | 1 | -0/+27 |
| 2025-03-15 | crypto: scatterwalk - Change scatterwalk_next calling convention | Herbert Xu | 3 | -15/+16 |
| 2025-03-15 | async_xor: Remove unused 'async_xor_val' | Dr. David Alan Gilbert | 1 | -26/+0 |
| 2025-03-08 | crypto: skcipher - fix mismatch between mapping and unmapping order | Eric Biggers | 1 | -3/+3 |
| 2025-03-08 | crypto: Kconfig - Select LIB generic option | Herbert Xu | 1 | -0/+3 |
| 2025-03-08 | crypto: acomp - Remove acomp request flags | Herbert Xu | 1 | -1/+1 |
| 2025-03-08 | crypto: lzo - Fix compression buffer overrun | Herbert Xu | 2 | -2/+2 |
| 2025-03-08 | crypto: api - Move struct crypto_type into internal.h | Herbert Xu | 1 | -0/+14 |
| 2025-03-02 | crypto/krb5: Implement crypto self-testing | David Howells | 6 | -0/+905 |
| 2025-03-02 | crypto/krb5: Implement the Camellia enctypes from rfc6803 | David Howells | 5 | -0/+248 |
| 2025-03-02 | crypto/krb5: Implement the AES enctypes from rfc8009 | David Howells | 5 | -1/+374 |
| 2025-03-02 | crypto/krb5: Implement the AES enctypes from rfc3962 | David Howells | 5 | -1/+126 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic | David Howells | 2 | -0/+140 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions | David Howells | 2 | -0/+159 |
| 2025-03-02 | crypto/krb5: Provide RFC3961 setkey packaging functions | David Howells | 2 | -4/+138 |
| 2025-03-02 | crypto/krb5: Implement the Kerberos5 rfc3961 key derivation | David Howells | 3 | -1/+415 |
| 2025-03-02 | crypto/krb5: Provide infrastructure and key derivation | David Howells | 3 | -0/+156 |
| 2025-03-02 | crypto/krb5: Add an API to perform requests | David Howells | 1 | -0/+141 |
| 2025-03-02 | crypto/krb5: Add an API to alloc and prepare a crypto object | David Howells | 2 | -0/+154 |
| 2025-03-02 | crypto/krb5: Add an API to query the layout of the crypto section | David Howells | 1 | -0/+108 |
| 2025-03-02 | crypto/krb5: Implement Kerberos crypto core | David Howells | 6 | -0/+180 |
| 2025-03-02 | crypto/krb5: Test manager data | David Howells | 2 | -0/+367 |
| 2025-03-02 | crypto: Add 'krb5enc' hash and cipher AEAD algorithm | David Howells | 3 | -0/+517 |
| 2025-03-02 | crypto: lib/Kconfig - Hide arch options from user | Herbert Xu | 1 | -3/+3 |
| 2025-03-02 | crypto: skcipher - Use restrict rather than hand-rolling accesses | Herbert Xu | 1 | -28/+23 |
| 2025-03-02 | crypto: scatterwalk - don't split at page boundaries when !HIGHMEM | Eric Biggers | 1 | -2/+2 |
| 2025-03-02 | crypto: scatterwalk - remove obsolete functions | Eric Biggers | 1 | -37/+0 |
| 2025-03-02 | crypto: skcipher - use the new scatterwalk functions | Eric Biggers | 1 | -32/+19 |
| 2025-03-02 | crypto: aegis - use the new scatterwalk functions | Eric Biggers | 1 | -6/+4 |
| 2025-03-02 | crypto: skcipher - use scatterwalk_start_at_pos() | Eric Biggers | 1 | -8/+2 |
| 2025-03-02 | crypto: scatterwalk - add new functions for copying data | Eric Biggers | 1 | -9/+50 |
| 2025-03-02 | crypto: scatterwalk - add new functions for skipping data | Eric Biggers | 1 | -0/+15 |
| 2025-03-02 | crypto: bpf - Add MODULE_DESCRIPTION for skcipher | Arnd Bergmann | 1 | -0/+1 |
| 2025-02-22 | crypto: ahash - Set default reqsize from ahash_alg | Herbert Xu | 1 | -0/+4 |
| 2025-02-22 | crypto: ahash - Add virtual address support | Herbert Xu | 1 | -31/+251 |
| 2025-02-22 | crypto: tcrypt - Restore multibuffer ahash tests | Herbert Xu | 1 | -0/+231 |
| 2025-02-22 | crypto: hash - Add request chaining API | Herbert Xu | 2 | -27/+236 |
| 2025-02-22 | crypto: ahash - Only save callback and data in ahash_save_req | Herbert Xu | 1 | -62/+35 |
| 2025-02-22 | crypto: skcipher - Zap type in crypto_alloc_sync_skcipher | Herbert Xu | 1 | -0/+1 |
| 2025-02-22 | crypto: api - Fix larval relookup type and mask | Herbert Xu | 1 | -10/+7 |
| 2025-02-22 | crypto: null - Use spin lock instead of mutex | Herbert Xu | 1 | -12/+25 |
| 2025-02-22 | crypto: aead - use str_yes_no() helper in crypto_aead_show() | Thorsten Blum | 1 | -2/+3 |
| 2025-02-22 | crypto: ahash - use str_yes_no() helper in crypto_ahash_show() | Thorsten Blum | 1 | -2/+3 |
| 2025-02-09 | crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() | Lukas Wunner | 3 | -4/+4 |
| 2025-02-09 | crypto: sig - Prepare for algorithms with variable signature size | Lukas Wunner | 3 | -11/+7 |
| 2025-02-09 | crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show() | Thorsten Blum | 1 | -1/+2 |
| 2025-02-08 | crypto: crct10dif - remove from crypto API | Eric Biggers | 6 | -482/+0 |
| 2025-02-08 | lib/crc32: remove "_le" from crc32c base and arch functions | Eric Biggers | 1 | -2/+2 |
| 2025-02-08 | lib/crc32: standardize on crc32c() name for Castagnoli CRC32 | Eric Biggers | 1 | -2/+2 |
| 2025-02-08 | crypto: crc64-rocksoft - remove from crypto API | Eric Biggers | 5 | -123/+0 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-24 | Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 20 | -1744/+296 |
| 2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 6 | -107/+81 |
| 2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-19 | crypto: asymmetric_keys - Remove unused key_being_used_for[] | Dr. David Alan Gilbert | 1 | -10/+0 |
| 2025-01-14 | crypto: skcipher - call cond_resched() directly | Eric Biggers | 1 | -2/+2 |
| 2025-01-14 | crypto: skcipher - optimize initializing skcipher_walk fields | Eric Biggers | 1 | -10/+20 |
| 2025-01-14 | crypto: skcipher - clean up initialization of skcipher_walk::flags | Eric Biggers | 1 | -26/+13 |
| 2025-01-14 | crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt() | Eric Biggers | 1 | -15/+8 |
| 2025-01-14 | crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW | Eric Biggers | 1 | -1/+1 |
| 2025-01-14 | crypto: skcipher - remove redundant clamping to page size | Eric Biggers | 1 | -5/+1 |
| 2025-01-14 | crypto: skcipher - remove unnecessary page alignment of bounce buffer | Eric Biggers | 1 | -46/+14 |
| 2025-01-14 | crypto: skcipher - document skcipher_walk_done() and rename some vars | Eric Biggers | 1 | -16/+34 |
| 2025-01-14 | crypto: proc - Use str_yes_no() and str_no_yes() helpers | Thorsten Blum | 1 | -6/+3 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2025-01-04 | crypto: ahash - make hash walk functions private to ahash.c | Eric Biggers | 1 | -71/+87 |
| 2025-01-04 | crypto: keywrap - remove unused keywrap algorithm | Eric Biggers | 5 | -386/+1 |
| 2025-01-04 | crypto: vmac - remove unused VMAC algorithm | Eric Biggers | 6 | -870/+0 |
| 2025-01-04 | crypto: fips - Use str_enabled_disabled() helper in fips_enable() | Thorsten Blum | 1 | -2/+2 |
| 2024-12-14 | crypto: keywrap - remove assignment of 0 to cra_alignmask | Eric Biggers | 1 | -1/+0 |
| 2024-12-14 | crypto: aegis - remove assignments of 0 to cra_alignmask | Eric Biggers | 1 | -2/+0 |
| 2024-12-14 | crypto: seed - stop using cra_alignmask | Eric Biggers | 1 | -27/+21 |
| 2024-12-14 | crypto: khazad - stop using cra_alignmask | Eric Biggers | 1 | -11/+6 |
| 2024-12-14 | crypto: tea - stop using cra_alignmask | Eric Biggers | 1 | -50/+33 |
| 2024-12-14 | crypto: aria - stop using cra_alignmask | Eric Biggers | 1 | -20/+17 |
| 2024-12-14 | crypto: anubis - stop using cra_alignmask | Eric Biggers | 1 | -9/+5 |
| 2024-12-14 | crypto: skcipher - remove support for physical address walks | Eric Biggers | 1 | -160/+25 |
| 2024-12-10 | crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK | Herbert Xu | 1 | -3/+1 |
| 2024-12-10 | crypto: api - Call crypto_schedule_test outside of mutex | Herbert Xu | 1 | -10/+17 |
| 2024-12-10 | crypto: api - Fix boot-up self-test race | Herbert Xu | 1 | -2/+2 |
| 2024-12-10 | crypto: rsassa-pkcs1 - Copy source data for SG list | Herbert Xu | 1 | -31/+14 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 18 | -20/+20 |
| 2024-12-01 | crypto: crct10dif - expose arch-optimized lib function | Eric Biggers | 2 | -18/+65 |
| 2024-12-01 | lib/crc-t10dif: stop wrapping the crypto API | Eric Biggers | 3 | -83/+2 |
| 2024-12-01 | crypto: crc32 - don't unnecessarily register arch algorithms | Eric Biggers | 2 | -4/+12 |
| 2024-12-01 | lib/crc32: improve support for arch-specific overrides | Eric Biggers | 2 | -4/+4 |
| 2024-12-01 | lib/crc32: drop leading underscores from __crc32c_le_base | Eric Biggers | 1 | -4/+4 |
| 2024-11-19 | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-19 | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 23 | -1052/+2327 |
| 2024-11-10 | crypto: rsassa-pkcs1 - Reinstate support for legacy protocols | Lukas Wunner | 4 | -5/+78 |
| 2024-11-02 | crypto: asymmetric_keys - Remove unused functions | Dr. David Alan Gilbert | 1 | -63/+0 |
| 2024-10-28 | crypto: api - move crypto_simd_disabled_for_test to lib | Eric Biggers | 1 | -6/+0 |
| 2024-10-28 | crypto: crc32c - Provide crc32c-arch driver for accelerated library code | Ard Biesheuvel | 2 | -22/+73 |
| 2024-10-28 | crypto: crc32 - Provide crc32-arch driver for accelerated library code | Ard Biesheuvel | 2 | -24/+71 |
| 2024-10-28 | crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers | Thorsten Blum | 1 | -2/+3 |
| 2024-10-28 | crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ... | Yi Yang | 1 | -4/+8 |
| 2024-10-28 | crypto: ecdsa - Update Kconfig help text for NIST P521 | Lukas Wunner | 1 | -1/+1 |
| 2024-10-26 | crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys | Lukas Wunner | 1 | -12/+24 |
| 2024-10-19 | crypto: jitter - output full sample from test interface | Joachim Vandersmissen | 2 | -17/+18 |
| 2024-10-16 | Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -13/+12 |
| 2024-10-10 | crypto: testmgr - Hide ENOENT errors better | Herbert Xu | 1 | -12/+11 |
| 2024-10-10 | crypto: api - Fix liveliness check in crypto_alg_tested | Herbert Xu | 1 | -1/+1 |
| 2024-10-05 | crypto: ecrdsa - Fix signature size calculation | Lukas Wunner | 1 | -0/+8 |
| 2024-10-05 | crypto: ecdsa - Support P1363 signature decoding | Lukas Wunner | 6 | -1/+216 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 4 | -34/+60 |
| 2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 7 | -17/+17 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature decoding into template | Lukas Wunner | 6 | -70/+942 |
| 2024-10-05 | crypto: ecdsa - Avoid signed integer overflow on signature decoding | Lukas Wunner | 1 | -12/+7 |
| 2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | Lukas Wunner | 1 | -46/+0 |
| 2024-10-05 | crypto: akcipher - Drop sign/verify operations | Lukas Wunner | 5 | -220/+54 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Avoid copying hash prefix | Lukas Wunner | 1 | -8/+10 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Harden digest length verification | Lukas Wunner | 1 | -1/+19 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 8 | -341/+474 |
| 2024-10-05 | crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks | Lukas Wunner | 1 | -28/+2 |
| 2024-10-05 | crypto: ecrdsa - Migrate to sig_alg backend | Lukas Wunner | 4 | -41/+28 |
| 2024-10-05 | crypto: ecdsa - Migrate to sig_alg backend | Lukas Wunner | 4 | -90/+55 |
| 2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 3 | -2/+269 |
| 2024-10-05 | crypto: ecdsa - Drop unused test vector elements | Lukas Wunner | 1 | -105/+10 |
| 2024-10-03 | crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h> | Uros Bizjak | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 26 | -26/+26 |
| 2024-09-20 | KEYS: prevent NULL pointer dereference in find_asymmetric_key() | Roman Smirnov | 1 | -3/+4 |
| 2024-09-13 | crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt() | Riyan Dhiman | 1 | -2/+3 |
| 2024-09-06 | crypto: testmgr - Hide ENOENT errors | Herbert Xu | 1 | -1/+22 |
| 2024-09-06 | crypto: algboss - Pass instance creation error up | Herbert Xu | 1 | -1/+2 |
| 2024-09-06 | crypto: api - Fix generic algorithm self-test races | Herbert Xu | 1 | -7/+8 |
| 2024-08-30 | crypto: jitter - Use min() to simplify jent_read_entropy() | Thorsten Blum | 1 | -4/+2 |
| 2024-08-24 | crypto: simd - Do not call crypto_alloc_tfm during registration | Herbert Xu | 1 | -61/+15 |
| 2024-08-24 | crypto: api - Do not wait for tests during registration | Herbert Xu | 3 | -31/+32 |