Linux Cryptography
[Prev Page][Next Page]
- [PATCH V2 1/2] dt-bindings: crypto: qcom,prng: document QCS8300, (continued)
- [PATCH] crypto: aesni - Move back to module_init, Herbert Xu
- [PATCH] crypto: lib/mpi - Export mpi_set_bit, Herbert Xu
- [PATCH] crypto: tegra - do not transfer req when tegra_cmac_init returns an error, Chen Ridong
- [PATCH v3 00/13] zswap IAA compress batching,
Kanchana P Sridhar
- [PATCH v3 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching., Kanchana P Sridhar
- [PATCH v3 02/13] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode., Kanchana P Sridhar
- [PATCH v3 03/13] crypto: iaa - Implement compress/decompress batching API in iaa_crypto., Kanchana P Sridhar
- [PATCH v3 04/13] crypto: iaa - Make async mode the default., Kanchana P Sridhar
- [PATCH v3 05/13] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [PATCH v3 06/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs., Kanchana P Sridhar
- [PATCH v3 07/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node., Kanchana P Sridhar
- [PATCH v3 08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations., Kanchana P Sridhar
- [PATCH v3 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs., Kanchana P Sridhar
- [PATCH v3 10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool., Kanchana P Sridhar
- [PATCH v3 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool., Kanchana P Sridhar
- [PATCH v3 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout., Kanchana P Sridhar
- [PATCH v3 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios., Kanchana P Sridhar
- Re: [PATCH v3 00/13] zswap IAA compress batching, Andrew Morton
- [PATCH V1 0/2] Enable TRNG for QCS8300,
Yuvaraj Ranganathan
- [PATCH] hwrng: amd - remove reference to removed PPC_MAPLE config,
Lukas Bulwahn
- [PATCH v2 0/6] Clean up and improve ARM/arm64 CRC-T10DIF code,
Ard Biesheuvel
- [PATCH v2 0/3] New s390 specific protected key hmac,
Harald Freudenberger
- [PATCH v4 5/6] crypto: ccp: Use firmware_upload API for SNP firmware,
Dionna Glaze
- [PATCH v4 4/6] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support,
Dionna Glaze
- [PATCH v4 3/6] crypto: ccp: Track GCTX through sev commands,
Dionna Glaze
- [PATCH] crypto: bcm - add error check in the ahash_hmac_init function,
Chen Ridong
- [PATCH] crypto: caam - add error check to caam_rsa_set_priv_key_form,
Chen Ridong
- [PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 06/18] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 07/18] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 08/18] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v3 09/18] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 10/18] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v3 15/18] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v3 17/18] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
- [PATCH v3 16/18] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH v2 00/13] zswap IAA compress batching,
Kanchana P Sridhar
- [PATCH v2 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching., Kanchana P Sridhar
- [PATCH v2 04/13] crypto: iaa - Make async mode the default., Kanchana P Sridhar
- [PATCH v2 02/13] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode., Kanchana P Sridhar
- [PATCH v2 03/13] crypto: iaa - Implement compress/decompress batching API in iaa_crypto., Kanchana P Sridhar
- [PATCH v2 05/13] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [PATCH v2 06/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs., Kanchana P Sridhar
- [PATCH v2 07/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node., Kanchana P Sridhar
- [PATCH v2 08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations., Kanchana P Sridhar
- [PATCH v2 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs., Kanchana P Sridhar
- [PATCH v2 10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool., Kanchana P Sridhar
- [PATCH v2 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool., Kanchana P Sridhar
- [PATCH v2 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout., Kanchana P Sridhar
- [PATCH v2 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios., Kanchana P Sridhar
- [PATCH v6 1/3] spinlock: extend guard with spinlock_bh variants,
Christian Marangi
- [PATCH v3 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec,
Chenghai Huang
- [PATCH v3 3/4] crypto: ccp: Add SNP firmware hotload support,
Dionna Glaze
- [PATCH v2 0/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver,
Markus Mayer
- [PATCH v2 3/4] crypto: ccp: Add SNP firmware hotload support, Dionna Glaze
- [PATCH] padata: Clean up in padata_do_multithreaded(),
Zicheng Qu
- [PATCH] crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init(),
Li Huafei
- [PATCH] virtio: only reset device and restore status if needed in device resume,
qiang4 . zhang
- [PATCH 0/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver,
Markus Mayer
- [PATCH v1 0/3] New s390 specific protected key hmac,
Harald Freudenberger
- [PATCH v6 00/10] Remove pcim_iomap_regions_request_all(),
Philipp Stanner
- [PATCH v6 01/10] PCI: Make pcim_request_all_regions() a public function, Philipp Stanner
- [PATCH v6 03/10] crypto: qat - replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 02/10] ata: ahci: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 04/10] crypto: marvell - replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 06/10] wifi: iwlwifi: replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 07/10] ntb: idt: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 08/10] serial: rp2: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 05/10] intel_th: pci: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 09/10] ALSA: korg1212: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v6 10/10] PCI: Remove pcim_iomap_regions_request_all(), Philipp Stanner
- Re: [PATCH v6 00/10] Remove pcim_iomap_regions_request_all(), Bjorn Helgaas
- [PATCH 3/4] crypto: ccp: Add SNP firmware hotload support,
Dionna Glaze
- [PATCH v2] crypto: qat - Fix missing destroy_workqueue in adf_init_aer(),
Wang Hai
- [PATCH cryptodev-2.6] crypto: rsassa-pkcs1 - Reinstate support for legacy protocols,
Lukas Wunner
- [PATCH 0/6] Clean up and improve ARM/arm64 CRC-T10DIF code,
Ard Biesheuvel
- [PATCH v5 1/3] spinlock: extend guard with spinlock_bh variants,
Christian Marangi
- Question about crypto: cavium - Add Support for Octeon-tx CPT Engine, Kees Bakker
- [PATCH 0/6] Multibuffer hashing take two,
Herbert Xu
- [PATCH] crypto: hisilicon/qm - disable same error report before resetting,
Weili Qian
- [PATCH] crypto: hisilicon - support querying the capability register,
Chenghai Huang
- [PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 07/18] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 08/18] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 09/18] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 10/18] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v2 15/18] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v2 16/18] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH v2 17/18] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
- [no subject], Unknown
- [PATCH v4 1/3] spinlock: extend guard with spinlock_bh variants,
Christian Marangi
- [PATCH 1/2] [RFC] hwrng: fix khwrng lifecycle,
Marek Vasut
- [PATCH] crypto: qat - Fix missing destroy_workqueue in adf_init_aer(),
Wang Hai
- Post-Quantum Algorithms for kernel crypto API, Stephan Mueller
- [PATCH AUTOSEL 5.10 4/6] crypto: marvell/cesa - Disable hash algorithms, Sasha Levin
- [PATCH AUTOSEL 5.15 07/10] crypto: marvell/cesa - Disable hash algorithms, Sasha Levin
- [PATCH AUTOSEL 6.1 10/17] crypto: marvell/cesa - Disable hash algorithms, Sasha Levin
- [PATCH AUTOSEL 6.1 09/17] crypto: api - Fix liveliness check in crypto_alg_tested, Sasha Levin
- [PATCH AUTOSEL 6.6 13/23] crypto: marvell/cesa - Disable hash algorithms, Sasha Levin
- [PATCH AUTOSEL 6.6 12/23] crypto: api - Fix liveliness check in crypto_alg_tested, Sasha Levin
- [PATCH AUTOSEL 6.11 16/30] crypto: marvell/cesa - Disable hash algorithms, Sasha Levin
- [PATCH AUTOSEL 6.11 15/30] crypto: api - Fix liveliness check in crypto_alg_tested, Sasha Levin
- [PATCH] crypto: Remove unused asymmetric_keys functions,
linux
- [RFC PATCH v3 1/3] spinlock: extend guard with spinlock_bh variants,
Christian Marangi
- [PATCH] hwrng - Switch back to struct platform_driver::remove(),
Uwe Kleine-König
- linux-next: duplicate patch in the crypto tree, Stephen Rothwell
- [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH 02/15] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH 03/15] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 04/15] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 05/15] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 06/15] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 07/15] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 08/15] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 09/15] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH 11/15] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 12/15] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH 13/15] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH 14/15] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH 15/15] f2fs: switch to using the crc32 library, Eric Biggers
- Re: [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code, Ard Biesheuvel
- [PATCH 1/2] crypto: tegra - remove unneeded crypto_engine_stop() call,
Ovidiu Panait
- [PATCH] crypto: mips/crc32 - fix the CRC32C implementation,
Eric Biggers
- [PATCH] crypto - move crypto_simd_disabled_for_test to lib,
Eric Biggers
- [PATCH][next] crypto: cavium: Fix inverted logic on timeout end check,
Colin Ian King
- [PATCH] crypto: cavium - Fix the if condition to exit loop after timeout,
Everest K.C.
- [PATCH v2 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec,
Chenghai Huang
- nx_crypto on power8 lpar, Anatoly Pugachev
- [PATCH v4 0/3] arm64: Speed up CRC-32 using PMULL instructions,
Ard Biesheuvel
- [no subject], Unknown
- [RFC PATCH v1 00/13] zswap IAA compress batching,
Kanchana P Sridhar
- [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req, Kanchana P Sridhar
- [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface, Kanchana P Sridhar
- [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support., Kanchana P Sridhar
- [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req., Kanchana P Sridhar
- [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default., Kanchana P Sridhar
- [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs., Kanchana P Sridhar
- [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node., Kanchana P Sridhar
- [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()., Kanchana P Sridhar
- [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA., Kanchana P Sridhar
- [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()., Kanchana P Sridhar
- [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios., Kanchana P Sridhar
- [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()., Kanchana P Sridhar
- Re: [RFC PATCH v1 00/13] zswap IAA compress batching, Yosry Ahmed
- [PATCHv11 0/9] nvme: implement secure concatenaion,
Hannes Reinecke
- [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand(), Hannes Reinecke
- [PATCH 2/9] nvme: add nvme_auth_generate_psk(), Hannes Reinecke
- [PATCH 4/9] nvme: add nvme_auth_derive_tls_psk(), Hannes Reinecke
- [PATCH 5/9] nvme-keyring: add nvme_tls_psk_refresh(), Hannes Reinecke
- [PATCH 3/9] nvme: add nvme_auth_generate_digest(), Hannes Reinecke
- [PATCH 6/9] nvme-tcp: request secure channel concatenation, Hannes Reinecke
- [PATCH 7/9] nvme-fabrics: reset admin connection for secure concatenation, Hannes Reinecke
- [PATCH 9/9] nvmet: add tls_concat and tls_key debugfs entries, Hannes Reinecke
- [PATCH 8/9] nvmet-tcp: support secure channel concatenation, Hannes Reinecke
- [RFC PATCH v3 00/13] Clavis LSM,
Eric Snowberg
- [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis, Eric Snowberg
- [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE), Eric Snowberg
- [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support, Eric Snowberg
- [RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl, Eric Snowberg
- [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec, Eric Snowberg
- [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec, Eric Snowberg
- [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key, Eric Snowberg
- [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature, Eric Snowberg
- [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time, Eric Snowberg
- [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key, Eric Snowberg
- [RFC PATCH v3 13/13] clavis: Kunit support, Eric Snowberg
- [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis, Eric Snowberg
- [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check, Eric Snowberg
- [PATCH V1 0/2] Add QCrypto support for SA8775P,
Yuvaraj Ranganathan
- [PATCH v2 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG,
Christian Marangi
- [PATCH v3 0/2] arm64: Speed up CRC-32 using PMULL instructions,
Ard Biesheuvel
- [PATCH] crypto: qat - Fix typo "accelaration",
WangYuli
- [RFC PATCH v2 1/3] spinlock: extend guard with spinlock_bh variants,
Christian Marangi
- [PATCH v2 00/10] AEGIS x86 assembly tuning,
Eric Biggers
- [PATCH v2 01/10] crypto: x86/aegis128 - access 32-bit arguments as 32-bit, Eric Biggers
- [PATCH v2 02/10] crypto: x86/aegis128 - remove no-op init and exit functions, Eric Biggers
- [PATCH v2 04/10] crypto: x86/aegis128 - don't bother with special code for aligned data, Eric Biggers
- [PATCH v2 03/10] crypto: x86/aegis128 - eliminate some indirect calls, Eric Biggers
- [PATCH v2 05/10] crypto: x86/aegis128 - optimize length block preparation using SSE4.1, Eric Biggers
- [PATCH v2 07/10] crypto: x86/aegis128 - optimize partial block handling using SSE4.1, Eric Biggers
- [PATCH v2 06/10] crypto: x86/aegis128 - improve assembly function prototypes, Eric Biggers
- [PATCH v2 08/10] crypto: x86/aegis128 - take advantage of block-aligned len, Eric Biggers
- [PATCH v2 09/10] crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END, Eric Biggers
- [PATCH v2 10/10] crypto: x86/aegis128 - remove unneeded RETs, Eric Biggers
- Re: [PATCH v2 00/10] AEGIS x86 assembly tuning, Herbert Xu
- [PATCH v2 0/2] arm64: Speed up CRC-32 using PMULL instructions,
Ard Biesheuvel
- [PATCH v2 0/2] crypto: Enable fuzz testing for arch code,
Ard Biesheuvel
- [PATCH 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG,
Christian Marangi
- [PATCH] crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers,
Thorsten Blum
- [PATCH v4 00/10] Remove pcim_iomap_regions_request_all(),
Philipp Stanner
- [PATCH v4 01/10] PCI: Make pcim_request_all_regions() a public function, Philipp Stanner
- [PATCH v4 02/10] ata: ahci: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 03/10] crypto: qat - replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 04/10] crypto: marvell - replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 05/10] intel_th: pci: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 06/10] wifi: iwlwifi: replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 07/10] ntb: idt: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 08/10] serial: rp2: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 09/10] ALSA: korg1212: Replace deprecated PCI functions, Philipp Stanner
- [PATCH v4 10/10] PCI: Remove pcim_iomap_regions_request_all(), Philipp Stanner
- [PATCH v4 0/4] Add support for stm32mp25x RNG,
Gatien Chevallier
- [RFC 0/5] Another initramfs signature checking set,
Jeremy Linton
- [PATCH v3 0/4] Add support for stm32mp25x RNG,
Gatien Chevallier
- [PATCH 0/2] crypto: Enable fuzz testing for generic crc32/crc32c,
Ard Biesheuvel
- [PATCH][next] crypto: tegra: remove redundant error check on ret,
Colin Ian King
- [v2 PATCH 1/2] crypto/nx: Rename devdata_mutex to devdata_spinlock,
Vishal Chourasia
- [PATCH 0/2] arm64: Speed up CRC-32 using PMULL instructions,
Ard Biesheuvel
- [PATCH] crypto: qat - Constify struct pm_status_row,
Christophe JAILLET
- [PATCH] dt-bindings: rng: Add Marvell Armada RNG support,
Rob Herring (Arm)
- [RFC PATCH v1 20/57] crypto: Remove PAGE_SIZE compile-time constant assumption,
Ryan Roberts
- [PATCH] crypto: ecdsa - Update Kconfig help text for NIST P521,
Lukas Wunner
- [PATCH cryptodev-2.6] crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys,
Lukas Wunner
- Re: Build regressions/improvements in v6.12-rc3,
Geert Uytterhoeven
- [PATCH] crypto/nx: Rename devdata_mutex to devdata_spinlock, Vishal Chourasia
- [PATCH 0/3] crypto: x86/crc32c - jump table elimination and other cleanups,
Eric Biggers
- [PATCH] crypto: virtio/akcipher - Move a pointer assignment in virtio_crypto_rsa_set_key(),
Markus Elfring
- [PATCHv10 0/9] nvme: implement secure concatenation,
Hannes Reinecke
- [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand(), Hannes Reinecke
- [PATCH 2/9] nvme: add nvme_auth_generate_psk(), Hannes Reinecke
- [PATCH 3/9] nvme: add nvme_auth_generate_digest(), Hannes Reinecke
- [PATCH 4/9] nvme: add nvme_auth_derive_tls_psk(), Hannes Reinecke
- [PATCH 5/9] nvme-keyring: add nvme_tls_psk_refresh(), Hannes Reinecke
- [PATCH 8/9] nvmet-tcp: support secure channel concatenation, Hannes Reinecke
- [PATCH 7/9] nvme-fabrics: reset admin connection for secure concatenation, Hannes Reinecke
- [PATCH 6/9] nvme-tcp: request secure channel concatenation, Hannes Reinecke
- [PATCH 9/9] nvmet: add tls_concat and tls_key debugfs entries, Hannes Reinecke
- [PATCH v2 0/4] Add support for stm32mp25x RNG,
Gatien Chevallier
- drivers/nx: Invalid wait context issue when rebooting,
Vishal Chourasia
- [PATCH 1/2] crypto: crypto4xx_core: avoid explicit resource,
Rosen Penev
- [PATCHv2 0/5] cesa: small cleanups,
Rosen Penev
- [PATCH] crypto: jitter - output full sample from test interface,
Joachim Vandersmissen
- WARNING: CPU: 1 PID: 81 at crypto/testmgr.c:5931 alg_test+0x2a4/0x300 (Thinkpad T60, v6.12-rc2),
Erhard Furtner
- [no subject], Unknown
- [RFC PATCH 1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine,
Christian Marangi
- [PATCH] dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga",
Fabio Estevam
- [PATCH v1] hwrng: histb-rng: Fix the wrong format specifier,
Zhu Jun
- [PATCH] drivers/histb-rng: Fix the wrong format specifier, Zhu Jun
- [PATCH] crypto: Switch back to struct platform_driver::remove(),
Uwe Kleine-König
- [PATCH] crypto: qat - remove faulty arbiter config reset,
Ahsan Atta
- [PATCH 0/4] Add support for stm32mp25x RNG,
Gatien Chevallier
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]