linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-25 05:47:48 to 2015-10-14 01:03:32 UTC [more...]

Crypto Update for 3.14
 2015-10-14  1:03 UTC  (14+ messages)
` Crypto Update for 3.15
  ` Crypto Update for 3.16
    ` Crypto Update for 3.17
      ` Crypto Update for 3.18
        ` Crypto Update for 3.19
          ` Crypto Update for 3.20
            ` Crypto Fixes for 4.2
              ` Crypto Fixes for 4.3

[PATCH] crypto: Allow drivers to build if COMPILE_TEST is enabled
 2015-10-13 21:03 UTC  (2+ messages)

[PATCH] crypto/pkcs7_verify: Fix unaligned access in pkcs7_verify()
 2015-10-13 14:54 UTC 

[PATCH 0/3] crypto: fixes for Marvell hash
 2015-10-13 14:33 UTC  (49+ messages)
` [PATCH 1/3] crypto: ensure algif_hash does not pass a zero-sized state
` [PATCH 2/3] crypto: marvell: fix stack smashing in marvell/hash.c
` [PATCH 3/3] crypto: marvell: initialise struct mv_cesa_ahash_req
` [PATCH v2 0/3] crypto: fixes for Marvell hash
  ` [PATCH v2 1/3] crypto: ensure algif_hash does not pass a zero-sized state
  ` [PATCH v2 2/3] crypto: marvell: fix stack smashing in marvell/hash.c
  ` [PATCH v2 3/3] crypto: marvell: initialise struct mv_cesa_ahash_req
  ` [PATCH v3 0/5] crypto: fixes for Marvell hash
    ` [PATCH v3 1/5] crypto: ensure algif_hash does not pass a zero-sized state
    ` [PATCH v3 2/5] crypto: marvell: fix stack smashing in marvell/hash.c
    ` [PATCH v3 3/5] crypto: marvell: initialise struct mv_cesa_ahash_req
    ` [PATCH v3 4/5] crypto: marvell: fix wrong hash results
    ` [PATCH v3 5/5] crypto: marvell: factor out common import functions
      ` [PATCH v3b 5/5] crypto: marvell: factor out common import/export functions

unaligned access in pkcs7_verify
 2015-10-13 13:39 UTC  (9+ messages)

[PATCH] crypto: ccm - remove goto
 2015-10-13  8:18 UTC 

[PATCH] crypto: add precalculated hash for zero message length
 2015-10-12 21:16 UTC  (12+ messages)
