linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-22 13:25:22 to 2016-06-29 10:03:55 UTC [more...]

[PATCH 0/28] crypto: skcipher - skcipher algorithm conversion part 1
 2016-06-29 10:03 UTC  (7+ messages)
` [PATCH 1/28] crypto: authenc - Consider ahash ASYNC bit
` [PATCH 2/28] crypto: ahash - Add padding in crypto_ahash_extsize
` [PATCH 3/28] crypto: skcipher - Add low-level skcipher interface
` [PATCH 4/28] crypto: null - Add new default null skcipher
` [PATCH 5/28] crypto: tcrypt - Use skcipher
` [PATCH 6/28] crypto: authenc "

crypto: rsa - Do not gratuitously drop leading zeroes
 2016-06-29  9:58 UTC  (27+ messages)
` [PATCH 4/8] crypto: rsa-pkcs1pad - Require hash to be present
` [v2 PATCH 0/7] crypto: rsa - Do not gratuitously drop leading zeroes
  ` [v2 PATCH 1/7] crypto: rsa - Generate fixed-length output
  ` [v2 PATCH 2/7] lib/mpi: Do not do sg_virt
  ` [v2 PATCH 3/7] crypto: rsa-pkcs1pad - Require hash to be present
  ` [v2 PATCH 4/7] crypto: rsa-pkcs1pad - Remove bogus page splitting
  ` [v2 PATCH 5/7] crypto: rsa-pkcs1pad - Always use GFP_KERNEL
  ` [v2 PATCH 6/7] crypto: rsa-pkcs1pad - Move key size check to setkey
  ` [v2 PATCH 7/7] crypto: rsa-pkcs1pad - Avoid copying output when possible

[PATCH 1/2] crypto: tcrypt: Fix mixing printk/pr_err and obvious indentation issues
 2016-06-29  8:28 UTC  (11+ messages)
` [PATCH 2/2] crypto: tcrypt: Fix linkage error on ARM on division of s64
      ` crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
          ` [PATCH v2] "

Doing crypto in small stack buffers (bluetooth vs vmalloc-stack crash, etc)
 2016-06-29  2:20 UTC  (6+ messages)

[PATCH] Remove redundant sg_init_table call
 2016-06-28 18:54 UTC 

[RFC] WireGuard: next generation secure network tunnel
 2016-06-28 14:49 UTC 

[PATCH 0/6] crypto: SHA512 multibuffer implementation
 2016-06-28  8:37 UTC  (8+ messages)
` [PATCH 1/6] crypto: sha512-mb - SHA512 multibuffer job manager and glue code
` [PATCH 2/6] crypto: sha512-mb - Enable SHA512 multibuffer support
` [PATCH 3/6] crypto: sha512-mb - submit/flush routines for AVX2
` [PATCH 4/6] crypto: sha512-mb - Algorithm data structures
` [PATCH 5/6] crypto: sha512-mb - Crypto computation (x4 AVX2)
` [PATCH 6/6] crypto: tcrypt - Add new mode for sha512_mb

[PATCH] crypto: ux500: do not build with -O0
 2016-06-28  8:36 UTC  (2+ messages)

[PATCH v6 0/8] crypto: asynchronous compression api
 2016-06-28  7:51 UTC  (9+ messages)
` [PATCH v6 2/8] crypto: add driver-side scomp interface

[PATCH 0/8] KEYS: keyctl operations for asymmetric keys [ver #2]
 2016-06-28  4:54 UTC  (15+ messages)
` [PATCH 1/8] KEYS: Provide key type operations for asymmetric key ops "
` [PATCH 2/8] KEYS: Provide keyctls to drive the new key type ops for asymmetric keys "
` [PATCH 3/8] KEYS: Provide missing asymmetric key subops for new key type ops "
` [PATCH 4/8] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type "
` [PATCH 5/8] KEYS: Provide software public key query function "
` [PATCH 6/8] KEYS: Allow the public_key struct to hold a private key "
` [PATCH 7/8] KEYS: Implement encrypt, decrypt and sign for software asymmetric "
` [PATCH 8/8] KEYS: Implement PKCS#8 RSA Private Key parser "

[cryptodev:master 94/97] ERROR: "__aeabi_ldivmod" [crypto/tcrypt.ko] undefined!
 2016-06-28  2:26 UTC 

[PATCH 0/3] hw_random: bcm2835: Add support for Broadcom BCM5301x
 2016-06-27 18:21 UTC  (9+ messages)
` [PATCH 1/3] Documentation: devicetree: bindings: Add BCM5301x binding
` [PATCH 2/3] hw_random: bcm2835: Add support for Broadcom BCM5301x
` [PATCH 3/3] ARM: dts: BCM5301x: Add RNG Device Tree node

[cryptodev:master 94/97] ERROR: "__divdi3" [crypto/tcrypt.ko] undefined!
 2016-06-27 11:31 UTC 

[PATCH V2] hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed
 2016-06-27  9:05 UTC  (4+ messages)
` [PATCH] "

[PATCH] MAINTAINERS: update maintainer for qat
 2016-06-27  9:05 UTC  (2+ messages)

[PATCH 0/7] crypto: SHA256 multibuffer implementation
 2016-06-27  9:04 UTC  (9+ messages)
` [PATCH 1/7] crypto: sha256-mb - SHA256 multibuffer job manager and glue code
` [PATCH 2/7] crypto: sha256-mb - Enable multibuffer support
` [PATCH 3/7] crypto: sha256-mb - submit/flush routines for AVX2
` [PATCH 4/7] crypto: sha256-mb - Algorithm data structures
` [PATCH 5/7] crypto: sha256-mb - Crypto computation (x8 AVX2)
` [PATCH 6/7] crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
` [PATCH 7/7] crypto: sha1-mb - rename sha-mb to sha1-mb

