| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+6 |
| 2025-04-14 | rxrpc: Add the security index for yfs-rxgk | David Howells | 1 | -0/+5 |
| 2025-04-12 | crypto: ahash - Disable request chaining | Herbert Xu | 2 | -2/+6 |
| 2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 14 | -155/+911 |
| 2025-03-21 | crypto: lib/chacha - remove unused arch-specific init support | Eric Biggers | 1 | -10/+1 |
| 2025-03-21 | crypto: acomp - Add support for folios | Herbert Xu | 2 | -4/+103 |
| 2025-03-21 | crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra | Herbert Xu | 2 | -3/+83 |
| 2025-03-21 | crypto: acomp - Remove dst_free | Herbert Xu | 1 | -2/+0 |
| 2025-03-21 | crypto: scomp - Remove support for some non-trivial SG lists | Herbert Xu | 2 | -16/+3 |
| 2025-03-21 | crypto: scatterwalk - Use nth_page instead of doing it by hand | Herbert Xu | 1 | -10/+20 |
| 2025-03-21 | crypto: scatterwalk - simplify map and unmap calling convention | Eric Biggers | 1 | -19/+24 |
| 2025-03-20 | crypto,fs: Separate out hkdf_extract() and hkdf_expand() | Hannes Reinecke | 1 | -0/+20 |
| 2025-03-15 | crypto: acomp - Add request chaining and virtual addresses | Herbert Xu | 2 | -13/+227 |
| 2025-03-15 | crypto: acomp - Move stream management into scomp layer | Herbert Xu | 3 | -29/+26 |
| 2025-03-15 | crypto: scomp - Remove tfm argument from alloc/free_ctx | Herbert Xu | 1 | -4/+4 |
| 2025-03-15 | crypto: skcipher - Make skcipher_walk src.virt.addr const | Herbert Xu | 2 | -2/+2 |
| 2025-03-15 | crypto: skcipher - Eliminate duplicate virt.addr field | Herbert Xu | 2 | -7/+24 |
| 2025-03-15 | crypto: scatterwalk - Add memcpy_sglist | Herbert Xu | 1 | -0/+3 |
| 2025-03-15 | crypto: scatterwalk - Change scatterwalk_next calling convention | Herbert Xu | 2 | -17/+25 |
| 2025-03-08 | crypto: acomp - Remove acomp request flags | Herbert Xu | 1 | -4/+2 |
| 2025-03-08 | crypto: api - Move struct crypto_type into internal.h | Herbert Xu | 1 | -14/+0 |
| 2025-03-02 | crypto/krb5: Implement the Camellia enctypes from rfc6803 | David Howells | 1 | -0/+4 |
| 2025-03-02 | crypto/krb5: Implement the AES enctypes from rfc8009 | David Howells | 1 | -0/+4 |
| 2025-03-02 | crypto/krb5: Provide infrastructure and key derivation | David Howells | 1 | -0/+10 |
| 2025-03-02 | crypto/krb5: Add an API to perform requests | David Howells | 1 | -0/+21 |
| 2025-03-02 | crypto/krb5: Add an API to alloc and prepare a crypto object | David Howells | 1 | -0/+7 |
| 2025-03-02 | crypto/krb5: Add an API to query the layout of the crypto section | David Howells | 1 | -0/+9 |
| 2025-03-02 | crypto/krb5: Implement Kerberos crypto core | David Howells | 1 | -0/+54 |
| 2025-03-02 | crypto: Add 'krb5enc' hash and cipher AEAD algorithm | David Howells | 1 | -0/+2 |
| 2025-03-02 | crypto/krb5: Add some constants out of sunrpc headers | David Howells | 1 | -0/+51 |
| 2025-03-02 | crypto: skcipher - Use restrict rather than hand-rolling accesses | Herbert Xu | 1 | -6/+8 |
| 2025-03-02 | crypto: scatterwalk - don't split at page boundaries when !HIGHMEM | Eric Biggers | 1 | -22/+57 |
| 2025-03-02 | crypto: scatterwalk - remove obsolete functions | Eric Biggers | 1 | -25/+0 |
| 2025-03-02 | crypto: scatterwalk - add scatterwalk_get_sglist() | Eric Biggers | 1 | -0/+17 |
| 2025-03-02 | crypto: scatterwalk - add new functions for copying data | Eric Biggers | 1 | -2/+22 |
| 2025-03-02 | crypto: scatterwalk - add new functions for iterating through data | Eric Biggers | 1 | -6/+63 |
| 2025-03-02 | crypto: scatterwalk - add new functions for skipping data | Eric Biggers | 1 | -0/+18 |
| 2025-03-02 | crypto: scatterwalk - move to next sg entry just in time | Eric Biggers | 1 | -9/+10 |
| 2025-02-22 | crypto: ahash - Set default reqsize from ahash_alg | Herbert Xu | 1 | -0/+3 |
| 2025-02-22 | crypto: ahash - Add virtual address support | Herbert Xu | 2 | -2/+41 |
| 2025-02-22 | crypto: hash - Add request chaining API | Herbert Xu | 3 | -10/+39 |
| 2025-02-22 | crypto: ahash - Only save callback and data in ahash_save_req | Herbert Xu | 1 | -3/+0 |
| 2025-02-22 | crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACK | Herbert Xu | 1 | -6/+13 |
| 2025-02-09 | crypto: sig - Prepare for algorithms with variable signature size | Lukas Wunner | 1 | -2/+3 |
| 2025-01-14 | crypto: skcipher - document skcipher_walk_done() and rename some vars | Eric Biggers | 1 | -1/+1 |
| 2025-01-04 | crypto: ahash - make hash walk functions private to ahash.c | Eric Biggers | 1 | -23/+0 |
| 2024-12-21 | crypto: lib/gf128mul - Remove some bbe deadcode | Dr. David Alan Gilbert | 1 | -5/+1 |
| 2024-12-14 | crypto: skcipher - remove support for physical address walks | Eric Biggers | 1 | -12/+0 |
| 2024-11-19 | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 7 | -80/+271 |
| 2024-11-02 | crypto: asymmetric_keys - Remove unused functions | Dr. David Alan Gilbert | 1 | -3/+0 |
| 2024-10-05 | crypto: ecdsa - Support P1363 signature decoding | Lukas Wunner | 1 | -0/+1 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 1 | -0/+38 |
| 2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -7/+7 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature decoding into template | Lukas Wunner | 1 | -0/+13 |
| 2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | Lukas Wunner | 1 | -11/+36 |
| 2024-10-05 | crypto: akcipher - Drop sign/verify operations | Lukas Wunner | 2 | -63/+10 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 1 | -0/+1 |
| 2024-10-05 | crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks | Lukas Wunner | 1 | -0/+28 |
| 2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 2 | -0/+141 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 8 | -8/+8 |
| 2024-08-24 | crypto: simd - Do not call crypto_alloc_tfm during registration | Herbert Xu | 1 | -10/+2 |
| 2024-06-16 | crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array | Stefan Berger | 1 | -0/+3 |
| 2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu | 1 | -28/+0 |
| 2024-05-20 | Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -13/+2 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -8/+11 |
| 2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
| 2024-05-17 | crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes | Stefan Berger | 1 | -13/+2 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -1/+2 |
| 2024-05-13 | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 14 | -341/+38 |
| 2024-05-09 | crypto: lib - implement library version of AES in CFB mode | Ard Biesheuvel | 1 | -0/+5 |
| 2024-04-26 | crypto: ecdh - Initialize ctx->private_key in proper byte order | Stefan Berger | 1 | -1/+2 |
| 2024-04-25 | mm: change inlined allocation helpers to account at the call site | Suren Baghdasaryan | 3 | -8/+11 |
| 2024-04-12 | crypto: ecc - Add NIST P521 curve parameters | Stefan Berger | 1 | -0/+1 |
| 2024-04-12 | crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 | Stefan Berger | 1 | -1/+2 |
| 2024-04-12 | crypto: ecc - Add nbits field to ecc_curve structure | Stefan Berger | 1 | -0/+2 |
| 2024-04-12 | crypto: ecdsa - Convert byte arrays with key coordinates to digits | Stefan Berger | 1 | -0/+21 |
| 2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 11 | -339/+10 |
| 2024-03-15 | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -2/+1 |
| 2024-03-13 | crypto: introduce: acomp_is_async to expose if comp drivers might sleep | Barry Song | 1 | -0/+6 |
| 2024-03-13 | Revert "crypto: remove CONFIG_CRYPTO_STATS" | Herbert Xu | 11 | -12/+367 |
| 2024-03-01 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 11 | -367/+12 |
| 2024-02-02 | crypto: ahash - unexport crypto_hash_alg_has_setkey() | Eric Biggers | 1 | -2/+0 |
| 2024-01-26 | KEYS: include header for EINVAL definition | Clay Chang | 1 | -0/+1 |
| 2023-12-29 | crypto: skcipher - remove excess kerneldoc members | Vegard Nossum | 1 | -16/+0 |
| 2023-12-29 | crypto: shash - remove excess kerneldoc members | Vegard Nossum | 1 | -4/+0 |
| 2023-12-08 | crypto: algif_skcipher - Fix stream cipher chaining | Herbert Xu | 1 | -0/+2 |
| 2023-12-08 | crypto: skcipher - Make use of internal state | Herbert Xu | 1 | -0/+33 |
| 2023-12-08 | crypto: skcipher - Add internal state support | Herbert Xu | 1 | -9/+75 |
| 2023-12-08 | crypto: af_alg - Disallow multiple in-flight AIO requests | Herbert Xu | 1 | -0/+3 |
| 2023-10-27 | crypto: FIPS 202 SHA-3 register in hash info for IMA | Dimitri John Ledkov | 1 | -0/+1 |
| 2023-10-27 | crypto: ahash - optimize performance when wrapping shash | Eric Biggers | 1 | -63/+5 |
| 2023-10-27 | crypto: ahash - remove crypto_ahash_alignmask | Eric Biggers | 1 | -6/+0 |
| 2023-10-27 | crypto: ahash - remove support for nonzero alignmask | Eric Biggers | 1 | -3/+1 |
| 2023-10-27 | crypto: shash - remove crypto_shash_ctx_aligned() | Eric Biggers | 2 | -10/+0 |
| 2023-10-27 | crypto: shash - remove crypto_shash_alignmask | Eric Biggers | 1 | -6/+0 |
| 2023-10-27 | crypto: shash - eliminate indirect call for default import and export | Eric Biggers | 1 | -13/+2 |
| 2023-10-13 | crypto: skcipher - Remove obsolete skcipher_alg helpers | Herbert Xu | 2 | -66/+1 |
| 2023-10-13 | crypto: skcipher - Add crypto_spawn_skcipher_alg_common | Herbert Xu | 1 | -0/+6 |
| 2023-10-05 | crypto: sig - fix kernel-doc typo | Randy Dunlap | 1 | -1/+1 |
| 2023-10-05 | crypto: akcipher - fix kernel-doc typos | Randy Dunlap | 1 | -2/+2 |
| 2023-10-01 | crypto: engine - Make crypto_engine_exit() return void | Uwe Kleine-König | 1 | -1/+1 |
| 2023-09-20 | crypto: skcipher - Add lskcipher | Herbert Xu | 2 | -26/+397 |
| 2023-09-20 | crypto: aead - Add crypto_has_aead | Herbert Xu | 1 | -0/+12 |
| 2023-08-29 | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 3 | -69/+126 |
| 2023-08-18 | crypto: engine - Remove crypto_engine_ctx | Herbert Xu | 1 | -4/+0 |
| 2023-08-18 | crypto: engine - Move crypto_engine_ops from request into crypto_alg | Herbert Xu | 1 | -5/+54 |
| 2023-08-18 | crypto: engine - Move struct crypto_engine into internal/engine.h | Herbert Xu | 2 | -57/+62 |
| 2023-08-18 | crypto: engine - Create internal/engine.h | Herbert Xu | 1 | -0/+13 |
| 2023-08-18 | crypto: engine - Move crypto inclusions out of header file | Herbert Xu | 1 | -10/+7 |
| 2023-08-18 | crypto: engine - Remove prepare/unprepare request | Herbert Xu | 1 | -6/+0 |
| 2023-08-17 | KEYS: DigitalSignature link restriction | Eric Snowberg | 1 | -0/+12 |
| 2023-08-11 | crypto: api - Use work queue in crypto_destroy_instance | Herbert Xu | 1 | -0/+3 |
| 2023-06-30 | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 12 | -29/+259 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -6/+3 |
| 2023-06-26 | crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabled | Herbert Xu | 1 | -0/+9 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -2/+0 |
| 2023-06-23 | KEYS: asymmetric: Move sm2 code into x509_public_key | Herbert Xu | 2 | -11/+3 |
| 2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu | 2 | -0/+157 |
| 2023-06-23 | crypto: akcipher - Add sync interface without SG lists | Herbert Xu | 1 | -0/+36 |
| 2023-06-23 | crypto: api - Remove crypto_init_ops() | Dmitry Safonov | 1 | -1/+0 |
| 2023-06-08 | crypto: af_alg: Use extract_iter_to_sg() to create scatterlists | David Howells | 1 | -4/+2 |
| 2023-06-08 | crypto: af_alg: Pin pages rather than ref'ing if appropriate | David Howells | 1 | -0/+1 |
| 2023-06-05 | cyrpto/b128ops: Remove struct u128 | Peter Zijlstra | 1 | -11/+3 |
| 2023-05-24 | crypto: cipher - Add crypto_clone_cipher | Herbert Xu | 1 | -0/+2 |
| 2023-05-19 | crypto: lib/sha256 - Use generic code from sha256_base | Herbert Xu | 1 | -14/+36 |
| 2023-05-19 | crypto: lib/sha256 - Remove redundant and unused sha224_update | Herbert Xu | 1 | -1/+1 |
| 2023-05-12 | crypto: engine - Fix struct crypto_engine_op doc | David Yang | 1 | -1/+1 |
| 2023-05-12 | crypto: hash - Make crypto_ahash_alg helper available | Herbert Xu | 1 | -0/+6 |
| 2023-05-12 | crypto: hash - Add statesize to crypto_ahash | Herbert Xu | 2 | -1/+8 |
| 2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 12 | -195/+534 |
| 2023-04-24 | KEYS: CA link restriction | Eric Snowberg | 1 | -0/+15 |
| 2023-04-24 | KEYS: X.509: Parse Key Usage | Eric Snowberg | 1 | -0/+2 |
| 2023-04-24 | KEYS: X.509: Parse Basic Constraints for CA | Eric Snowberg | 1 | -0/+2 |
| 2023-04-24 | KEYS: Create static version of public_key_verify_signature | Eric Snowberg | 1 | -0/+9 |
| 2023-04-20 | crypto: hash - Add crypto_clone_ahash/shash | Herbert Xu | 2 | -2/+8 |
| 2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu | 1 | -0/+14 |
| 2023-04-06 | crypto: hash - Remove maximum statesize limit | Herbert Xu | 1 | -2/+0 |
| 2023-03-31 | crypto: lib/utils - Move utilities into new header | Herbert Xu | 2 | -62/+74 |
| 2023-03-24 | crypto: hash - Fix kdoc errors about HASH_ALG_COMMON | Herbert Xu | 1 | -1/+2 |
| 2023-03-14 | crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h | Herbert Xu | 1 | -0/+13 |
| 2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu | 1 | -8/+57 |
| 2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu | 1 | -0/+22 |
| 2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu | 1 | -18/+55 |
| 2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu | 3 | -56/+126 |
| 2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu | 1 | -19/+63 |
| 2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu | 1 | -26/+72 |
| 2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu | 1 | -0/+22 |
| 2023-03-14 | crypto: algapi - Move stat reporting into algapi | Herbert Xu | 1 | -0/+3 |
| 2023-03-10 | crypto: acomp - Be more careful with request flags | Herbert Xu | 1 | -1/+3 |
| 2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu | 2 | -5/+2 |
| 2023-02-13 | crypto: skcipher - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: kpp - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: hash - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: akcipher - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: aead - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: acompress - Use crypto_request_complete | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: api - Add scaffolding to change completion function signature | Herbert Xu | 1 | -0/+7 |
| 2023-01-20 | crypto: aead - fix inaccurate documentation | Ard Biesheuvel | 1 | -10/+10 |
| 2023-01-06 | crypto: xts - drop xts_check_key() | Vladis Dronov | 1 | -18/+4 |
| 2023-01-06 | crypto: xts - restrict key lengths to approved values in FIPS mode | Nicolai Stange | 1 | -0/+7 |
| 2022-12-30 | crypto: scatterwalk - use kmap_local() not kmap_atomic() | Ard Biesheuvel | 1 | -2/+2 |
| 2022-12-09 | crypto: acomp - define max size for destination | Giovanni Cabiddu | 1 | -0/+1 |
| 2022-12-05 | crypto: api - Use linux/cache.h instead of asm/cache.h | Herbert Xu | 1 | -1/+1 |
| 2022-12-02 | crypto: kpp - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -1/+23 |
| 2022-12-02 | crypto: akcipher - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -1/+23 |
| 2022-12-02 | crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127 | Herbert Xu | 1 | -1/+1 |
| 2022-12-02 | crypto: skcipher - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -0/+22 |
| 2022-12-02 | crypto: hash - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -0/+22 |
| 2022-12-02 | crypto: aead - Add ctx helpers with DMA alignment | Herbert Xu | 1 | -0/+22 |
| 2022-12-02 | crypto: api - Add crypto_tfm_ctx_dma | Herbert Xu | 1 | -2/+39 |
| 2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu | 3 | -2/+5 |
| 2022-12-02 | crypto: kpp - Move reqsize into tfm | Herbert Xu | 2 | -5/+6 |
| 2022-12-02 | crypto: akcipher - Move reqsize into tfm | Herbert Xu | 2 | -4/+5 |
| 2022-12-02 | crypto: kpp - Add helper to set reqsize | Herbert Xu | 1 | -0/+6 |
| 2022-11-25 | Revert "crypto: shash - avoid comparing pointers to exported functions under ... | Eric Biggers | 1 | -1/+7 |
| 2022-11-18 | crypto: skcipher - Allow sync algorithms with large request contexts | Herbert Xu | 1 | -0/+8 |
| 2022-11-11 | crypto: lib/aesgcm - Provide minimal library implementation | Ard Biesheuvel | 1 | -0/+22 |
| 2022-10-21 | crypto: scatterwalk - remove duplicate function declarations | Tianjia Zhang | 1 | -1/+0 |
| 2022-09-30 | crypto: scatterwalk - Remove unused inline function scatterwalk_aligned() | Gaosheng Cui | 1 | -6/+0 |
| 2022-09-30 | crypto: aead - Remove unused inline functions from aead | Gaosheng Cui | 1 | -25/+0 |
| 2022-09-24 | crypto: aria - prepare generic module for optimized implementations | Taehee Yoo | 1 | -10/+7 |
| 2022-08-04 | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -0/+4 |
| 2022-08-02 | crypto: add crypto_has_kpp() | Hannes Reinecke | 1 | -0/+2 |
| 2022-08-02 | crypto: add crypto_has_shash() | Hannes Reinecke | 1 | -0/+2 |
| 2022-07-15 | crypto: aria - Implement ARIA symmetric cipher algorithm | Taehee Yoo | 1 | -0/+461 |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -108/+0 |
| 2022-06-10 | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL | Nathan Huckleberry | 1 | -0/+5 |
| 2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 1 | -0/+17 |
| 2022-04-08 | crypto: sm4 - export sm4 constant arrays | Tianjia Zhang | 1 | -0/+4 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -15/+213 |
| 2022-03-08 | KEYS: remove support for asym_tpm keys | Eric Biggers | 1 | -19/+0 |
| 2022-03-03 | crypto: crypto_xor - use helpers for unaligned accesses | Ard Biesheuvel | 1 | -2/+8 |
| 2022-03-03 | crypto: dh - split out deserialization code from crypto_dh_decode() | Nicolai Stange | 1 | -0/+16 |
| 2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 1 | -3/+3 |
| 2022-03-03 | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 1 | -4/+0 |
| 2022-03-03 | crypto: kpp - provide support for KPP spawns | Nicolai Stange | 1 | -0/+75 |
| 2022-03-03 | crypto: kpp - provide support for KPP template instances | Nicolai Stange | 1 | -0/+83 |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 1 | -15/+25 |
| 2022-01-28 | crypto: sm3 - make dependent on sm3 library | Tianjia Zhang | 1 | -10/+0 |
| 2022-01-28 | crypto: sm3 - create SM3 stand-alone library | Tianjia Zhang | 1 | -0/+32 |