Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+5 |
2025-05-23 | Revert "crypto: testmgr - Add hash export format testing" | Herbert Xu | 1 | -6/+0 |
2025-05-19 | crypto: testmgr - Add hash export format testing | Herbert Xu | 1 | -0/+6 |
2025-05-19 | crypto: hmac - Add ahash support | Herbert Xu | 2 | -1/+11 |
2025-05-19 | crypto: algapi - Add driver template support to crypto_inst_setname | Herbert Xu | 1 | -2/+10 |
2025-05-19 | crypto: ahash - Handle partial blocks in API | Herbert Xu | 1 | -2/+10 |
2025-05-19 | crypto: hash - Add export_core and import_core hooks | Herbert Xu | 2 | -0/+13 |
2025-05-19 | crypto: hash - Move core export and import into internel/hash.h | Herbert Xu | 2 | -48/+48 |
2025-05-12 | crypto: testmgr - make it easier to enable the full set of tests | Eric Biggers | 1 | -4/+2 |
2025-05-12 | crypto: null - remove the default null skcipher | Eric Biggers | 1 | -3/+0 |
2025-05-12 | crypto: geniv - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 1 | -11/+16 |
2025-05-12 | crypto: lib/chacha - add strongly-typed state zeroization | Eric Biggers | 1 | -0/+6 |
2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 1 | -28/+37 |
2025-05-05 | crypto: ahash - Add HASH_REQUEST_ZERO | Herbert Xu | 1 | -0/+4 |
2025-05-05 | crypto: ahash - Add core export and import | Herbert Xu | 1 | -0/+24 |
2025-05-05 | crypto: shash - Cap state size to HASH_MAX_STATESIZE | Herbert Xu | 1 | -1/+4 |
2025-05-05 | crypto: zynqmp-sha - Fix partial block implementation | Herbert Xu | 1 | -0/+4 |
2025-05-05 | crypto: lib/sha256 - Use generic block helper | Herbert Xu | 1 | -7/+0 |
2025-05-05 | crypto: sha256 - Use the partial block API for generic | Herbert Xu | 1 | -2/+12 |
2025-05-05 | crypto: lib/sha256 - Add helpers for block-based shash | Herbert Xu | 1 | -0/+45 |
2025-05-05 | crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT | Herbert Xu | 3 | -6/+6 |
2025-05-05 | crypto: acomp - Clone folios properly | Herbert Xu | 1 | -6/+2 |
2025-05-05 | crypto: rng - fix documentation for crypto_rng_alg() | Ovidiu Panait | 1 | -5/+3 |
2025-05-05 | crypto: streebog - Use API partial block handling | Herbert Xu | 1 | -5/+0 |
2025-05-05 | crypto: lib/sha256 - improve function prototypes | Eric Biggers | 1 | -4/+4 |
2025-05-05 | crypto: sha256 - remove sha256_base.h | Eric Biggers | 1 | -151/+0 |
2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers | 3 | -15/+37 |
2025-05-05 | crypto: lib/poly1305 - Use block-only interface | Herbert Xu | 1 | -47/+6 |
2025-05-05 | crypto: lib/poly1305 - Add block-only interface | Herbert Xu | 2 | -8/+45 |
2025-05-05 | crypto: lib/sha256 - Move partial block handling out | Herbert Xu | 3 | -37/+62 |
2025-04-28 | crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist | Herbert Xu | 3 | -61/+64 |
2025-04-28 | crypto: api - Add crypto_stack_request_init and initialise flags fully | Herbert Xu | 4 | -8/+6 |
2025-04-28 | crypto: polyval-generic - Use API partial block handling | Herbert Xu | 1 | -8/+0 |
2025-04-28 | crypto: api - Add crypto_request_clone and fb | Herbert Xu | 4 | -8/+24 |
2025-04-23 | crypto: lib/sm3 - Remove partial block helpers | Herbert Xu | 2 | -64/+2 |
2025-04-23 | crypto: sm3-generic - Use API partial block handling | Herbert Xu | 2 | -2/+44 |
2025-04-23 | crypto: sha512_base - Remove partial block helpers | Herbert Xu | 1 | -64/+0 |
2025-04-23 | crypto: sha512-generic - Use API partial block handling | Herbert Xu | 1 | -8/+0 |
2025-04-23 | crypto: riscv/sha512 - Use API partial block handling | Herbert Xu | 1 | -0/+6 |
2025-04-23 | crypto: x86/sha512 - Use API partial block handling | Herbert Xu | 2 | -5/+50 |
2025-04-23 | crypto: zynqmp-sha - Use API partial block handling | Herbert Xu | 1 | -5/+0 |
2025-04-23 | crypto: sha3-generic - Use API partial block handling | Herbert Xu | 1 | -3/+4 |
2025-04-23 | crypto: arm64/sha3-ce - Use API partial block handling | Herbert Xu | 1 | -1/+3 |
2025-04-23 | crypto: sha256_base - Remove partial block helpers | Herbert Xu | 1 | -37/+13 |
2025-04-23 | crypto: sha256-generic - Use API partial block handling | Herbert Xu | 1 | -6/+0 |
2025-04-23 | crypto: riscv/sha256 - Use API partial block handling | Herbert Xu | 1 | -0/+3 |
2025-04-23 | crypto: x86/sha256 - Use API partial block handling | Herbert Xu | 2 | -7/+78 |
2025-04-23 | crypto: sha1_base - Remove partial block helpers | Herbert Xu | 1 | -61/+0 |
2025-04-23 | crypto: sha1-generic - Use API partial block handling | Herbert Xu | 1 | -8/+0 |
2025-04-23 | crypto: x86/sha1 - Use API partial block handling | Herbert Xu | 2 | -4/+39 |
2025-04-23 | crypto: md5-generic - Use API partial block handling | Herbert Xu | 1 | -1/+2 |
2025-04-23 | crypto: riscv/ghash - Use API partial block handling | Herbert Xu | 1 | -1/+0 |
2025-04-23 | crypto: ghash-generic - Use API partial block handling | Herbert Xu | 1 | -1/+2 |
2025-04-23 | crypto: arm/blake2b - Use API partial block handling | Herbert Xu | 2 | -73/+10 |
2025-04-23 | crypto: blake2b-generic - Use API partial block handling | Herbert Xu | 2 | -20/+60 |
2025-04-23 | crypto: shash - Handle partial blocks in API | Herbert Xu | 2 | -29/+68 |
2025-04-23 | crypto: engine - Realign struct crypto_engine to save 8 bytes | Thorsten Blum | 1 | -3/+2 |
2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+6 |
2025-04-17 | crypto: deflate - Make the acomp walk atomic | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctx | Eric Biggers | 1 | -4/+0 |
2025-04-16 | crypto: poly1305 - centralize the shash wrappers for arch code | Eric Biggers | 1 | -0/+9 |
2025-04-16 | crypto: sm3-base - Use sm3_init | Herbert Xu | 1 | -12/+1 |
2025-04-16 | crypto: lib/sm3 - Export generic block function | Herbert Xu | 1 | -0/+1 |
2025-04-16 | crypto: hash - Update HASH_MAX_DESCSIZE comment | Herbert Xu | 1 | -2/+2 |
2025-04-16 | crypto: hash - Add HASH_REQUEST_ON_STACK | Herbert Xu | 2 | -11/+69 |
2025-04-16 | crypto: shash - Remove dynamic descsize | Herbert Xu | 1 | -2/+1 |
2025-04-16 | crypto: skcipher - Realign struct skcipher_walk to save 8 bytes | Thorsten Blum | 1 | -2/+1 |
2025-04-16 | crypto: simd - Include asm/simd.h in internal/simd.h | Herbert Xu | 1 | -3/+1 |
2025-04-16 | crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 1 | -1/+1 |
2025-04-16 | crypto: ahash - Use cra_reqsize | Herbert Xu | 1 | -3/+0 |
2025-04-16 | crypto: acomp - Remove reqsize field | Herbert Xu | 1 | -3/+0 |
2025-04-16 | crypto: ctr - Remove unnecessary header inclusions | Herbert Xu | 1 | -3/+0 |
2025-04-16 | crypto: acomp - Simplify folio handling | Herbert Xu | 2 | -53/+8 |
2025-04-16 | crypto: acomp - Remove ACOMP_REQUEST_ALLOC | Herbert Xu | 1 | -21/+0 |
2025-04-16 | crypto: acomp - Add ACOMP_REQUEST_CLONE | Herbert Xu | 2 | -12/+29 |
2025-04-16 | crypto: acomp - Add ACOMP_FBREQ_ON_STACK | Herbert Xu | 1 | -0/+26 |
2025-04-16 | crypto: acomp - Use request flag helpers and add acomp_request_flags | Herbert Xu | 2 | -11/+22 |
2025-04-16 | crypto: api - Add helpers to manage request flags | Herbert Xu | 1 | -0/+5 |
2025-04-16 | crypto: ahash - Remove request chaining | Herbert Xu | 3 | -22/+0 |
2025-04-16 | crypto: acomp - Remove request chaining | Herbert Xu | 2 | -19/+0 |
2025-04-14 | rxrpc: Add the security index for yfs-rxgk | David Howells | 1 | -0/+5 |
2025-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2 | -2/+6 |
2025-04-12 | crypto: ahash - Disable request chaining | Herbert Xu | 2 | -2/+6 |
2025-04-07 | crypto: chacha - remove <crypto/internal/chacha.h> | Eric Biggers | 1 | -43/+0 |
2025-04-07 | crypto: chacha - centralize the skcipher wrappers for arch code | Eric Biggers | 1 | -0/+9 |
2025-04-07 | crypto: ctr - remove unused crypto_ctr_encrypt_walk() | Ard Biesheuvel | 1 | -47/+0 |
2025-04-07 | crypto: hash - Do not use shash in hard IRQs | Herbert Xu | 1 | -9/+9 |
2025-04-07 | crypto: acomp - Add acomp_walk | Herbert Xu | 1 | -0/+44 |
2025-04-07 | crypto: acomp - Move scomp stream allocation code into acomp | Herbert Xu | 2 | -19/+42 |
2025-04-07 | crypto: scomp - Allocate per-cpu buffer on first use of each CPU | Herbert Xu | 3 | -7/+13 |
2025-04-07 | crypto: api - Move alg destroy work from instance to template | Herbert Xu | 1 | -2/+3 |
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 |