Linux Cryptography
[Prev Page][Next Page]
- Re: [PATCH] crypto: AEAD: add check for presence of auth tag, (continued)
- [PATCH] crypto: sha-mb - Add avx2_supported check.,
Vinson Lee
- [PATCH v6 0/4] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
- [PATCH] crypto: AF_ALG: zeroize key data,
Stephan Mueller
- [0/5] hwrng: Fix kref warning and underlying bugs,
Herbert Xu
- Using separate initcall level for crypto subsystem,
Marcel Holtmann
- [PATCH 0/5] MIPS/crypto: MD5 for OCTEON,
Aaro Koskinen
- [PATCH] crypto: af_alg: fix backlog handling,
Rabin Vincent
- algif_hash: splice of data > 2**16,
Stephan Mueller
- [PATCH] crypto: ux500: fix checkpatch errors, Asaf Vertz
- [PATCH] crypto: qat - add support for cbc(aes) ablkcipher,
Tadeusz Struk
- [PATCH] crypto: qat - Fix assumption that sg in and out will have the same nents, Tadeusz Struk
- [PATCH v3] crypto: algif - Mark sgl end at the end of data,
Tadeusz Struk
- [PATCH v5 REPOST 0/6] fix hw_random stuck,
Amos Kong
- [PATCH v5 0/8] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
- [PATCH v2 00/25] Multiple changes to crypto/ansi_cprng.c,
George Spelvin
- [PATCH v2 01/25] crypto: ansi_cprng - unroll _get_more_prng_bytes, George Spelvin
- [PATCH v2 02/25] crypto: ansi_cprng - Additional _get_more_prng_bytes cleanup, George Spelvin
- [PATCH v2 04/25] crypto: ansi_cprng - Make debug output more like NIST test vectors, George Spelvin
- [PATCH v2 03/25] crypto: ansi_cprng - Use %phN rather than print_hex_dump for debug, George Spelvin
- [PATCH v2 07/25] crypto: ansi_cprng - Shrink context some more, George Spelvin
- [PATCH v2 08/25] crypto: ansi_cprng - Don't call reset_prng_context from cprng_init, George Spelvin
- [PATCH v2 06/25] crypto: ansi_cprng - Make cont_test a bool, George Spelvin
- [PATCH v2 05/25] crypto: ansi_cprng - Eliminate ctx->I and ctx->last_rand_data, George Spelvin
- [PATCH v2 10/25] crypto: ansi_cprng - Use u8 data types consistently internally, George Spelvin
- [PATCH v2 17/25] crypto: testmgr - Don't crash if CPRNG test result is large, George Spelvin
- [PATCH v2 18/25] crypto: testmgr - Add CPRNG stutter test., George Spelvin
- [PATCH v2 09/25] crypto: ansi_cprng - Make length types consistent, George Spelvin
- [PATCH v2 12/25] crypto: ansi_cprng - Get rid of rdata buffer in fips_cprng_reset, George Spelvin
- [PATCH v2 14/25] crypto: tcrypt - Add const qualifiers all over the test code., George Spelvin
- [PATCH v2 19/25] crypto: ansi_cprng - simplify get_prng_bytes, George Spelvin
- [PATCH v2 20/25] crypto: ansi_cprng - simplify xor_vectors() to xor_block(), George Spelvin
- [PATCH v2 13/25] crypto: Add appropriate consts to RNG API, George Spelvin
- [PATCH v2 23/25] crypto: ansi_cprng - Introduce a "union cipherblock", George Spelvin
- [PATCH v2 22/25] crypto: ansi_cprng - Tweak comments, George Spelvin
- [PATCH v2 15/25] crypto: testmgr - Merge seed arrays in struct cprng_testvec, George Spelvin
- [PATCH v2 21/25] crypto: ansi_cprng - Rename rand_data_valid more sensibly, George Spelvin
- [PATCH v2 25/25] crypto: ansi_cprng - If non-deterministic, don't buffer old output, George Spelvin
- [PATCH v2 16/25] crypto: testmgr - Report failure on zero-length crypto_rng_get_bytes, George Spelvin
- [PATCH v2 11/25] crypto: ansi_cprng - Eliminate unused PRNG_FIXED_SIZE flag, George Spelvin
- [PATCH v2 24/25] crypto: ansi_cprng - Introduce non-deterministic mode, George Spelvin
- Re: [PATCH v2 00/25] Multiple changes to crypto/ansi_cprng.c, Stephan Mueller
- [RESEND][PATCH] crypto: drbg - panic on continuous self test error,
Stephan Mueller
- [PATCH] staging: crypto: fixed style erro in algapi.c, Joshua I. James
- [PATCH] staging: crypto: fixed style error in ahash.c,
Joshua I. James
- [PATCH] staging: crypto: fixed style error in af_alg.c,
Joshua I. James
- [PATCH] staging: crypto: fixed style error in aead.c,
Joshua I. James
- [PATCH] staging: crypto: fixed style errors in ablkcipher.c,
Joshua I. James
- [PATCH] CRYPTO: atmel_sha: remove unused shash fallback instance,
Svenning Sørensen
- crypto: tcrypt - Allow speed testing of arbitrary hash functions, Herbert Xu
- [PATCH v4 0/5] crypto: AF_ALG: add AEAD and RNG support,
Stephan Mueller
- [PATCH] crypto: qat - fix problem with coalescing enable logic,
Tadeusz Struk
- [PATCH v2] crypto: algif - Mark sgl end at the end of data,
Tadeusz Struk
- re: crypto: qat - Intel(R) QAT transport code,
Dan Carpenter
- [QUESTION] How is the backlog supposed to be used?,
Steffen Trumtrar
- [PATCH v4 0/4] crypto: sahara - SHA support,
Steffen Trumtrar
- [PATCH 0/8] replace memset by memzero_explicit,
Julia Lawall
- [PATCH] crypto: algif_skcipher - initialize upon init request,
Stephan Mueller
- Is ansi_cprng.c supposed to implement X9.17/X9.31's RNG?,
George Spelvin
- Re: Is ansi_cprng.c supposed to implement X9.17/X9.31's RNG?, George Spelvin
- Re: Is ansi_cprng.c supposed to implement X9.17/X9.31's RNG?, Neil Horman
- [PATCH 00/17] Multiple changes to crypto/ansi_cprng.c, George Spelvin
- [PATCH 01/17] crypto: ansi_cprng - Rename rand_data_valid more sensibly, George Spelvin
- [PATCH 02/17] crypto: ansi_cprng - Eliminate ctx->last_rand_data, George Spelvin
- [PATCH 03/17] crypto: ansi_cprng - Eliminate ctx->I, George Spelvin
- PATCH 04/17] crypto: ansi_cprng - simplify xor_vectors() to xor_block(), George Spelvin
- [PATCH 05/17] crypto: ansi_cprng - Add const annotations to hexdump(), George Spelvin
- [PATCH 06/17] crypto: ansi_cprng - Eliminate unused PRNG_FIXED_SIZE flag, George Spelvin
- [PATCH 07/17] crypto: ansi_cprng - Shrink rand_read_pos & flags, George Spelvin
- [PATCH 08/17] crypto: ansi_cprng - Require non-null key & V in reset_prng_context, George Spelvin
- [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
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]