linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-27 21:03:29 to 2016-11-13 11:31:51 UTC [more...]

[PATCH RESEND] crypto: gf128mul - remove dead gf128mul_64k_lle code
 2016-11-13 11:31 UTC  (2+ messages)

[PATCH] crypto: dh - Consistenly return negative error codes
 2016-11-13 11:29 UTC  (2+ messages)

[PATCH] poly1305: generic C can be faster on chips with slow unaligned access
 2016-11-13 11:29 UTC  (27+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] Crypto: mv_cesa: Switch to using managed resources
 2016-11-13 11:19 UTC  (2+ messages)

[PATCH v2 00/11] getting back -Wmaybe-uninitialized
 2016-11-13 10:31 UTC  (17+ messages)
` [PATCH v2 01/11] Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
` [PATCH v2 02/11] NFSv4.1: work around -Wmaybe-uninitialized warning
` [PATCH v2 03/11] x86: apm: avoid uninitialized data
` [PATCH v2 04/11] nios2: fix timer initcall return value
` [PATCH v2 05/11] s390: pci: don't print uninitialized data for debugging
` [PATCH v2 06/11] [media] dib0700: fix nec repeat handling
` [PATCH v2 07/11] [media] rc: print correct variable for z8f0811
` [PATCH v2 08/11] crypto: aesni: shut up -Wmaybe-uninitialized warning
` [PATCH v2 09/11] [v3] infiniband: shut up a maybe-uninitialized warning
` [PATCH v2 10/11] pcmcia: fix return value of soc_pcmcia_regulator_set
` [PATCH v2 11/11] Kbuild: enable -Wmaybe-uninitialized warnings by default

[PATCH] crypto: talitos: fix spelling mistake
 2016-11-13  9:49 UTC  (2+ messages)

[PATCH] crypto: ccp - Fix handling of RSA exponent on a v5 device
 2016-11-13  9:49 UTC  (2+ messages)

[PATCH v2] crypto: caam: do not register AES-XTS mode on LP units
 2016-11-13  9:46 UTC  (2+ messages)

[PATCH V2 0/9] Enable hashing and ciphers for v5 CCP
 2016-11-13  9:39 UTC  (11+ messages)
` [PATCH V2 1/9] crypto: ccp - Fix handling of RSA exponent on a v5 device
` [PATCH V2 2/9] crypto: ccp - Update the command queue on errors
` [PATCH V2 3/9] crypto: ccp - Simplify some buffer management routines
` [PATCH V2 4/9] crypto: ccp - Add SHA-2 support
` [PATCH V2 5/9] crypto: Move RSA+MPI constructs into an #include file
` [PATCH V2 6/9] crypto: ccp - Add support for RSA on the CCP
` [PATCH V2 7/9] crypto: ccp - Enhance RSA support for a v5 CCP
` [PATCH V2 8/9] crypto: ccp - Enable support for AES GCM on v5 CCPs
` [PATCH V2 9/9] crypto: ccp - Enable 3DES function "

41307 linux-crypto
 2016-11-13  8:02 UTC 

56532 linux-crypto
 2016-11-13  0:02 UTC 

[PATCH v3] poly1305: generic C can be faster on chips with slow unaligned access
 2016-11-12 23:31 UTC 

[PATCH v3] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512
 2016-11-12 22:15 UTC 

[PATCH] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512
 2016-11-12 12:26 UTC  (3+ messages)

[PATCH 0/3] crypto: AF_ALG - AEAD memory handling fixes
 2016-11-12  2:13 UTC  (9+ messages)
` [PATCH 1/3] crypto: AF_ALG - fix AEAD tag memory handling
` [PATCH 2/3] crypto: AF_ALG - disregard AAD buffer space for output
` [PATCH 3/3] crypto: AF_ALG - fix AEAD AIO handling of zero buffer

[PATCH -next] hwrng: atmel - use clk_disable_unprepare instead of clk_disable
 2016-11-11 14:56 UTC 

Memory corruption in algif_skciper AIO sendpage with multiple iocb
 2016-11-11 14:28 UTC  (4+ messages)
` [PATCH v3] crypto: only call put_page on referenced and used pages

