Linux Cryptography
[Prev Page][Next Page]
- Re: [PATCH net-next v6 23/23] net: WireGuard secure network tunnel, (continued)
- [PATCH -next] crypto: ccp - Make function sev_get_firmware() static,
Wei Yongjun
- [PATCH] crypto: ccp: Remove forward declaration,
Nathan Chancellor
- [RFC PATCH] crypto: x86/aes-ni - remove special handling of AES in PCBC mode,
Ard Biesheuvel
- [PATCH] crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe(),
Waiman Long
- [RFC] crypto: mxs-dcp - Implement sha import/export,
Leonard Crestez
- [PATCH] crypto: mxs-dcp - Fix wait logic on chan threads,
Leonard Crestez
- [PATCH] crypto: cavium: remove redundant null pointer check before kfree,
zhong jiang
- dm-integrity stalls with iMX6q CAAM,
Neil Armstrong
- [PATCH cryptodev-2.6 1/3] crypto: cavium/nitrox - added support to identify the NITROX device partname.,
Srikanth Jampala
- [PATCH 0/3] crypto: OFB and tests,
Gilad Ben-Yossef
- [PATCH] crypto : chtls: remove redundant null pointer check before kfree_skb,
zhong jiang
- [PATCH 1/1] crypto:chelsio: Fix memory corruption in DMA Mapped buffers.,
Harsh Jain
- [PATCH] crypto: tcrypt - remove remnants of pcomp-based zlib,
Horia Geantă
- [PATCH v3 0/2] crypto: Implement a generic crypto statistics,
Corentin Labbe
- [PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage,
Kees Cook
- [PATCH crypto-next 02/23] gss_krb5: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 15/23] crypto: cryptd - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 21/23] crypto: omap-aes - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 16/23] crypto: sahara - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 13/23] crypto: vmx - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 11/23] wusb: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 12/23] crypto: ccp - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 09/23] ppp: mppe: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 10/23] rxrpc: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 14/23] crypto: null - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 08/23] libceph: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 05/23] s390/crypto: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 07/23] block: cryptoloop: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 03/23] lib80211: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 01/23] crypto: skcipher - Introduce crypto_sync_skcipher, Kees Cook
- [PATCH crypto-next 06/23] x86/fpu: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 04/23] mac802154: Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 23/23] crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK(), Kees Cook
- [PATCH crypto-next 20/23] crypto: mxs-dcp - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 19/23] crypto: chelsio - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 22/23] crypto: picoxcell - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 17/23] crypto: qce - Remove VLA usage of skcipher, Kees Cook
- [PATCH crypto-next 18/23] crypto: artpec6 - Remove VLA usage of skcipher, Kees Cook
- Re: [PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage, Kees Cook
- Re: [PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage, Herbert Xu
- random(4) and VMs,
Sandy Harris
- [PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel,
Jason A. Donenfeld
- [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library, Jason A. Donenfeld
- [PATCH net-next v5 01/20] asm: simd context helper API, Jason A. Donenfeld
- [PATCH net-next v5 03/20] zinc: ChaCha20 generic C implementation and selftest, Jason A. Donenfeld
- [PATCH net-next v5 04/20] zinc: ChaCha20 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v5 05/20] zinc: ChaCha20 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH net-next v5 06/20] zinc: ChaCha20 MIPS32r2 implementation, Jason A. Donenfeld
- [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest, Jason A. Donenfeld
- [PATCH net-next v5 08/20] zinc: Poly1305 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v5 09/20] zinc: Poly1305 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH net-next v5 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations, Jason A. Donenfeld
- [PATCH net-next v5 13/20] zinc: BLAKE2s x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v5 11/20] zinc: ChaCha20Poly1305 construction and selftest, Jason A. Donenfeld
- [PATCH net-next v5 14/20] zinc: Curve25519 generic C implementations and selftest, Jason A. Donenfeld
- [PATCH net-next v5 17/20] crypto: port Poly1305 to Zinc, Jason A. Donenfeld
- [PATCH net-next v5 16/20] zinc: Curve25519 ARM implementation, Jason A. Donenfeld
- [PATCH net-next v5 18/20] crypto: port ChaCha20 to Zinc, Jason A. Donenfeld
- [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc, Jason A. Donenfeld
- [PATCH net-next v5 20/20] net: WireGuard secure network tunnel, Jason A. Donenfeld
- [PATCH net-next v5 15/20] zinc: Curve25519 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v5 12/20] zinc: BLAKE2s generic C implementation and selftest, Jason A. Donenfeld
- Re: [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc, David Howells
- Re: [PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel, Ard Biesheuvel
- [PATCH] crypto: fix a memory leak in rsa-kcs1pad's encryption mode,
Dan Aloni
- [PATCH v2 4/4] crypto: s5p-sss: Add aes-ctr support,
Christoph Manszewski
- [PATCH v2 3/4] crypto: s5p-sss: Minor code cleanup,
Christoph Manszewski
- [PATCH v2 2/4] crypto: s5p-sss: Fix Fix argument list alignment,
Christoph Manszewski
- [PATCH v2 1/4] crypto: s5p-sss: Fix race in error handling,
Christoph Manszewski
- [PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support,
Christoph Manszewski
- [PATCH 1/2] cpufeature: avoid warning when compiling with clang,
Stefan Agner
- AM4 BIOS AGESA Code 1.0.0.4C & Linux Kernel,
ng0177
- [PATCH 0/2] Miscellaneous SEV fixes,
Janakarajan Natarajan
- [PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel,
Jason A. Donenfeld
- Re: [PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel, Ard Biesheuvel
- <Possible follow-ups>
- [PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel, Jason A. Donenfeld
- [PATCH net-next v4 01/20] asm: simd context helper API, Jason A. Donenfeld
- [PATCH net-next v4 02/20] zinc: introduce minimal cryptography library, Jason A. Donenfeld
- [PATCH net-next v4 03/20] zinc: ChaCha20 generic C implementation, Jason A. Donenfeld
- [PATCH net-next v4 04/20] zinc: ChaCha20 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH net-next v4 05/20] zinc: ChaCha20 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v4 06/20] zinc: ChaCha20 MIPS32r2 implementation, Jason A. Donenfeld
- [PATCH net-next v4 07/20] zinc: Poly1305 generic C implementations and selftest, Jason A. Donenfeld
- [PATCH net-next v4 08/20] zinc: Poly1305 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH net-next v4 09/20] zinc: Poly1305 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v4 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations, Jason A. Donenfeld
- [PATCH net-next v4 13/20] zinc: BLAKE2s x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v4 11/20] zinc: ChaCha20Poly1305 construction and selftest, Jason A. Donenfeld
- [PATCH net-next v4 17/20] crypto: port Poly1305 to Zinc, Jason A. Donenfeld
- [PATCH net-next v4 18/20] crypto: port ChaCha20 to Zinc, Jason A. Donenfeld
- Re: [PATCH net-next v4 18/20] crypto: port ChaCha20 to Zinc, Martin Willi
- Re: [PATCH net-next v4 18/20] crypto: port ChaCha20 to Zinc, kbuild test robot
- [PATCH net-next v4 19/20] security/keys: rewrite big_key crypto to use Zinc, Jason A. Donenfeld
- [PATCH net-next v4 20/20] net: WireGuard secure network tunnel, Jason A. Donenfeld
- [PATCH net-next v4 14/20] zinc: Curve25519 generic C implementations and selftest, Jason A. Donenfeld
- [PATCH net-next v4 15/20] zinc: Curve25519 ARM implementation, Jason A. Donenfeld
- [PATCH net-next v4 16/20] zinc: Curve25519 x86_64 implementation, Jason A. Donenfeld
- [PATCH net-next v4 12/20] zinc: BLAKE2s generic C implementation and selftest, Jason A. Donenfeld
[PATCH] crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic,
Horia Geantă
[PATCH][RFC] crypto: skcipher: Remove VLA usage,
Kees Cook
[PATCH v4 0/4] crypto: lrw - Fixes and improvements,
Ondrej Mosnacek
[PATCH 2/4] crypto: s5p-sss: Fix whitespace issues,
Christoph Manszewski
[PATCH 1/4] crypto: s5p-sss: Fix race in error handling,
Christoph Manszewski
[PATCH 4/4] crypto: s5p-sss: Add aes-ctr support,
Christoph Manszewski
[PATCH 3/4] crypto: s5p-sss: Minor code cleanup,
Christoph Manszewski
[PATCH 0/4] crypto: s5p-sss: Fix and add aes-ctr support, Christoph Manszewski
[PATCH v21 0/6] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
[PATCH 1/2] dt-bindings: crypto: hip07-sec, drop incorrect commas,
Jonathan Cameron
[PATCH 0/2] dt-bindings: Cleanup spurious commas in hisilicon hip07 dt., Jonathan Cameron
[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg,
Arnd Bergmann
[PATCH] crypto: tcrypt - fix ghash-generic speed test,
Horia Geantă
[PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver,
Horia Geantă
- [PATCH v2 03/12] soc: fsl: dpio: add frame list format support, Horia Geantă
- [PATCH v2 10/12] crypto: caam - export ahash shared descriptor generation, Horia Geantă
- [PATCH v2 11/12] crypto: caam/qi2 - add support for ahash algorithms, Horia Geantă
- [PATCH v2 08/12] crypto: caam/qi2 - add DPAA2-CAAM driver, Horia Geantă
- [PATCH v2 09/12] crypto: caam/qi2 - add skcipher algorithms, Horia Geantă
- [PATCH v2 12/12] arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs, Horia Geantă
- [PATCH v2 04/12] soc: fsl: dpio: add congestion notification support, Horia Geantă
- [PATCH v2 02/12] soc: fsl: dpio: add back some frame queue functions, Horia Geantă
- [PATCH v2 05/12] crypto: caam - fix implicit casts in endianness helpers, Horia Geantă
- [PATCH v2 06/12] crypto: caam - add DPAA2-CAAM (DPSECI) backend API, Horia Geantă
- [PATCH v2 07/12] crypto: caam - add Queue Interface v2 error codes, Horia Geantă
- [PATCH v2 01/12] bus: fsl-mc: add support for dpseci device type, Horia Geantă
- Re: [PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver, Herbert Xu
[PATCH] crypto: chacha20 - Fix chacha20_block() keystream alignment (again),
Eric Biggers
[PATCH v3 0/2] crypto: lrw - Simplify and optimize the LRW template,
Ondrej Mosnacek
[PATCH v5] crypto: xts - Drop use of auxiliary buffer,
Ondrej Mosnacek
[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library,
Jason A. Donenfeld
[PATCH net-next v3 03/17] zinc: ChaCha20 generic C implementation, Jason A. Donenfeld
[PATCH net-next v3 04/17] zinc: ChaCha20 ARM and ARM64 implementations, Jason A. Donenfeld
[PATCH net-next v3 05/17] zinc: ChaCha20 x86_64 implementation,
Jason A. Donenfeld
[PATCH net-next v3 15/17] zinc: Curve25519 ARM implementation, Jason A. Donenfeld
[PATCH net-next v3 14/17] zinc: Curve25519 generic C implementations and selftest, Jason A. Donenfeld
[PATCH net-next v3 16/17] zinc: Curve25519 x86_64 implementation, Jason A. Donenfeld
[PATCH net-next v3 13/17] zinc: BLAKE2s x86_64 implementation, Jason A. Donenfeld
[PATCH net-next v3 11/17] zinc: ChaCha20Poly1305 construction and selftest, Jason A. Donenfeld
[PATCH net-next v3 12/17] zinc: BLAKE2s generic C implementation and selftest, Jason A. Donenfeld
[PATCH net-next v3 10/17] zinc: Poly1305 MIPS32r2 and MIPS64 implementations, Jason A. Donenfeld
[PATCH net-next v3 09/17] zinc: Poly1305 x86_64 implementation, Jason A. Donenfeld
[PATCH net-next v3 08/17] zinc: Poly1305 ARM and ARM64 implementations, Jason A. Donenfeld
[PATCH net-next v3 07/17] zinc: Poly1305 generic C implementations and selftest, Jason A. Donenfeld
[PATCH net-next v3 07/17] zinc: Poly1305 generic C implementation and selftest,
Jason A. Donenfeld
[PATCH net-next v3 06/17] zinc: ChaCha20 MIPS32r2 implementation, Jason A. Donenfeld
Re: rng_dev_read: Kernel memory exposure attempt detected from SLUB object 'kmalloc-64',
Theodore Y. Ts'o
[PATCH 00/11] crypto: caam - add DPAA2 (DPSECI) driver,
Horia Geantă
- [PATCH 01/11] bus: fsl-mc: add support for dpseci device type, Horia Geantă
- [PATCH 04/11] soc: fsl: dpio: add congestion notification support, Horia Geantă
- [PATCH 02/11] Revert "staging: fsl-mc/dpio: remove couple of unused functions", Horia Geantă
- [PATCH 03/11] soc: fsl: dpio: add frame list format support, Horia Geantă
- [PATCH 11/11] arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs, Horia Geantă
- [PATCH 05/11] crypto: caam - add DPAA2-CAAM (DPSECI) backend API, Horia Geantă
- [PATCH 08/11] crypto: caam/qi2 - add skcipher algorithms, Horia Geantă
- [PATCH 10/11] crypto: caam/qi2 - add support for ahash algorithms, Horia Geantă
- [PATCH 07/11] crypto: caam/qi2 - add DPAA2-CAAM driver, Horia Geantă
- [PATCH 09/11] crypto: caam - export ahash shared descriptor generation, Horia Geantă
- [PATCH 06/11] crypto: caam - add Queue Interface v2 error codes, Horia Geantă
[PATCH 0/4] crypto: arm64/aes-blk - cleanups and optimizations for XTS/CTS-CBC,
Ard Biesheuvel
[PATCH v2 0/2] crypto: lrw - Simplify and optimize the LRW template,
Ondrej Mosnacek
[PATCH v4] crypto: xts - Drop use of auxiliary buffer,
Ondrej Mosnacek
[PATCH] crypto: cavium/nitrox - use dma_pool_zalloc(),
Srikanth Jampala
[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs,
Ondrej Mosnacek
[RFC/RFT PATCH] crypto: arm64/aes-ce - add support for CTS-CBC mode, Ard Biesheuvel
[PATCH 0/2] crpyto: lrw - Simplify and optimize the LRW template,
Ondrej Mosnacek
[PATCH 1/1] crypto: cavium/nitrox - Added support for SR-IOV configuration.,
Srikanth Jampala
[PATCH] crypto: Adds user space interface for ALG_SET_KEY_TYPE,
Kalyani Akula
[PATCH] crypto: padlock-aes: Add ecx to outputs for rep instructions,
Ben Hutchings
[PATCH v2 0/4] crypto: skcipher - Remove VLA usage,
Kees Cook
[PATCH] net/sock: move memory_allocated over to percpu_counter variables,
Olof Johansson
[PATCH] fscrypt: remove CRYPTO_CTR dependency,
Eric Biggers
[PATCH] gcmaes_crypt_by_sg: don't use GFP_ATOMIC allocation if the request doesn't cross a page,
Mikulas Patocka
[PATCH] dm-crypt and dm-integrity: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a deadlock, Mikulas Patocka
[PATCH v3] crypto: xts - Drop use of auxiliary buffer,
Ondrej Mosnacek
[PATCH] crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2,
Ondrej Mosnacek
[PATCH 0/2] crypto: Remove VLA usage from skcipher,
Kees Cook
[cryptodev:master 22/24] lib/crc-t10dif.c:23:1: sparse: symbol 'crc_t10dif_mutex' was not declared. Should it be static?,
kbuild test robot
[PATCH v2] crypto: xts - Drop use of auxiliary buffer,
Ondrej Mosnacek
[PATCH v2 0/2] crypto: Implement a generic crypto statistics,
Corentin Labbe
[PATCH] crypto: xts - Drop use of auxiliary buffer,
Ondrej Mosnacek
Question about pe file verification, Xiongwei Song
[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive,
Kenneth Lee
- [PATCH 6/7] crypto: add sdmdev support to Hisilicon QM, Kenneth Lee
- [PATCH 7/7] vfio/sdmdev: add user sample, Kenneth Lee
- [PATCH 5/7] crypto: Add Hisilicon Zip driver, Kenneth Lee
- [PATCH 4/7] crypto: add hisilicon Queue Manager driver, Kenneth Lee
- [PATCH 1/7] vfio/sdmdev: Add documents for WarpDrive framework, Kenneth Lee
- [PATCH 2/7] iommu: Add share domain interface in iommu for sdmdev, Kenneth Lee
- [PATCH 3/7] vfio: add sdmdev support, Kenneth Lee
- Re: [RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive, Lu Baolu
- Re: [RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive, Jerome Glisse
- Re: [RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive, Jerome Glisse
[PATCH v2] crypto: arm/chacha20 - faster 8-bit rotations and other optimizations,
Eric Biggers
[PATCH] crypto: arm/chacha20 - faster 8-bit rotations and other optimizations,
Eric Biggers
[PATCH 0/6] crypto: vf-crc - Add new driver (and required clk, DTS...),
Krzysztof Kozlowski
Locking for HW crypto accelerators,
Krzysztof Kozlowski
[PATCH v20 0/6] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
[PATCH 0/2] crypto: arm64/crct10dif - refactor and implement non-Crypto Extension version,
Ard Biesheuvel
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]