linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-04 17:35:19 to 2016-08-14 18:11:14 UTC [more...]

[RFC][PATCH] RANDOM: ATH9K RNG delivers zero bits of entropy
 2016-08-14 18:11 UTC  (14+ messages)
` [PATCH v2] "

JZ4780 RNG and entropy depletion
 2016-08-14  5:33 UTC 

[PATCH v6 0/5] /dev/random - a new approach
 2016-08-12 19:22 UTC  (11+ messages)
` [PATCH v6 1/5] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v6 2/5] random: conditionally compile code depending on LRNG
` [PATCH v6 3/5] crypto: Linux Random Number Generator
` [PATCH v6 4/5] crypto: LRNG - enable compile
` [PATCH v6 5/5] crypto: LRNG - add ChaCha20 support

[PATCH] crypto: fix ctx pointer in sha512-mb
 2016-08-12 16:18 UTC  (2+ messages)

[PATCH] crypto: fix ctx pointer and digest copy in sha256-mb
 2016-08-12 16:17 UTC  (2+ messages)

FIPS self test failures (kernel panic) in kernel-4.7
 2016-08-12 13:11 UTC  (2+ messages)

FIPS mode: modprobe: ERROR: could not insert 'drbg'
 2016-08-12  8:43 UTC  (10+ messages)
      ` [PATCH] crypto: DRBG: do not call drbg_instantiate in healt test
          ` [PATCH] crypto: XTS - remove test that will fail in FIPS mode

[PATCH -next] crypto: ccp - Fix non static symbol warning
 2016-08-12  0:00 UTC 

Data type for aio_buf under X32?
 2016-08-11 17:55 UTC 

D'oh! (Re: robot build error)
 2016-08-11 14:21 UTC 

[PATCH 1/2] ath9k: change entropy formula for easier understanding
 2016-08-11 13:14 UTC  (29+ messages)
` [PATCH 2/2] ath9k: disable RNG by default

[PATCH] X.509: Fix double free in x509_cert_parse()
 2016-08-11 12:18 UTC 

[PATCH] crypto: CCP - build error: label 'e_hwrng' undefined
 2016-08-10 17:45 UTC 

[PATCH 1/6] crypto: sun4i-ss: fix a few signed warning
 2016-08-10  9:45 UTC  (6+ messages)
` [PATCH 2/6] crypto: sun4i-ss: unify update/final function
` [PATCH 3/6] crypto: sun4i-ss: clean unused ss
` [PATCH 4/6] crypto: sun4i-ss: fix spelling
` [PATCH 5/6] crypto: sun4i-ss: Always use sun4i_tfm_ctx for storing pointer to dev ss
` [PATCH 6/6] crypto: sun4i-ss: fix indentation of two crypto alg

[cryptodev:master 17/45] drivers/crypto/ccp/ccp-dev-v5.c:838:3: error: label 'e_hwrng' used but not defined
 2016-08-10 16:48 UTC  (2+ messages)

[PATCH v2] KEYS: add SP800-56A KDF support for DH
 2016-08-10  5:16 UTC  (23+ messages)
` [PATCH v2] DH support: add KDF handling support
  ` [PATCH v3] "
      ` [PATCH v4] "
` [PATCH v4 0/4] crypto: Key Derivation Function (SP800-108)
  ` [PATCH v4 1/4] crypto: add template handling for RNGs
  ` [PATCH v4 2/4] crypto: kdf - add known answer tests
  ` [PATCH v4 3/4] crypto: kdf - SP800-108 Key Derivation Function
  ` [PATCH v4 4/4] crypto: kdf - enable compilation
` [PATCH v3] KEYS: add SP800-56A KDF support for DH
    ` [PATCH v4] "

[PATCH] crypto: fix a little typo
 2016-08-10  9:29 UTC 

How best to {en,de}crypt between sk_buff and iov_iter?
 2016-08-10  9:12 UTC 

[PATCH] hwrng: core - Allow for multiple simultaneous active hwrng devices
 2016-08-09 23:26 UTC  (8+ messages)

RSA key size not allowed in FIPS
 2016-08-09 16:08 UTC  (9+ messages)

testmgr.h
 2016-08-09 13:31 UTC  (2+ messages)

[PATCH v5 0/4] crypto: Key Derivation Function (SP800-108)
 2016-08-09 12:28 UTC  (5+ messages)
` [PATCH v5 1/4] crypto: add template handling for RNGs
` [PATCH v5 2/4] crypto: kdf - add known answer tests
` [PATCH v5 3/4] crypto: kdf - SP800-108 Key Derivation Function
` [PATCH v5 4/4] crypto: kdf - enable compilation

[PATCH] crypto: crc32c-vpmsum - Convert to CPU feature based module autoloading
 2016-08-09 11:26 UTC  (6+ messages)
`  "

