Linux Cryptography
[Prev Page][Next Page]
- [PATCH 1/4] lib/crc32: make core crc32() routines weak so they can be overridden, (continued)
- [PATCH v2 04/17] zinc: ChaCha20 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH v2 03/17] zinc: ChaCha20 generic C implementation, Jason A. Donenfeld
- [PATCH v2 02/17] zinc: introduce minimal cryptography library,
Jason A. Donenfeld
- [PATCH v2 05/17] zinc: ChaCha20 x86_64 implementation, Jason A. Donenfeld
- [PATCH v2 06/17] zinc: ChaCha20 MIPS32r2 implementation, Jason A. Donenfeld
- [PATCH v2 08/17] zinc: Poly1305 ARM and ARM64 implementations, Jason A. Donenfeld
- [PATCH v2 12/17] zinc: BLAKE2s generic C implementation and selftest, Jason A. Donenfeld
- [PATCH v2 13/17] zinc: BLAKE2s x86_64 implementation, Jason A. Donenfeld
- [PATCH v2 11/17] zinc: ChaCha20Poly1305 construction and selftest, Jason A. Donenfeld
- [PATCH v2 15/17] zinc: Curve25519 ARM implementation,
Jason A. Donenfeld
- [PATCH v2 16/17] zinc: Curve25519 x86_64 implementation, Jason A. Donenfeld
- [PATCH v2 14/17] zinc: Curve25519 generic C implementations and selftest, Jason A. Donenfeld
- [PATCH v2 09/17] zinc: Poly1305 x86_64 implementation, Jason A. Donenfeld
- [PATCH v2 10/17] zinc: Poly1305 MIPS32r2 and MIPS64 implementations, Jason A. Donenfeld
- [PATCH v2 07/17] zinc: Poly1305 generic C implementation and selftest, Jason A. Donenfeld
- Deadlock when using crypto API for block devices,
Mikulas Patocka
- [PATCH v2] crypto: arm64/aes-modes - get rid of literal load of addend vector,
Ard Biesheuvel
- Backport e666d4e9ceec crypto: vmx - Use skcipher for ctr fallback,
Petr Vorel
- [PATCH v2] crypto: arm/ghash-ce - implement support for 4-way aggregation,
Ard Biesheuvel
- [PATCH] crypto: arm/ghash-ce - implement support for 4-way aggregation, Ard Biesheuvel
- [PATCH] crypto: x86 - remove SHA multibuffer routines and mcryptd,
Ard Biesheuvel
- [PATCH 1/1] crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions.,
Srikanth Jampala
- [PATCH] crypto: arm64/aes-modes - get rid of literal load of addend vector,
Ard Biesheuvel
- [PATCH] crypto: atmel - switch to SPDX license identifiers,
Tudor Ambarus
- BUG: libkcapi tests trigger sleep-in-atomic bug in VMX code (ppc64),
Ondrej Mosnáček
- [PATCH] arm64/crypto: remove non-standard notation,
Nick Desaulniers
- [PATCH] crypto: arm64/aes-gcm-ce - fix scatterwalk API violation,
Ard Biesheuvel
- Regression in tls selftest on cortex a-53, Vakul Garg
- [PATCH] chtls_cm.c: fix missing return value check of alloc_skb(),
Jiecheng Wu
- Computing GHASH for GCM when IV > 12 Bytes,
Jitendra Lulla
- [PATCH crypto-2.6] crypto: ccp: add PSP cmd timeout,
Brijesh Singh
- Re: [GIT PULL] gcc-plugin updates for v4.19-rc1,
Kees Cook
- [PATCH] crypto: aesni - Use unaligned loads from gcm_context_data,
Dave Watson
- KASAN: use-after-free Read in sha512_mb_flusher,
syzbot
- KASAN: use-after-free Read in sha512_ctx_mgr_resubmit,
syzbot
- [GIT PULL] random updates for 4.19, Theodore Y. Ts'o
- Re: [PATCH v1 0/3] WireGuard: Secure Network Tunnel,
James Bottomley
- [PATCH] Performance Improvement in CRC16 Calculations.,
Jeff Lien
- [PATCH] chtls: fix null dereference chtls_free_uld(),
Ganesh Goudar
- disabling psp in bios causes errors in dmesg,
Thomas Backlund
- [PATCH v2 net-next 0/2] virtio_net: Expand affinity to arbitrary numbers of cpu and vq,
Caleb Raitto
- [PATCH net-next 0/2] virtio_net: Expand affinity to arbitrary numbers of cpu and vq,
Caleb Raitto
- random: ensure use of aligned buffers with ChaCha20,
Stephan Müller
- [PATCH -next] crypto: hisilicon - Make function sec_send_request() static,
Wei Yongjun
- [PATCH v8 0/9] crypto: Remove VLA usage,
Kees Cook
- [PATCH v8 3/9] crypto: ccm: Remove VLA usage, Kees Cook
- [PATCH v8 6/9] crypto alg: Introduce generic max blocksize and alignmask, Kees Cook
- [PATCH v8 7/9] crypto: qat: Remove VLA usage, Kees Cook
- [PATCH v8 5/9] dm: Remove VLA usage from hashes, Kees Cook
- [PATCH v8 9/9] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK, Kees Cook
- [PATCH v8 8/9] crypto: shash: Remove VLA usage in unaligned hashing, Kees Cook
- [PATCH v8 1/9] crypto: xcbc: Remove VLA usage, Kees Cook
- [PATCH v8 2/9] crypto: cbc: Remove VLA usage, Kees Cook
- [PATCH v8 4/9] crypto: hash: Remove VLA usage, Kees Cook
- Re: [PATCH v8 0/9] crypto: Remove VLA usage, Herbert Xu
- [PATCH] crypto: arm64/sm4-ce - check for the right CPU feature bit,
Ard Biesheuvel
- [RESEND PATCH 0/2] crypto: caam - Support deferred probing of JR dependend drivers,
Marcin Niestroj
- [RFC PATCH 0/9] crypto: HPolyC support,
Eric Biggers
- [RFC PATCH 5/9] crypto: arm/chacha20 - add XChaCha20 support, Eric Biggers
- [RFC PATCH 9/9] crypto: hpolyc - add support for the HPolyC encryption mode, Eric Biggers
- [RFC PATCH 8/9] crypto: arm/poly1305 - add NEON accelerated Poly1305 implementation, Eric Biggers
- [RFC PATCH 4/9] crypto: chacha - add XChaCha12 support, Eric Biggers
- [RFC PATCH 2/9] crypto: chacha20-generic - add XChaCha20 support, Eric Biggers
- [RFC PATCH 6/9] crypto: arm/chacha20 - refactor to allow varying number of rounds, Eric Biggers
- [RFC PATCH 7/9] crypto: arm/chacha - add XChaCha12 support, Eric Biggers
- [RFC PATCH 3/9] crypto: chacha20-generic - refactor to allow varying number of rounds, Eric Biggers
- [RFC PATCH 1/9] crypto: chacha20-generic - add HChaCha20 library function, Eric Biggers
- [PATCH] crypto: remove speck, Jason A. Donenfeld
- [bug report] crypto: hisilicon - SEC security accelerator driver,
Dan Carpenter
- [PATCH 0/4] crypto: caam - ablkcipher -> skcipher conversion,
Horia Geantă
- [PATCH] crypto: caam - fix DMA mapping direction for RSA forms 2 & 3,
Horia Geantă
- [PATCH] crypto: caam/qi - fix error path in xts setkey,
Horia Geantă
- [PATCH] crypto: caam/jr - fix descriptor DMA unmapping,
Horia Geantă
- [PATCH] crypto: correct obvious misspelling "cypto-controller",
Robert P. J. Day
- [PATCH 0/2] crypto: arm64/ghash-ce - performance improvements,
Ard Biesheuvel
- [cryptodev:master 99/119] drivers/crypto/hisilicon/sec/sec_algs.c:396:5: sparse: symbol 'sec_send_request' was not declared. Should it be static?,
kbuild test robot
- [PATCH v2] crypto: x86/aegis,morus - Fix and simplify CPUID checks,
Ondrej Mosnacek
- [PATCH v7 0/9] crypto: Remove VLA usage,
Kees Cook
- [PATCH 0/9] crypto: add zbufsize() interface,
Kees Cook
- [PATCH 3/9] crypto, null: Implement zbufsize(), Kees Cook
- [PATCH 4/9] crypto, lzo: Implement zbufsize(), Kees Cook
- [PATCH 5/9] crypto, deflate: Implement zbufsize(), Kees Cook
- [PATCH 7/9] crypto, lz4: Implement zbufsize(), Kees Cook
- [PATCH 9/9] pstore: Use crypto_comp_zbufsize(), Kees Cook
- [PATCH 8/9] crypto, lz4hc: Implement zbufsize(), Kees Cook
- [PATCH 6/9] crypto, zstd: Implement zbufsize(), Kees Cook
- [PATCH 1/9] crypto: add zbufsize() interface, Kees Cook
- [PATCH 2/9] crypto, 842: implement zbufsize(), Kees Cook
- [PATCH] crypto: x86/aegis - Fix CPUID checks,
Ondrej Mosnacek
- [RFC PATCH 0/7] A General Accelerator Framework, WarpDrive,
Kenneth Lee
- [RFC PATCH 4/7] crypto: add hisilicon Queue Manager driver, Kenneth Lee
- [RFC PATCH 5/7] crypto: Add Hisilicon Zip driver, Kenneth Lee
- [RFC PATCH 6/7] crypto: add spimdev support to Hisilicon QM, Kenneth Lee
- [RFC PATCH 7/7] vfio/spimdev: add user sample for spimdev, Kenneth Lee
- Re: [RFC PATCH 0/7] A General Accelerator Framework, WarpDrive, Jerome Glisse
- RE: [RFC PATCH 0/7] A General Accelerator Framework, WarpDrive, Tian, Kevin
Re: [PATCH v1 2/3] zinc: Introduce minimal cryptography library,
Eric Biggers
[PATCH v2 0/3] crypto/arm64: aes-ce-gcm - switch to 2-way aggregation,
Ard Biesheuvel
[PATCH][RESEND] lib/mpi: remove redundant variable esign,
Colin King
[PATCH] crypto: arm64 - revert NEON yield for fast AEAD implementations,
Ard Biesheuvel
[PATCH 0/2] crypto/arm64: aes-ce-gcm - switch to 2-way aggregation,
Ard Biesheuvel
[PATCH v2 1/2] crypto: dh - fix calculating encoded key size,
Eric Biggers
[PATCH] crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair,
Ard Biesheuvel
[PATCH] crypto: ccp: Check for NULL PSP pointer at module unload,
Tom Lendacky
[PATCH] crypto: arm/chacha20 - always use vrev for 16-bit rotates,
Eric Biggers
[PATCH 0/4] crypto/arm64: reduce impact of NEON yield checks,
Ard Biesheuvel
[PATCH v6 00/18] crypto: Remove VLA usage,
Kees Cook
- [PATCH v6 10/18] x86/power/64: Remove VLA usage, Kees Cook
- [PATCH v6 11/18] dm crypt: Convert essiv from ahash to shash, Kees Cook
- [PATCH v6 12/18] drbd: Convert from ahash to shash, Kees Cook
- [PATCH v6 15/18] staging: rtl8192e: ieee80211: Convert from ahash to shash, Kees Cook
- [PATCH v6 13/18] wireless/lib80211: Convert from ahash to shash, Kees Cook
- [PATCH v6 14/18] staging: rtl8192u: ieee80211: Convert from ahash to shash, Kees Cook
- [PATCH v6 06/18] crypto: qat: Remove VLA usage, Kees Cook
- [PATCH v6 08/18] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK, Kees Cook
- [PATCH v6 09/18] ppp: mppe: Remove VLA usage, Kees Cook
- [PATCH v6 07/18] crypto: shash: Remove VLA usage in unaligned hashing, Kees Cook
- [PATCH v6 05/18] crypto alg: Introduce generic max blocksize and alignmask, Kees Cook
- [PATCH v6 04/18] dm: Remove VLA usage from hashes, Kees Cook
- [PATCH v6 03/18] crypto: hash: Remove VLA usage, Kees Cook
- [PATCH v6 01/18] crypto: xcbc: Remove VLA usage, Kees Cook
- [PATCH v6 02/18] crypto: cbc: Remove VLA usage, Kees Cook
- [PATCH v6 17/18] crypto: ccm: Remove VLA usage, Kees Cook
- [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer, Kees Cook
- [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK, Kees Cook
[PATCH 0/4] crypto: ccree: fixes and cleanups,
Gilad Ben-Yossef
[PATCH 1/4] treewide: convert ISO_8859-1 text comments to utf-8,
Arnd Bergmann
[PATCH 0/3] crypto: fix crash in scatterwalk_pagedone(),
Eric Biggers
[PATCH] crypto: skcipher - remove unnecessary setting of walk->nbytes,
Eric Biggers
[PATCH] crypto: scatterwalk - remove scatterwalk_samebuf(),
Eric Biggers
[PATCH] crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain(),
Eric Biggers
[PATCH] crypto: skcipher - fix aligning block size in skcipher_copy_iv(),
Eric Biggers
[PATCH V2 0/3] Hisilicon SEC crypto driver (hip06 / hip07),
Jonathan Cameron
[PATCH] crypto: tcrypt - reschedule during speed tests,
Horia Geantă
Re: CCREE performance on R-Car H3 + crash,
Geert Uytterhoeven
[PATCH] crypto: virtio: Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req(),
Jia-Ju Bai
[PATCH] crypto: qat: adf_aer: Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_schedule_reset(),
Jia-Ju Bai
[PATCH] crypto: cavium: nitrox: Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_context(),
Jia-Ju Bai
Does /dev/urandom now block until initialised ?,
Ken Moffat
[REPORT] Possible unnecessary usages of GFP_ATOMIC in crypto/ablkcipher.c,
Jia-Ju Bai
[PATCH] crypto: CTR DRBG - in-place cipher operation,
Stephan Müller
[PATCH] crypto: rmd320 - use swap macro in rmd320_transform,
Gustavo A. R. Silva
[PATCH] crypto: rmd256 - use swap macro in rmd256_transform,
Gustavo A. R. Silva
[PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption,
Chen Yu
- [PATCH 1/4][RFC v2] PM / Hibernate: Add helper functions for hibernation encryption, Chen Yu
- [PATCH 2/4][RFC v2] PM / hibernate: Install crypto hooks for hibernation encryption, Chen Yu
- [PATCH 4/4][RFC v2] tools: create power/crypto utility, Chen Yu
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Oliver Neukum
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Oliver Neukum
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Oliver Neukum
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Ryan Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Pavel Machek
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Oliver Neukum
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, Yu Chen
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Re: [PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption, joeyli
- Message not available
Re: INFO: task hung in tls_push_record, Dmitry Vyukov
[PATCH] random: add a config option to trust the CPU's hwrng,
Theodore Ts'o
[PATCH -v2] random: mix rdrand with entropy sent in from userspace, Theodore Ts'o
[PATCH] crypto: arm64/sha256 - increase cra_priority of scalar implementations,
Eric Biggers
[PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial,
Krzysztof Kozlowski
[PATCH v5 00/11] crypto: Remove VLA usage,
Kees Cook
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]