` [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5
` [PATCH 2/8] crypto: niagara: Use precalculated hash from headers
` [PATCH 3/8] crypto: ccp: "
` [PATCH 4/8] crypto: ux500: "
` [PATCH 5/8] crypto: akcipher: fix typos in include/crypto/akcipher.h
` [PATCH 6/8] crypto: akcipher: the key parameter must be const u8 *
` [PATCH 7/8] crypto: testmgr: Constify tested key/iv/plaintext/digest
` [PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers

[PATCH 1/2] crypto: atmel: use devm_xxx() managed function
 2015-10-12 17:47 UTC  (2+ messages)
` [PATCH 2/2] crypto: ux500: Use "

[PATCH] crypto: mxs-dcp is an stmp device
 2015-10-12 14:00 UTC  (2+ messages)

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
 2015-10-12  8:21 UTC  (13+ messages)
  ` [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings
  ` [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG
  ` [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver

hash import/export
 2015-10-12  1:44 UTC  (4+ messages)

I Have An Urgent Matter To Discuss With You
 2015-10-11 22:12 UTC 

[PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG
 2015-10-11 19:24 UTC  (6+ messages)
  ` [PATCH] hwrng: fix simple_return.cocci warnings

crypto: sun4i-ss: bug with cryptodev
 2015-10-11 11:34 UTC 

[PATCH] MAINTAINERS: add maintainers for the Marvell Crypto driver
 2015-10-09 19:22 UTC  (4+ messages)

[PATCH v2 0/3] hwrng: st: Couple of improvements
 2015-10-09  7:24 UTC  (6+ messages)
` [PATCH v2 1/3] hwrng: st: dt: Fix trivial typo in node address
` [PATCH v2 2/3] hwrng: st: Use real-world device timings for timeout
` [PATCH v2 3/3] hwrng: st: Improve FIFO size/depth description

[PATCH V3] crypto/nx842: Add CRC and validation support
 2015-10-08 20:45 UTC 

[PATCH v2] crypto/jitterentropy-kcapi: remove unnecessary information from a comment
 2015-10-08 17:12 UTC 

[PATCH v6 0/2] crypto: akcipher - Changes to asymmetric key API
 2015-10-08 16:26 UTC  (3+ messages)
` [PATCH v6 1/2] lib/mpi: Add mpi sgl helpers
` [PATCH v6 2/2] crypto: akcipher - Changes to asymmetric key API

[PATCH] crypto: dma_map_sg can handle chained SG
 2015-10-08 14:23 UTC  (9+ messages)
` [PATCH 1/4] crypto: talitos: "
` [PATCH 2/4] crypto: qce: "
  ` [PATCH] "

[PATCH] crypto: atmel: Check for clk_prepare_enable() return value
 2015-10-08 14:23 UTC  (2+ messages)

[PATCH v1 0/4] crypto: ccp - CCP driver updates 2015-10-01
 2015-10-08 14:22 UTC  (6+ messages)
` [PATCH v1 1/4] crypto: ccp - Replace BUG_ON with WARN_ON and a return code
` [PATCH v1 2/4] crypto: ccp - Remove use ACPI field
` [PATCH v1 3/4] crypto: ccp - Change references to accelerator to offload
` [PATCH v1 4/4] crypto: ccp - Use module name in driver structures

[PATCH v5 0/2] crypto: akcipher - Changes to asymmetric key API
 2015-10-08 13:36 UTC  (8+ messages)
` [PATCH v5 1/2] lib/mpi: Add mpi sgl helpers
` [PATCH v5 2/2] crypto: akcipher - Changes to asymmetric key API

[PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed
 2015-10-08 13:28 UTC  (2+ messages)

[PATCH V2] crypto/nx842: Add CRC and validation support
 2015-10-08 13:23 UTC  (2+ messages)

[PATCH] crypto x86/camellia_aesni_avx: Fix CPU feature checks
 2015-10-07 14:02 UTC  (3+ messages)

[RESEND 1/3] hwrng: st: dt: Fix trivial typo in node address
 2015-10-06 16:12 UTC  (3+ messages)
` [RESEND 2/3] hwrng: st: Use real-world device timings for timeout
` [RESEND 3/3] hwrng: st: Report correct FIFO size

[PATCH] hwrng: st: dt: Fix trivial typo in node address
 2015-10-05 15:10 UTC 

[PATCH] sparc/crypto: initialize blkcipher.ivsize
 2015-10-05 15:08 UTC 

[PATCH v2 0/7] hwrng: Add support for STMicroelectronics' RNG IP
 2015-10-05 14:52 UTC  (20+ messages)
` [PATCH v2 5/7] hwrng: st: Add support for ST's HW Random Number Generator
` [PATCH v2 6/7] ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07,10}
  ` [STLinux Kernel] [PATCH v2 6/7] ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}
                  ` [STLinux Kernel] [PATCH v2 0/7] hwrng: Add support for STMicroelectronics' RNG IP

[PATCH] modsign: Fix GPL/OpenSSL licence incompatibility
 2015-10-04 19:47 UTC  (2+ messages)

[PATCH] crypto: caam - add support for acipher xts(aes)
 2015-10-02 10:13 UTC 

[PATCH v4 0/3] crypto: akcipher - Changes to asymmetric key API
 2015-10-02  4:14 UTC  (9+ messages)
` [PATCH v4 1/3] lib/scatterlist: Add sg_len helper
` [PATCH v4 2/3] lib/mpi: Add mpi sgl helpers
` [PATCH v4 3/3] crypto: akcipher - Changes to asymmetric key API

[PATCH v3 0/2] crypto: akcipher - Changes to asymmetric key API
 2015-10-01 15:17 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH] crypto: qat - remove unneeded variable
 2015-10-01 14:02 UTC  (2+ messages)

[PATCH] crypto: qat - add support for ctr(aes) and xts(aes)
 2015-10-01 14:02 UTC  (2+ messages)

[PATCH] crypto: blkcipher and ablkcipher should it be static
 2015-10-01 14:01 UTC  (2+ messages)

[PATCHv2 0/1] fips-allowed tests fail with non-FIPS ciphers
 2015-10-01 14:01 UTC  (4+ messages)
` [PATCHv2 1/1] Disable fips-allowed for authenc() and des() ciphers

[PATCH] crypto: qat - remove empty functions and turn qat_uregister fn to void
 2015-10-01 14:00 UTC  (2+ messages)

linux-crypto
 2015-10-01  5:37 UTC 

[PATCH v2] crypto: Remove duplicate code of SG helpers functions
 2015-09-30 13:59 UTC  (3+ messages)
` [PATCH v2 4/8] s390: replace zfcp_qdio_sbale_count by sg_nents

crypto_cbc_encrypt query
 2015-09-25  9:39 UTC  (2+ messages)

[PATCH v3 0/9] zram: introduce crypto decompress noctx API and use it on zram
 2015-09-25  7:58 UTC  (16+ messages)
` [PATCH v3 1/9] crypto: introduce decompression API that can be called via sharable tfm object
` [PATCH v3 8/9] zram: use crypto API for compression
` [PATCH v3 9/9] zram: use crypto decompress_noctx API


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