linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-05 10:31:59 to 2015-02-01 18:31:11 UTC [more...]

[PATCH 0/3] crypto: algif - change algif_skcipher to be asynchronous
 2015-02-01 18:31 UTC  (6+ messages)
` [PATCH 1/3] net: socket: enable async read and write
` [PATCH 2/3] crypto: af_alg - Allow to link sgl
` [PATCH 3/3] crypto: algif - change algif_skcipher to be asynchronous

trust you
 2015-02-01 10:22 UTC 

[PATCH v2 3/3] SHA256 for PPC/SPE - kernel config
 2015-01-30 14:39 UTC 

[PATCH v2 2/3] SHA256 for PPC/SPE - glue
 2015-01-30 14:39 UTC 

[PATCH v2 1/3] SHA256 for PPC/SPE - assembler
 2015-01-30 14:39 UTC 

[PATCH v2 0/3] SHA256 for PPC/SPE
 2015-01-30 14:39 UTC 

[PATCH v1 0/3] SHA256 for PPC/SPE
 2015-01-30 13:41 UTC  (2+ messages)
  ` AW: "

[PATCH v12 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-29 20:26 UTC  (3+ messages)
` [PATCH v12 1/2] crypto: AF_ALG: add AEAD support
  ` [PATCH v12 2/2] crypto: AF_ALG: enable AEAD interface compilation

[PATCH V2 1/2] crypto: Add Imagination Technologies hw hash accelerator
 2015-01-28 19:19 UTC  (3+ messages)

[PATCH] crypto: tcrypt: do not allocate iv on stack for aead speed tests
 2015-01-28 11:07 UTC 

[PATCH] crypto: testmgr: limit IV copy length in aead tests
 2015-01-28  9:03 UTC 

[PATCH] MPILIB: avoid assembler warning
 2015-01-28 16:42 UTC  (2+ messages)

[PATCH] crypto: tcrypt: fix buflen reminder calculation
 2015-01-27  9:54 UTC 

[PATCH] crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
 2015-01-26 20:38 UTC  (7+ messages)

[PATCH] crypto: omap: Free memory in error path
 2015-01-26  5:45 UTC  (2+ messages)

[PATCH v1 0/3] SHA256 for PPC/SPE
 2015-01-26  5:19 UTC  (3+ messages)

[PATCH v11 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-26  4:41 UTC  (14+ messages)
  ` [PATCH v11 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v11 2/2] crypto: AF_ALG: enable AEAD interface compilation

[PATCH] crypto: algif - change algif_skcipher to be asynchronous
 2015-01-26  2:57 UTC  (6+ messages)

[PATCH 1/2] crypto: caam: pair irq map and dispose in the same function
 2015-01-26  2:56 UTC  (3+ messages)
` [PATCH 2/2] crypto: caam: fix resource clean-up on error path for caam_jr_init

[PATCH] crypto: ccp: terminate ccp_support array with empty element
 2015-01-26  2:56 UTC  (3+ messages)

[PATCH 1/2] crypto: caam: remove dead code
 2015-01-26  2:56 UTC  (3+ messages)
` [PATCH 2/2] crypto: caam: remove unused local variable

[PATCH] crypto: caam - add support for rfc4543(gcm(aes))
 2015-01-26  2:55 UTC  (8+ messages)
        ` [PATCH] crypto: caam - don't emit ICV check failures to dmesg

[PATCH 02/10] crypto: scatterwalk - Set the chain pointer indication bit
 2015-01-26  2:55 UTC  (3+ messages)
` [PATCH] crypto: replace scatterwalk_sg_next with sg_next

[PATCH repost] virtio_rng: drop extra empty line
 2015-01-26  2:55 UTC  (2+ messages)

[PATCH] crypto: atmel: Free memory in error path
 2015-01-26  2:55 UTC  (2+ messages)

[PATCH v1 3/3] SHA256 for PPC/SPE - kernel config
 2015-01-24 21:11 UTC 

[PATCH v1 2/3] SHA256 for PPC/SPE - glue
 2015-01-24 21:11 UTC 

[PATCH v1 1/3] SHA256 for PPC/SPE - assembler
 2015-01-24 21:10 UTC 

[PATCH] crypto/testmgr: mark rfc4106(gcm(aes)) as fips_allowed
 2015-01-23 19:58 UTC  (2+ messages)

[PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni
 2015-01-22 22:30 UTC  (14+ messages)

[PATCH] crypto: Documentation: remove colons in comments
 2015-01-21  0:28 UTC  (3+ messages)

[PATCH] crypto: testmgr: notify expected failures on aead tests
 2015-01-20  7:58 UTC  (3+ messages)

[PATCH] virtio_rng: drop extra empty line
 2015-01-20  3:47 UTC  (3+ messages)

[PATCH v8 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-20  3:08 UTC  (7+ messages)
` [PATCH v8 1/2] crypto: AF_ALG: add AEAD support
  ` [PATCH v8 2/2] crypto: AF_ALG: enable AEAD interface compilation

Crypto Fixes for 3.0
 2015-01-20  0:52 UTC  (12+ messages)
` Crypto Fixes for 3.3
  ` Crypto Fixes for 3.6
    ` Crypto Fixes for 3.7
      ` Crypto Fixes for 3.9
        ` Crypto Fixes for 3.13
              ` Crypto Fixes for 3.14
                ` Crypto Fixes for 3.19

Intel GCM: __driver-gcm-aes-aesni setkey missing
 2015-01-18 18:15 UTC  (3+ messages)

crypto: cts - Remove bogus use of seqiv
 2015-01-16 16:53 UTC  (2+ messages)

crypto: seqiv - Ensure that IV size is at least 8 bytes
 2015-01-16 16:53 UTC  (2+ messages)

crypto: cts - Weed out non-CBC algorithms
 2015-01-16  8:38 UTC 

[PATCH] crypto: qat - don't need qat_auth_state struct
 2015-01-15 23:42 UTC  (2+ messages)

[PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-14 17:26 UTC  (7+ messages)
` [PATCH v10 1/2] crypto: AF_ALG: add AEAD support
  ` [PATCH v10 2/2] crypto: AF_ALG: enable AEAD interface compilation

Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - resubmission
 2015-01-14 11:00 UTC  (8+ messages)

[PATCH -next] crypto: algif_rng - fix sparse non static symbol warning
 2015-01-14 11:00 UTC  (4+ messages)

[PATCH] crypto: qat - Fix for qat_aes_cbc_hmac_sha512
 2015-01-13 23:20 UTC  (7+ messages)
        ` crypto: qat - Ensure ipad and opad are zeroed

[PATCH 0/6] crypto: module alias fixes
 2015-01-13 15:36 UTC  (13+ messages)
` [PATCH 1/6] crypto: add missing crypto module aliases
` [PATCH 2/6] crypto: sparc64/aes - fix module description
` [PATCH 3/6] crypto: sparc64/camellia - fix module alias
` [PATCH 4/6] crypto: sparc64/des - add "des3_ede" "
` [PATCH 5/6] crypto: sparc64/md5 - fix module description
` [PATCH 6/6] crypto: x86/des3_ede - drop bogus module aliases

[PATCH] crypto: qat - fix device reset flow
 2015-01-13 11:33 UTC  (2+ messages)
`  "

[PATCH] crypto: don't use interruptible wait in tests
 2015-01-13 11:32 UTC  (2+ messages)

[PATCH v9 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-11 16:16 UTC  (4+ messages)
  ` [PATCH v9 1/2] crypto: AF_ALG: add AEAD support
  ` [PATCH v9 2/2] crypto: AF_ALG: enable AEAD interface compilation

[PATCH] crypto: qat - adf_ae_stop() is never called
 2015-01-09 19:55 UTC 

[PATCH] crypto: qat - remove unnecessary include of atomic.h header file
 2015-01-09 19:55 UTC 

[PATCH] crypto: qat - use pci_wait_for_pending_transaction()
 2015-01-09 19:55 UTC 

[PATCH] crypto: qat - correctly type a boolean
 2015-01-09 19:55 UTC 

[PATCH] lib: memzero_explicit: add comment for its usage
 2015-01-08 10:49 UTC  (2+ messages)

[PATCH v2] crypto: AEAD: add check for presence of auth tag
 2015-01-08 10:48 UTC  (2+ messages)

[PATCH] crypto: omap-des: fix BUG_ON condition
 2015-01-08 10:48 UTC  (2+ messages)

[PATCH] s390: crypto: aes_s390: Remove 'const' to avoid compiler warnings
 2015-01-07  8:24 UTC 

Using separate initcall level for crypto subsystem
 2015-01-07  3:15 UTC  (6+ messages)

GCM aesni and 192/256-bit keys
 2015-01-06 23:18 UTC  (3+ messages)

[PATCH] Use memzero_explicit to clear local buffers
 2015-01-06 20:54 UTC  (7+ messages)

crypto: qat - Fix incorrect uses of memzero_explicit
 2015-01-05 20:54 UTC  (3+ messages)

[PATCH v7 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-01-05 11:14 UTC  (7+ messages)
` [PATCH v7 1/2] crypto: AF_ALG: add AEAD support

[PATCH] crypto: AEAD: add check for presence of auth tag
 2015-01-05 11:00 UTC  (7+ messages)

[PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c
 2015-01-05 10:37 UTC  (2+ messages)

[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function
 2015-01-05 10:37 UTC  (2+ messages)

[PATCH] crypto: aesni - fix "by8" variant for 128 bit keys
 2015-01-05 10:36 UTC  (3+ messages)

[PATCH] crypto: sha-mb - Add avx2_supported check
 2015-01-05 10:36 UTC  (2+ 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).