Linux Cryptography
[Prev Page][Next Page]
- [PATCH 09/17] crypto: ansi_cprng - Clean up some variable types, (continued)
- [PATCH 09/17] crypto: ansi_cprng - Clean up some variable types, George Spelvin
- [PATCH 10/17] crypto: ansi_cprng - simplify get_prng_bytes, George Spelvin
- [PATCH 11/17] crypto: ansi_cprng - unroll _get_more_prng_bytes, George Spelvin
- [PATCH 12/17] crypto: ansi_cprng - Create a "block buffer" data type, George Spelvin
- [PATCH 13/17] crypto: ansi_cprng - If DT is not provided, use a fresh timestamp, George Spelvin
- [PATCH 14/17] crypto: ansi_cprng - If DT is omitted, don't buffer old output, George Spelvin
- [PATCH 15/17] crypto: testmgr - Teach test_cprng to handle non-default seed sizes, George Spelvin
- [PATCH 16/17] crypto: testmgr - Merge seed arrays in struct cprng_testvec, George Spelvin
- [PATCH 17/17] crypto: ansi_cprng - Shrink default seed size, George Spelvin
- Re: [PATCH 00/17] Multiple changes to crypto/ansi_cprng.c, Neil Horman
- Is ansi_cprng.c supposed to be an implmentation of X9.31?,
George Spelvin
- [PATCH] crypto: algif - Mark sgl end at the end of data,
Tadeusz Struk
- [PATCH] crypto: algif - removed unneeded code,
Tadeusz Struk
- crypto: algif_skcipher - Fixed blocking recvmsg,
Herbert Xu
- [PATCH v2] crypto: drbg: use memzero_explicit() for clearing sensitive data,
Nickolaus Woodruff
- [PATCH] crypto: drbg - use MODULE_ALIAS_CRYPTO,
Stephan Mueller
- [PATCH v3] crypto: include crypto- module prefix in template,
Kees Cook
- [PATCH v2] crypto: include crypto- module prefix in template,
Kees Cook
- [PATCH] crypto: user - add MODULE_ALIAS,
Stephan Mueller
- [PATCH] crypto: include crypto- module prefix in template,
Kees Cook
- [PATCH] crypto: drbg: use memzero_explicit() for clearing sensitive data,
Nickolaus Woodruff
- [patch] crypto: sha-mb - remove a bogus NULL check,
Dan Carpenter
- [PATCH] crytpo: qat - Fix 64 bytes requests,
Tadeusz Struk
- [PATCH] crypto: algif - Mark sgl end at the end of data.,
Tadeusz Struk
- [PATCH v2 0/9] Replace smp_read_barrier_depends() with lockless_derefrence(), Pranith Kumar
- [PATCH v3 0/7] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
- [PATCH v3] crypto: prefix module autoloading with "crypto-",
Kees Cook
- [PATCH RESEND v2 0/4] hwrng: atmel: add DT support,
Nicolas Ferre
- [PATCH] bfin_crc: don't include linux/unaligned/access_ok.h,
Johannes Berg
- [PATCH] arm64: crypto: Add ARM64 CRC32 hw accelerated module,
Yazen Ghannam
[PATCH crypto-next] crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit(),
Daniel Borkmann
[PATCH RESEND 0/4] ARM: at91: remove at91sam9g45/9m10 legacy board support,
Boris Brezillon
[PATCH 1/1] crypto-drbg: Deletion of unnecessary checks before the function call "kzfree",
SF Markus Elfring
[PATCH V2 0/2] crypto: Add support for the IMG hash accelerator,
James Hartley
[PATCH v2] crypto: prefix module autoloading with "crypto-",
Kees Cook
[PATCH] crypto: Fix a typo in ahash.c,
Terence Eden
[PATCH] "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code.,
Terence Eden
[PATCH 1/2] scripts/coccinelle: catch freeing cryptographic structures via kfree,
Konstantin Khlebnikov
[PATCH v2 00/10] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
- [PATCH v2 09/10] crypto: AF_ALG: user space interface for hash info, Stephan Mueller
- [PATCH v2 03/10] crypto: AF_ALG: extend data structuers for AEAD, Stephan Mueller
- [PATCH v2 01/10] crypto: AF_ALG: add user space interface for AEAD, Stephan Mueller
- [PATCH v2 02/10] crypto: AF_ALG: user space interface for cipher info, Stephan Mueller
- [PATCH v2 04/10] crypto: AF_ALG: crypto API calls to inline functions, Stephan Mueller
- [PATCH v2 05/10] crypto: AF_ALG: add AEAD support, Stephan Mueller
- [PATCH v2 06/10] crypto: AF_ALG: make setkey optional, Stephan Mueller
- [PATCH v2 07/10] crypto: AF_ALG: add random number generator support, Stephan Mueller
- [PATCH v2 08/10] crypto: AF_ALG: enable RNG interface compilation, Stephan Mueller
- [PATCH v2 10/10] crypto: AF_ALG: document the user space interface, Stephan Mueller
[PATCH] crypto: prefix module autoloading with "crypto-",
Kees Cook
[PATCH] crypto: qat - Use memzero_explicit,
Tadeusz Struk
simd: Allow simd use in kernel threads with softirqs disabled,
Herbert Xu
[PATCH] crypto: Documentation - document uncovered member variables,
Stephan Mueller
[RFC PATCH 00/16] Replace smp_read_barrier_depends() with lockless_derefrence(),
Pranith Kumar
Re: [RFC PATCH 00/16] Replace smp_read_barrier_depends() with lockless_derefrence(), Paul E. McKenney
[PATCH 0/8] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
[PATCH] crypto: aesni-intel - avoid IPsec re-ordering,
Ming Liu
[PATCH v3 00/13] crypto: Documentation of kernel crypto API,
Stephan Mueller
- [PATCH v3 13/13] crypto: Documentation - HASH API documentation, Stephan Mueller
- [PATCH v3 10/13] crypto: Documentation - AEAD API documentation, Stephan Mueller
- [PATCH v3 02/13] crypto: Documentation - compile crypto API spec, Stephan Mueller
- [PATCH v3 01/13] crypto: Documentation - crypto API high level spec, Stephan Mueller
- [PATCH v3 03/13] crypto: Documentation - userspace interface spec, Stephan Mueller
- [PATCH v3 04/13] crypto: Documentation - RNG API documentation, Stephan Mueller
- [PATCH v3 05/13] crypto: Documentation - hash data structures, Stephan Mueller
- [PATCH v3 06/13] crypto: Documentation - AHASH API documentation, Stephan Mueller
- [PATCH v3 07/13] crypto: Documentation - SHASH API documentation, Stephan Mueller
- [PATCH v3 08/13] crypto: Documentation - cipher data structures, Stephan Mueller
- [PATCH v3 09/13] crypto: Documentation - ABLKCIPHER API documentation, Stephan Mueller
- [PATCH v3 11/13] crypto: Documentation - BLKCIPHER API documentation, Stephan Mueller
- [PATCH v3 12/13] crypto: Documentation - CIPHER API documentation, Stephan Mueller
- Re: [PATCH v3 00/13] crypto: Documentation of kernel crypto API, Herbert Xu
[PATCH] crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede),
Catalin Vasile
[PATCH 0/2] crypto: zeroization of buffers,
Stephan Mueller
Asynchronous usage of PCOMPRESS,
Tom Lendacky
[PATCH 0/2] crypto: Add support for the IMG hash accelerator,
James Hartley
crypto: algif - avoid excessive use of socket buffer in skcipher,
Ondrej Kozina
crypto: zeroization of sensitive data in af_alg,
Stephan Mueller
libkcapi: First release of kernel crypto API userspace library, Stephan Mueller
crypto: algif_skcipher: check for IV size superfluous?,
Stephan Mueller
[PATCH RFC 0/4] crypto: qat - Add userspace access to QAT services,
Tadeusz Struk
[PATCH] crypto: ux500/hash: Silence compiler warning for !CONFIG_PM, Ulf Hansson
[PATCH] crypto: ux500/cryp: Silence compiler warning for !CONFIG_PM,
Ulf Hansson
[PATCH] crypto: drbg - add MODULE_ALIAS for all DRBG types,
Stephan Mueller
[PATCH v2] arm64/crypto: use crypto instructions to generate AES key schedule, Ard Biesheuvel
[PATCH v2 00/11] crypto: Documentation of kernel crypto API,
Stephan Mueller
- [PATCH v2 11/11] crypto: Documentation - HASH API documentation, Stephan Mueller
- [PATCH v2 07/11] crypto: Documentation - ABLKCIPHER API documentation, Stephan Mueller
- [PATCH v2 05/11] crypto: Documentation - SHASH API documentation, Stephan Mueller
- [PATCH v2 03/11] crypto: Documentation - RNG API documentation, Stephan Mueller
- [PATCH v2 01/11] crypto: Documentation - crypto API high level spec, Stephan Mueller
- [PATCH v2 02/11] crypto: Documentation - userspace interface spec, Stephan Mueller
- [PATCH v2 04/11] crypto: Documentation - AHASH API documentation, Stephan Mueller
- [PATCH v2 06/11] crypto: Documentation - documentation of crypto_alg, Stephan Mueller
- [PATCH v2 08/11] crypto: Documentation - AEAD API documentation, Stephan Mueller
- [PATCH v2 09/11] crypto: Documentation - BLKCIPHER API documentation, Stephan Mueller
- [PATCH v2 10/11] crypto: Documentation - CIPHER API documentation, Stephan Mueller
[PATCH] crypto: caam: fix error reporting,
Cristian Stoica
[PATCH 1/4] crypto: caam - add support for ctr(aes),
Catalin Vasile
[PATCH] crypto: caam - add support for rfc4543(gcm(aes)),
Tudor Ambarus
[PATCH] crypto: caam: fix missing dma unmap on error path,
Cristian Stoica
[PATCH 9/9] Disable ccm and ccm4309 in fips mod,
Leonidas S. Barbosa
[PATCH 8/9] Fixing the limit number of bytes to be processed, Leonidas S. Barbosa
[PATCH 7/9] Fix SHA concurrence issue and sg limit bounds, Leonidas S. Barbosa
[PATCH 6/9] Moving NX-AES-XCBC to be processed logic, Leonidas S. Barbosa
[PATCH 5/9] Moving NX-AES-GCM to be processed logic, Leonidas S. Barbosa
[PATCH 4/9] Moving NX-AES-ECB to be processed logic, Leonidas S. Barbosa
[PATCH 3/9] Moving limit and bound logic in CTR and fix IV vector, Leonidas S. Barbosa
[PATCH 2/9] Moving NX-AES-CCM to be processed logic and sg_list bounds, Leonidas S. Barbosa
[PATCH 1/9] Moving NX-AES-CBC to be processed logic, Leonidas S. Barbosa
[PATCH 0/9] NX crypto driver fixes,
Leonidas S. Barbosa
[PATCH v3 0/3] crypto: sahara - SHA1/256 support,
Steffen Trumtrar
[PATCH] caam: caamalg - fix output sequence contiguity check,
Tudor Ambarus
Re: [RFC] tcp md5 use of alloc_percpu,
Crestez Dan Leonard
[PATCH v3 01/59] crypto: ux500: Use dmaengine_terminate_all API, Maxime Ripard
[PATCH] arm64/crypto: use crypto instructions for generating AES key schedule,
Ard Biesheuvel
[cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting",
Bruce Allan
[PATCH] crypto: qat - Move BAR definitions to device specific module,
Tadeusz Struk
[PATCH] aesni-intel_glue.c: remove unnecessary #define,
Valentin Rothberg
Re: 3.17 regression; alg: skcipher: Chunk test 1 failed on encryption at page 0 for ecb-aes-padlock,
Ard Biesheuvel
[PATCH v5] crypto: Add Allwinner Security System crypto accelerator,
LABBE Corentin
Re: randconfig build error with next-20141015, in crypto, Herbert Xu
[cryptodev PATCH] qat: cleanup coccicheck warning - NULL check before freeing functions,
Bruce Allan
[cryptodev PATCH] qat: cleanup unnecessary break checkpatch warning,
Bruce Allan
[cryptodev PATCH] qat: fix bad unlock balance,
Bruce Allan
[PATCH] crypto: drbg - use crypto_inc,
Stephan Mueller
[PATCH] kernel crypto API interface specification,
Stephan Mueller
[GIT PULL] LLVMLinux patches for v3.18, Behan Webster
[PATCH v2 0/2] crypto: qat - Fix for invalid dma mapping and numa,
Tadeusz Struk
[PATCH 1/2] crypto: caam - add support for gcm(aes),
Tudor Ambarus
[PATCH 0/2] crypto: qat - Fix for invalid dma mapping and numa,
Tadeusz Struk
[PATCH] crypto, qat, use generic numa functions,
Prarit Bhargava
[PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c,
Masanari Iida
[PATCH v2 0/2] crypto: sahara - SHA1/256 support,
Steffen Trumtrar
[PATCH] Crypto: gf128mul : fixed a parentheses coding style issue,
Mike Roocroft
memset() in crypto code?,
Sandy Harris
inconsistent handling of unaligned hash inputs,
David Miller
[PATCH 0/3] crypto: aesni - fix and re-enable "by8" CTR variant,
Mathias Krause
[PATCH v4 00/12] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM,
behanw
- [PATCH v4 02/12] btrfs: LLVMLinux: Remove VLAIS, behanw
- [PATCH v4 10/12] crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c, behanw
- [PATCH v4 12/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c, behanw
- [PATCH v4 11/12] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c, behanw
- [PATCH v4 09/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c, behanw
- [PATCH v4 04/12] crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c, behanw
- [PATCH v4 08/12] crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt, behanw
- [PATCH v4 03/12] crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c, behanw
- [PATCH v4 07/12] crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c, behanw
- [PATCH v4 06/12] crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c, behanw
- [PATCH v4 01/12] crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code, behanw
- [PATCH v4 05/12] crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c, behanw
tcrypt rfc4309 ccm test keys size issue, Leonidas S. Barbosa
RFC possible changes for Linux random device,
Sandy Harris
[PATCH 3.13 056/187] crypto: ux500 - make interrupt mode plausible, Kamal Mostafa
[3.13.y.z extended stable] Patch "crypto: ux500 - make interrupt mode plausible" has been added to staging queue, Kamal Mostafa
v3.17-rc5: alg: skcipher: Test 4 failed on encryption for ctr-aes-aesni,
Romain Francoise
[PATCH v3 00/12] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM,
behanw
- [PATCH v3 05/12] crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c, behanw
- [PATCH v3 08/12] crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt, behanw
- [PATCH v3 12/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c, behanw
- [PATCH v3 10/12] crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c, behanw
- [PATCH v3 11/12] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c, behanw
- [PATCH v3 09/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c, behanw
- [PATCH v3 07/12] crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c, behanw
- [PATCH v3 04/12] crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c, behanw
- [PATCH v3 06/12] crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c, behanw
- [PATCH v3 03/12] crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c, behanw
- [PATCH v3 02/12] btrfs: LLVMLinux: Remove VLAIS, behanw
- [PATCH v3 01/12] crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code, behanw
[PATCH 0/3] crypto: qat: Qat driver fixes.,
Tadeusz Struk
Re: slab kmalloc guard patch uncovers potential issue with crypto, triggered by cryptomgr_test, Matt
[PATCH] crypto: talitos: Avoid excessive loops in softirq context,
Helmut Schaa
Re: [PATCH] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c,
Dmitry Kasatkin
[PATCH v2] crypto: memzero_explicit - make sure to clear out sensitive data,
Daniel Borkmann
[PATCH] crypto: memzero_explicit - make sure to clear out sensitive data,
Daniel Borkmann
[PATCH v2] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c, behanw
[PATCH v2] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c, behanw
[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c, behanw
[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c, behanw
[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c, behanw
[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c, behanw
[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c, behanw
[PATCH] crypto: ccp - Check for CCP before registering crypto algs,
Tom Lendacky
AF_ALG inadvertently disabled,
Scot Doyle
[PATCH 3.10 27/55] crypto: ux500 - make interrupt mode plausible, Greg Kroah-Hartman
[PATCH 3.14 38/88] crypto: ux500 - make interrupt mode plausible, Greg Kroah-Hartman
[PATCH 3.16 054/125] crypto: ux500 - make interrupt mode plausible, Greg Kroah-Hartman
[patch added to the 3.12 stable tree] crypto: ux500 - make interrupt mode plausible, Jiri Slaby
[PATCH 3.12 42/56] crypto: ux500 - make interrupt mode plausible, Jiri Slaby
[PATCH RFC 0/6] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM,
behanw
[PATCH] crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.,
Nitesh Narayan Lal
Re: linux-next: Tree for Aug 26 (drbg),
Randy Dunlap
[PATCH] DRBG: fix sparse warning for cpu_to_be[32|64],
Stephan Mueller
Linux-crypto: Do we have AES-CBC implementation using Intel SSSE3?, Shuai Xiao
[PATCH] avoid excessive use of socket buffer in skcipher,
Ondrej Kozina
[PATCH] arm64/crypto: remove redundant update of data,
Colin King
[PATCH] drivers: crypto: mv_cesa.h: Add missing #define,
Rasmus Villemoes
[PATCH 1/2] crypto: lz4,lz4hc - fix decompression,
KOVACS Krisztian
[PATCH] crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix(),
Alexander Gordeev
[PATCH 1/2] crypto: sahara - add support for i.MX53,
Steffen Trumtrar
Kernel crypto API: cryptoperf performance measurement,
Stephan Mueller
[PATCH 0/8] DRBG: efficiency patches,
Stephan Mueller
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]