- 85b84327 crypto: ahash - check for shash type instead of not ahash type by Eric Biggers · 1 year, 5 months ago
- ecf889b crypto: hash - move "ahash wrapping shash" functions to ahash.c by Eric Biggers · 1 year, 5 months ago
- 4d707a4 crypto: ahash - improve file comment by Eric Biggers · 1 year, 5 months ago
- c2435e8 crypto: ahash - remove struct ahash_request_priv by Eric Biggers · 1 year, 5 months ago
- 33fe2fb crypto: gcm - stop using alignmask of ahash by Eric Biggers · 1 year, 5 months ago
- 381a796 crypto: chacha20poly1305 - stop using alignmask of ahash by Eric Biggers · 1 year, 5 months ago
- 36cfc05 crypto: ccm - stop using alignmask of ahash by Eric Biggers · 1 year, 5 months ago
- 93f367a crypto: testmgr - stop checking crypto_ahash_alignmask by Eric Biggers · 1 year, 5 months ago
- 03be4e4 crypto: authencesn - stop using alignmask of ahash by Eric Biggers · 1 year, 5 months ago
- 58e4bb5 crypto: authenc - stop using alignmask of ahash by Eric Biggers · 1 year, 5 months ago
- c626910 crypto: ahash - remove support for nonzero alignmask by Eric Biggers · 1 year, 5 months ago
- 201c0da treewide: Add SPDX identifier to IETF ASN.1 modules by Lukas Wunner · 1 year, 5 months ago
- cf27d94 crypto: jitter - use permanent health test storage by Stephan Müller · 1 year, 5 months ago
- f6f1514 crypto: hctr2 - stop using alignmask of shash_alg by Eric Biggers · 1 year, 5 months ago
- 321dfe9 crypto: adiantum - stop using alignmask of shash_alg by Eric Biggers · 1 year, 5 months ago
- 2125c11 crypto: testmgr - stop checking crypto_shash_alignmask by Eric Biggers · 1 year, 5 months ago
- eed577b crypto: drbg - stop checking crypto_shash_alignmask by Eric Biggers · 1 year, 5 months ago
- 345bfa3 crypto: shash - remove support for nonzero alignmask by Eric Biggers · 1 year, 5 months ago
- a2b11180 crypto: xcbc - remove unnecessary alignment logic by Eric Biggers · 1 year, 5 months ago
- 1fb9068 crypto: vmac - don't set alignmask by Eric Biggers · 1 year, 5 months ago
- 25c74a39 crypto: hmac - remove unnecessary alignment logic by Eric Biggers · 1 year, 5 months ago
- f9dc9f2 crypto: cmac - remove unnecessary alignment logic by Eric Biggers · 1 year, 5 months ago
- 21415bf crypto: cbcmac - remove unnecessary alignment logic by Eric Biggers · 1 year, 5 months ago
- 08debaa crypto: shash - eliminate indirect call for default import and export by Eric Biggers · 1 year, 5 months ago
- f5fb88e crypto: rsa - Add module alias for pkcs1pad by Herbert Xu · 1 year, 5 months ago
- 04a9320 certs: Break circular dependency when selftest is modular by Herbert Xu · 1 year, 5 months ago
- 7ec0a09 crypto: skcipher - fix weak key check for lskciphers by Eric Biggers · 1 year, 5 months ago
- 87d6621 crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks by Herbert Xu · 1 year, 5 months ago
- c1d760a crypto: mscode_parser - remove sha224 authenticode support by Dimitri John Ledkov · 1 year, 5 months ago
- 16ab7cb crypto: pkcs7 - remove sha1 support by Dimitri John Ledkov · 1 year, 5 months ago
- dadf5e5 crypto: adiantum - add fast path for single-page messages by Eric Biggers · 1 year, 5 months ago
- 2e02c25 crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest() by Eric Biggers · 1 year, 5 months ago
- 313a407 crypto: shash - optimize the default digest and finup by Eric Biggers · 1 year, 5 months ago
- bb40d32 crypto: xts - use 'spawn' for underlying single-block cipher by Eric Biggers · 1 year, 5 months ago
- 8405ec8 crypto: jitter - reuse allocated entropy collector by Stephan Müller · 1 year, 5 months ago
- bf028cf crypto: xts - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 1ec0a8a crypto: lrw - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- c4c6bb6 crypto: hctr2 - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 712c22a crypto: gcm - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 7202e65 crypto: cts - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 36b6fbe crypto: ctr - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- c9e4b76 crypto: chacha20poly1305 - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 60fa9a3 crypto: ccm - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 24a285c crypto: authencesn - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- cae3304 crypto: authenc - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 3c45b57 crypto: adiantum - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 7d6899a crypto: cryptd - Only access common skcipher fields on spawn by Herbert Xu · 1 year, 5 months ago
- 4822ed7 crypto: essiv - Handle lskcipher spawns by Herbert Xu · 1 year, 5 months ago
- 9a91792 crypto: arc4 - Convert from skcipher to lskcipher by Herbert Xu · 1 year, 5 months ago
- 8453468 crypto: skcipher - Add dependency on ecb by Herbert Xu · 1 year, 5 months ago
- 30febae crypto: testmgr - Remove zlib-deflate by Herbert Xu · 1 year, 6 months ago
- 62a465c crypto: deflate - Remove zlib-deflate by Herbert Xu · 1 year, 6 months ago
- 8468516 crypto: pkcs7 - remove md4 md5 x.509 support by Dimitri John Ledkov · 1 year, 5 months ago
- a1e4520 X.509: Add missing IMPLICIT annotations to AKID ASN.1 module by Lukas Wunner · 1 year, 5 months ago
- 5ec12f1 crypto: engine - Make crypto_engine_exit() return void by Uwe Kleine-König · 1 year, 5 months ago
- 0baa8fab3 crypto: jitter - Allow configuration of oversampling rate by Stephan Müller · 1 year, 6 months ago
- 59bcfd7 crypto: jitter - Allow configuration of memory size by Stephan Müller · 1 year, 6 months ago
- 04597c8 crypto: jitter - add RCT/APT support for different OSRs by Stephan Müller · 1 year, 6 months ago
- 705b52f crypto: cbc - Convert from skcipher to lskcipher by Herbert Xu · 1 year, 6 months ago
- 32a8dc4a crypto: ecb - Convert from skcipher to lskcipher by Herbert Xu · 1 year, 6 months ago
- 3dfe878 crypto: testmgr - Add support for lskcipher algorithms by Herbert Xu · 1 year, 6 months ago
- 8aee5d4 crypto: lskcipher - Add compatibility wrapper around ECB by Herbert Xu · 1 year, 6 months ago
- 31865c4 crypto: skcipher - Add lskcipher by Herbert Xu · 1 year, 6 months ago
- b64d143 crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK by Herbert Xu · 1 year, 6 months ago
- 534562e crypto: aead - Add crypto_has_aead by Herbert Xu · 1 year, 6 months ago
- 17f7b98 crypto: api - Remove unnecessary NULL initialisation by Li zeming · 1 year, 6 months ago
- 8f4f68e crypto: pcrypt - Fix hungtask for PADATA_RESET by Lu Jialin · 1 year, 6 months ago
- 68cf017 Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 6 months ago
- f2586d9 Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 1 year, 6 months ago
- ef5b52a X.509: if signature is unsupported skip validation by Thore Sommer · 1 year, 7 months ago
- 080aa61 crypto: fix uninit-value in af_alg_free_resources by Pavel Skripkin · 1 year, 7 months ago
- 5ce0bc68 crypto: engine - Remove crypto_engine_ctx by Herbert Xu · 1 year, 7 months ago
- e5e7eb0 crypto: engine - Move crypto_engine_ops from request into crypto_alg by Herbert Xu · 1 year, 7 months ago
- 45c461c crypto: engine - Create internal/engine.h by Herbert Xu · 1 year, 7 months ago
- 68021de crypto: engine - Move crypto inclusions out of header file by Herbert Xu · 1 year, 7 months ago
- bcd6e41 crypto: engine - Remove prepare/unprepare request by Herbert Xu · 1 year, 7 months ago
- 4cfb908 KEYS: DigitalSignature link restriction by Eric Snowberg · 1 year, 10 months ago
- 91cb1e14 crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff values by Joachim Vandersmissen · 1 year, 7 months ago
- 9ae4577 crypto: api - Use work queue in crypto_destroy_instance by Herbert Xu · 1 year, 7 months ago
- 6b4b53c crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial() by Frederick Lawler · 1 year, 7 months ago
- 6a4b8aa crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390 by David Howells · 1 year, 7 months ago
- 9f3fa6b KEYS: use kfree_sensitive with key by Mahmoud Adam · 1 year, 8 months ago
- 20508b7 crypto: sig - Remove some unused functions by Jiapeng Chong · 1 year, 8 months ago
- babb80b crypto: lrw,xts - Replace strlcpy with strscpy by Azeem Shaikh · 1 year, 9 months ago
- 31ba6dd KEYS: fix kernel-doc warnings in verify_pefile by Gaosheng Cui · 1 year, 9 months ago
- 0b7ec17 crypto: algif_hash - Fix race between MORE and non-MORE sends by David Howells · 1 year, 8 months ago
- 9e9311e KEYS: asymmetric: Fix error codes by Dan Carpenter · 1 year, 8 months ago
- d3dccb0a crypto: af_alg - Fix merging of written data into spliced pages by David Howells · 1 year, 8 months ago
- 5d95ff8 Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 8 months ago
- 486bfb0 crypto: akcipher - Do not copy dst if it is NULL by Herbert Xu · 1 year, 8 months ago
- 891ebfd crypto: sig - Fix verify call by Herbert Xu · 1 year, 8 months ago
- 767cfee crypto: akcipher - Set request tfm on sync path by Herbert Xu · 1 year, 8 months ago
- dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 9 months ago
- 63ba4d6 KEYS: asymmetric: Use new crypto interface without scatterlists by Herbert Xu · 1 year, 9 months ago
- e5221fa KEYS: asymmetric: Move sm2 code into x509_public_key by Herbert Xu · 1 year, 9 months ago
- 6cb8815 crypto: sig - Add interface for sign/verify by Herbert Xu · 1 year, 9 months ago
- addde1f crypto: akcipher - Add sync interface without SG lists by Herbert Xu · 1 year, 9 months ago
- 9979c6e crypto: cipher - On clone do crypto_mod_get() by Dmitry Safonov · 1 year, 9 months ago
- fa3b356 crypto: api - Add __crypto_alloc_tfmgfp by Herbert Xu · 1 year, 9 months ago
- fa919f9 crypto: api - Remove crypto_init_ops() by Dmitry Safonov · 1 year, 9 months ago