linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-23 22:55:58 to 2016-07-01 11:43:32 UTC [more...]

[RFC] WireGuard: next generation secure network tunnel
 2016-07-01 11:42 UTC  (2+ messages)

[patch] crypto: sha256-mb - cleanup a || vs | typo
 2016-07-01 10:13 UTC  (11+ messages)

[PATCH] crypto: qat - Switch to new rsa_helper functions
 2016-07-01 10:08 UTC  (2+ messages)

[PATCH] crypto: qat - make qat_asym_algs.o depend on asn1 headers
 2016-07-01  9:30 UTC  (2+ messages)

[PATCH 1/2] powerpc: define FUNC_START/FUNC_END
 2016-07-01  9:32 UTC  (3+ messages)
` [PATCH 2/2] crypto: powerpc: Add POWER8 optimised crc32c

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors
 2016-07-01  5:46 UTC 

[PATCH] crypto: omap-sham - increase cra_proirity to 400
 2016-06-30 19:04 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/2] crypto: tcrypt: Fix mixing printk/pr_err and obvious indentation issues
 2016-06-30 17:36 UTC  (14+ 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] "
                    ` crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test

kexec_file_load signature verification failure
 2016-06-30 14:05 UTC 

[PATCH v8 0/6] crypto: algif - add akcipher
 2016-06-29 18:43 UTC  (7+ 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 6/6] crypto: AF_ALG - add support for key_id

[patch V4 30/31] crypto: use parity_long is sahara.c
 2016-06-29 15:18 UTC  (2+ messages)
` [patch V4 30/31] crypto: use parity_long in sahara.c

[patch] crypto: tcrypt - add a missing tab
 2016-06-29 14:43 UTC  (2+ messages)

[patch] crypto: sha1-mb - cleanup a small | vs || typo
 2016-06-29 14:42 UTC 

Doing crypto in small stack buffers (bluetooth vs vmalloc-stack crash, etc)
 2016-06-29 12:10 UTC  (7+ messages)

crypto: rsa - Do not gratuitously drop leading zeroes
 2016-06-29 11:32 UTC  (38+ messages)
` [v2 PATCH 0/7] "
  ` [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
  ` [v3 PATCH 0/8] crypto: rsa - Do not gratuitously drop leading zeroes
    ` [v3 PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA
    ` [v3 PATCH 2/8] crypto: rsa - Generate fixed-length output
    ` [v3 PATCH 3/8] lib/mpi: Do not do sg_virt
    ` [v3 PATCH 4/8] crypto: rsa-pkcs1pad - Require hash to be present
    ` [v3 PATCH 5/8] crypto: rsa-pkcs1pad - Remove bogus page splitting
    ` [v3 PATCH 6/8] crypto: rsa-pkcs1pad - Always use GFP_KERNEL
    ` [v3 PATCH 7/8] crypto: rsa-pkcs1pad - Move key size check to setkey
    ` [v3 PATCH 8/8] crypto: rsa-pkcs1pad - Avoid copying output when possible
    ` [v4 PATCH 0/8] crypto: rsa - Do not gratuitously drop leading zeroes
      ` [v4 PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA
      ` [v4 PATCH 2/8] crypto: rsa - Generate fixed-length output
      ` [v4 PATCH 3/8] lib/mpi: Do not do sg_virt
      ` [v4 PATCH 4/8] crypto: rsa-pkcs1pad - Require hash to be present
      ` [v4 PATCH 5/8] crypto: rsa-pkcs1pad - Remove bogus page splitting
      ` [v4 PATCH 6/8] crypto: rsa-pkcs1pad - Always use GFP_KERNEL
      ` [v4 PATCH 7/8] crypto: rsa-pkcs1pad - Move key size check to setkey
      ` [v4 PATCH 8/8] crypto: rsa-pkcs1pad - Avoid copying output when possible

[PATCH] Remove redundant sg_init_table call
 2016-06-29 10:18 UTC  (2+ messages)

[PATCH 0/28] crypto: skcipher - skcipher algorithm conversion part 1
 2016-06-29 10:04 UTC  (29+ 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 "
` [PATCH 7/28] crypto: authencesn "
` [PATCH 8/28] crypto: ctr - Use skcipher in rfc3686
` [PATCH 9/28] crypto: ccm - Use skcipher
` [PATCH 10/28] crypto: gcm "
` [PATCH 11/28] crypto: chacha20poly1305 "
` [PATCH 12/28] crypto: cryptd - Add support for skcipher
` [PATCH 13/28] crypto: aesni - Use crypto_cipher to derive rfc4106 subkey
` [PATCH 14/28] KEYS: Use skcipher for big keys
` [PATCH 15/28] crypto: ccp - Use skcipher for fallback
` [PATCH 16/28] crypto: mxs-dcp "
` [PATCH 17/28] crypto: picoxcell "
` [PATCH 18/28] crypto: qce "
` [PATCH 19/28] crypto: sahara "
` [PATCH 20/28] crypto: s390/aes "
` [PATCH 21/28] crypto: aead - Add skcipher null for IV generators
` [PATCH 22/28] crypto: echainiv - Use skcipher
` [PATCH 23/28] crypto: seqiv "
` [PATCH 24/28] crypto: aead - Remove blkcipher null for IV generators
` [PATCH 25/28] crypto: null - Remove default null blkcipher
` [PATCH 26/28] crypto: api - Add crypto_inst_setname
` [PATCH 27/28] crypto: tcrypt - Add speed test for cts
` [PATCH 28/28] crypto: cts - Convert to skcipher

[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 5/8] KEYS: Provide software public key query function [ver #2]
 2016-06-28  4:54 UTC  (6+ messages)

[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  (8+ 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  (10+ 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

[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  (2+ 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] crypto: user - re-add size check for CRYPTO_MSG_GETALG
 2016-06-24  1:00 UTC  (4+ 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).