algif_aead: AIO broken with more than one iocb
 2016-11-11 13:46 UTC  (3+ messages)

[PATCH] crypto: nx - drop duplicate header types.h
 2016-11-11 12:50 UTC 

[PATCH] crypto: jitterentropy - drop duplicate header module.h
 2016-11-11 12:45 UTC 

[PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3
 2016-11-11 11:19 UTC  (20+ messages)
` [PATCH 1/16] crypto: skcipher - Add skcipher walk interface
` [PATCH 2/16] crypto: aes-ce-ccm - Use "
` [PATCH 3/16] crypto: lrw - Convert to skcipher
` [PATCH 4/16] crypto: xts "
` [PATCH 5/16] crypto: api - Do not clear type bits in crypto_larval_lookup
` [PATCH 6/16] crypto: cryptd - Add support for skcipher
` [PATCH 7/16] crypto: simd - Add simd skcipher helper
` [PATCH 8/16] crypto: pcbc - Convert to skcipher
` [PATCH 9/16] crypto: glue_helper - Add skcipher xts helpers
` [PATCH 10/16] crypto: testmgr - Do not test internal algorithms
` [PATCH 11/16] crypto: aesni - Convert to skcipher
` [PATCH 12/16] crypto: arm64/aes "
` [PATCH 13/16] crypto: aes-ce "
` [PATCH 14/16] crypto: cbc "
` [PATCH 15/16] crypto: cbc - Export CBC implementation
` [PATCH 16/16] crypto: aesbs - Convert to skcipher

[PATCH] nvmem: sunxi-sid: SID content is not a valid source of randomness
 2016-11-10 15:14 UTC  (7+ messages)

[PATCH 0/6] chcr: AEAD support and bug fixes
 2016-11-10  5:00 UTC  (8+ messages)
` [PATCH 6/6] Add support for AEAD algos

[PATCH] crypto: fix AEAD tag memory handling
 2016-11-10  0:26 UTC  (9+ messages)

[PATCH 00/14] crypto: caam - fixes, clean-up
 2016-11-09 23:19 UTC  (18+ messages)
` [PATCH 01/14] crypto: caam - fix AEAD givenc descriptors
` [PATCH 02/14] crypto: caam - completely remove error propagation handling
` [PATCH 03/14] crypto: caam - desc.h fixes
` [PATCH 04/14] crypto: caam - fix sparse warnings
` [PATCH 05/14] crypto: caam - fix smatch warnings
` [PATCH 06/14] crypto: caam - remove unused may_sleep in dbg_dump_sg()
` [PATCH 07/14] crypto: caam - remove unused command from aead givencrypt
` [PATCH 08/14] crypto: caam - trivial code clean-up
` [PATCH 09/14] crypto: caam - remove unreachable code in report_ccb_status()
` [PATCH 10/14] crypto: caam - fix DMA API mapping leak in ablkcipher code
` [PATCH 11/14] Revert "crypto: caam - get rid of tasklet"
` [PATCH 12/14] crypto: caam - move sec4_sg_entry to sg_sw_sec4.h
` [PATCH 13/14] crypto: caam - constify pointer to descriptor buffer
` [PATCH 14/14] crypto: caam - merge identical ahash_final/finup shared desc

[PATCH] crypto: rsa: rename two rsa key files
 2016-11-09  6:39 UTC  (3+ messages)

[PATCH] crypto: gf128mul - remove dead gf128mul_64k_lle code
 2016-11-08 12:04 UTC  (2+ messages)

[PATCH] crypto: caam: do not register AES-XTS mode on LP units
 2016-11-07 17:58 UTC  (3+ messages)
  ` AW: "

[PATCH 1/2] fscrypto: don't use on-stack buffer for filename encryption
 2016-11-07 15:44 UTC  (7+ messages)
` [PATCH 2/2] fscrypto: don't use on-stack buffer for key derivation

44225 linux-crypto
 2016-11-06 18:30 UTC 

20842 linux-crypto
 2016-11-04 17:19 UTC 

vmalloced stacks and scatterwalk_map_and_copy()
 2016-11-04 17:05 UTC  (6+ messages)

Fast Code and HAVE_EFFICIENT_UNALIGNED_ACCESS (was: [PATCH] poly1305: generic C can be faster on chips with slow unaligned access)
 2016-11-02 21:35 UTC 

[PATCH] crypto: ccp - Update the command queue on errors
 2016-11-02 15:14 UTC 

829324273 linux-crypto
 2016-11-01  9:41 UTC 

[PATCH] crypto: cryptd - Remove unused but set variable 'tfm'
 2016-11-01  0:46 UTC  (2+ messages)

[PATCH] crypto: skcipher - Get rid of crypto_spawn_skcipher2()
 2016-11-01  0:46 UTC  (2+ messages)

[PATCH] crypto: skcipher - Get rid of crypto_grab_skcipher2()
 2016-11-01  0:45 UTC  (2+ messages)

[PATCH v3] char: hw_random: atmel-rng: disable TRNG during suspend
 2016-11-01  0:44 UTC  (2+ messages)

[cryptodev:master 41/47] ERROR: "crypto_acomp_scomp_free_ctx" [crypto/acompress.ko] undefined!
 2016-11-01  0:44 UTC  (3+ messages)

[PATCH] crypto: caam: fix type mismatch warning
 2016-11-01  0:44 UTC  (2+ messages)

[PATCH] crypto: sahara: fix typo "Decidated" -> "Dedicated"
 2016-11-01  0:43 UTC  (2+ messages)

[PATCH -next] crypto: drop pointless static qualifier in atmel_aes_probe()
 2016-11-01  0:43 UTC  (2+ messages)

[PATCH] hwrng: core - zeroize buffers with random data
 2016-11-01  0:42 UTC  (2+ messages)

[PATCH 0/3] crypto: testmgr - Add missing tests for internal sha*-mb implementations
 2016-11-01  0:32 UTC  (2+ messages)

[PATCH 0/5] ARM: add module autoloading support for crypto modules
 2016-10-31 16:13 UTC  (4+ messages)
` [PATCH 1/5] ARM: wire up HWCAP2 feature bits to the CPU modalias

51407843978 linux-crypto
 2016-10-31 12:05 UTC 

双11预售专场已经开启!低至五折,双十一前囤货高峰!
 2016-10-31  9:01 UTC 

[RESEND][PATCH] crypto: caam: add support for iMX6UL
 2016-10-31  8:20 UTC  (2+ messages)

9387721 linux-crypto
 2016-10-30 13:49 UTC 

[PATCH v2] crypto: mxs-dcp - Remove hash support
 2016-10-29 15:25 UTC  (5+ messages)

[PATCH] crypto: mxs-dcp - Remove hash support
 2016-10-28 20:05 UTC  (3+ messages)

Alignment of shash input buffers?
 2016-10-28 17:28 UTC 

ahash and crc32c
 2016-10-28 12:46 UTC  (2+ messages)

[PATCH] sunrpc: don't pass on-stack memory to sg_set_buf
 2016-10-28 13:22 UTC  (6+ messages)

[PATCH] crypto: acomp: export all scomp interfaces
 2016-10-28 10:36 UTC  (3+ messages)

[PATCH stable 3.10.y 00/18] Backport crypto fixes
 2016-10-27 14:29 UTC  (2+ messages)
` [PATCH stable 3.10.y 17/18] crypto: cryptd - initialize child shash_desc on import

[ANNOUNCE] libkcapi v0.12.0 released
 2016-10-27 23:04 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).