[PATCH 0/7] Various fixes for the cesa driver
 2016-08-09 11:05 UTC  (10+ messages)
` [PATCH 1/7] crypto: marvell: be explicit about destination in mv_cesa_dma_add_op()
` [PATCH 2/7] crypto: marvell: remove unused parameter in mv_cesa_ahash_dma_add_cache()
` [PATCH 3/7] crypto: marvell: turn mv_cesa_ahash_init() into a function returning void
` [PATCH 4/7] crypto: marvell: make mv_cesa_ahash_cache_req() return bool
` [PATCH 5/7] crypto: marvell - Update transformation context for each dequeued req
` [PATCH 6/7] crypto: marvell - Don't overwrite default creq->state during initialization
` [PATCH 7/7] crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req

[PATCH] crypto: caam - avoid kernel warnings on probe failure
 2016-08-09 11:03 UTC  (2+ messages)

[PATCH 00/11] Further iMX CAAM updates
 2016-08-09 11:02 UTC  (14+ messages)
` [PATCH 01/11] crypto: caam: fix DMA API mapping leak
` [PATCH 02/11] crypto: caam: ensure descriptor buffers are cacheline aligned
` [PATCH 03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc
` [PATCH 04/11] crypto: caam: mark the hardware descriptor as cache line aligned
` [PATCH 05/11] crypto: caam: replace sec4_sg pointer with array
` [PATCH 06/11] crypto: caam: ensure that we clean up after an error
` [PATCH 07/11] crypto: caam: check and use dma_map_sg() return code
` [PATCH 08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation
` [PATCH 09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc()
` [PATCH 10/11] crypto: caam: add ahash_edesc_add_src()
` [PATCH 11/11] crypto: caam: get rid of tasklet

[PATCH v2 0/7] crypto: img-hash - fixes and interface changes
 2016-08-09 11:02 UTC  (9+ messages)
` [PATCH v2 1/7] crypto: img-hash - Fix null pointer exception
` [PATCH v2 2/7] crypto: img-hash - Fix hash request context
` [PATCH v2 3/7] crypto: img-hash - Reconfigure DMA Burst length
` [PATCH v2 4/7] crypto: img-hash - Add suspend resume hooks for img hash
` [PATCH v2 5/7] crypto: img-hash - Add support for export and import
` [PATCH v2 6/7] crypto: img-hash - log a successful probe
` [PATCH v2 7/7] crypto: img-hash - Fix set_reqsize call

[PATCH] crypto/testmgr.c: fix !x==y confusion
 2016-08-09 11:01 UTC  (2+ messages)

[PATCH 00/10] Enablement of a v5 CCP
 2016-08-09 11:01 UTC  (2+ messages)

[PATCH] crypto: ccp - Fix non-conforming comment style
 2016-08-09 11:00 UTC  (2+ messages)

[PATCH 0/2] Fix a resource release omission in error handling code
 2016-08-09 10:59 UTC  (2+ messages)

[PATCH v2] crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC
 2016-08-09 10:36 UTC  (2+ messages)

AF_ALG broken?
 2016-08-09 10:35 UTC  (12+ messages)

[PATCHv3 00/11] crypto: omap HW crypto fixes
 2016-08-09 10:06 UTC  (3+ messages)
` [PATCHv3 03/11] crypto: omap-sham: implement context export/import APIs

AF_ALG zero-size hash fails
 2016-08-09  9:45 UTC  (2+ messages)

[PATCH 0/2] crypto: caam - authenc fixes
 2016-08-08 16:06 UTC  (4+ messages)
` [PATCH 1/2] crypto: caam - fix echainiv(authenc) encrypt shared descriptor
` [PATCH 2/2] crypto: caam - defer aead_set_sh_desc in case of zero authsize

[PATCH] crypto: sha3 - Add missing ULL suffixes for 64-bit constants
 2016-08-08 16:06 UTC  (2+ messages)

Announce loop-AES-v3.7i file/swap crypto package
 2016-08-07 16:32 UTC 

澳门金沙集团全球最大博彩公司,我们一直被模仿,但从未被超越(AD)!
 2016-08-06  5:38 UTC 

linux-crypto
 2016-08-05 17:14 UTC 

澳门金沙集团,电子游艺等您来战,谁是真正的打“虎”英雄!(AD)
 2016-08-05 15:51 UTC 

澳门金沙集团,真人娱乐 1元起 反水1.8%无上限!(AD)
 2016-08-05  6:39 UTC 


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).