Crypto Update for 3.19
 2016-06-27  6:28 UTC  (11+ messages)
` Crypto Update for 3.20
  ` Crypto Update for 4.1
    ` Crypto Update for 4.2
      ` Crypto Update for 4.3
        ` Crypto Update for 4.4
          ` Crypto Update for 4.5
            ` Crypto Fixes "
              ` Crypto Fixes for 4.6
                ` Crypto Fixes for 4.7

[PATCHv2 00/27] crypto: fixes for omap family of devices
 2016-06-27  5:04 UTC  (29+ messages)
` [PATCHv2 01/27] crypto: omap-sham: use runtime_pm autosuspend for clock handling
` [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed
` [PATCHv2 06/27] crypto: ahash: increase the maximum allowed statesize
` [PATCHv2 10/27] crypto: omap-aes: Add support for multiple cores
` [PATCHv2 11/27] crypto: omap-aes: Add fallback support
` [PATCHv2 12/27] crypto: engine: avoid unnecessary context switches
` [PATCHv2 13/27] crypto: omap-aes: fix crypto engine initialization order
` [PATCHv2 14/27] crypto: omap-des: "
` [PATCHv2 15/27] ARM: dts: DRA7: Add DT node for DES IP
` [PATCHv2 16/27] ARM: dts: DRA7: Add DT nodes for AES IP
` [PATCHv2 17/27] ARM: dts: DRA7: Add support for SHA IP
` [PATCHv2 18/27] ARM: dts: DRA7: Add DT node for RNG IP
` [PATCHv2 19/27] ARM: dts: AM43xx: clk: Add RNG clk node
` [PATCHv2 20/27] ARM: dts: AM43xx: Add node for RNG
` [PATCHv2 21/27] ARM: DRA7: hwmod: Add data for DES IP
` [PATCHv2 22/27] ARM: DRA7: hwmod: Add data for AES IP
` [PATCHv2 23/27] ARM: DRA7: hwmod: Add data for SHA IP
` [PATCHv2 24/27] ARM: DRA7: hwmod: Add data for RNG IP
` [PATCHv2 25/27] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
` [PATCHv2 26/27] ARM: AM43xx: hwmod: Add data for DES
` [PATCHv2 27/27] ARM: AMx3xx: hwmod: Add data for RNG

[PATCH-v4 0/7] random: replace urandom pool with a CRNG
 2016-06-26 23:05 UTC  (10+ messages)
` [PATCH 5/7] random: replace non-blocking pool with a Chacha20-based CRNG
` [PATCH 7/7] random: add backtracking protection to the CRNG

[cryptodev:master 87/87] crypto/ecc.c:1018:1: warning: 'crypto_ecdh_shared_secret' uses dynamic stack allocation
 2016-06-25  2:37 UTC 

[cryptodev:master 84/87] security/keys/big_key.c:118:1: warning: 'big_key_crypt' uses dynamic stack allocation
 2016-06-25  1:56 UTC 

[cryptodev:master 79/87] crypto/ecc.c:532:1: warning: 'vli_mmod_fast' uses dynamic stack allocation
 2016-06-25  1:19 UTC 

[PATCH] hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed
 2016-06-24 16:46 UTC  (3+ messages)

[PATCH v2] crypto: Jitter RNG - use ktime_get_ns as fallback
 2016-06-24 13:31 UTC  (4+ messages)

Encryption output buffer description in algif_aead.c file
 2016-06-24 12:59 UTC  (5+ messages)

[cryptodev:master 79/79] (.text+0x330de0): multiple definition of `ecdh_shared_secret'
 2016-06-24 12:57 UTC  (9+ messages)

[PATCH v5] Bluetooth: convert smp and selftest to crypto kpp API
 2016-06-24 12:48 UTC 

linux-next: build failure after merge of the crypto tree
 2016-06-24  6:20 UTC 

[PATCH 0/5] crypto: Fix IPsec reordering caused by cryptd
 2016-06-24  8:40 UTC  (3+ messages)

[PATCH v8 0/6] crypto: algif - add akcipher
 2016-06-24  6:07 UTC  (9+ messages)
` [PATCH v8 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v8 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v8 4/6] crypto: algif_akcipher - enable compilation
` [PATCH v8 6/6] crypto: AF_ALG - add support for key_id
  ` [PATCH v8 1/6] crypto: AF_ALG -- add sign/verify API
  ` [PATCH v8 5/6] crypto: algif_akcipher - add ops_nokey

[PATCH] crypto: user - re-add size check for CRYPTO_MSG_GETALG
 2016-06-24  1:00 UTC  (6+ messages)

Doing crypto in small stack buffers (bluetooth vs vmalloc-stack crash, etc)
 2016-06-23 22:11 UTC  (9+ messages)

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-06-23 15:22 UTC  (8+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

[PATCH 0/8] KEYS: keyctl operations for asymmetric keys
 2016-06-23 13:47 UTC 

[PATCH] crypto : async implementation for sha1-mb
 2016-06-23 10:45 UTC  (2+ messages)

[PATCH v3 02/10] crypto: marvell: Check engine is not already running when enabling a req
 2016-06-23 10:44 UTC  (3+ messages)

[PATCH v11 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-06-23 10:44 UTC  (5+ messages)
` [PATCH v11 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v11 2/3] crypto: kpp - Add DH software implementation
` [PATCH v11 3/3] crypto: kpp - Add ECDH software support

KEYS: Use skcipher for big keys
 2016-06-22 14:23 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).