linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-25 11:36:13 to 2016-06-01 09:07:53 UTC [more...]

[PATCH 00/28] crypto: omap fixes / support additions
 2016-06-01  9:06 UTC  (27+ messages)
` [PATCH 01/28] crypto: omap-aes: Fix registration of algorithms
` [PATCH 02/28] crypto: omap-sham: Don't idle/start SHA device between Encrypt operations
` [PATCH 03/28] crypto: omap-sham: change queue size from 1 to 10
` [PATCH 04/28] crypto: omap: do not call dmaengine_terminate_all
` [PATCH 05/28] crypto: omap-sham: set sw fallback to 240 bytes
` [PATCH 06/28] crypto: omap-sham: avoid executing tasklet where not needed
` [PATCH 07/28] crypto: ahash: increase the maximum allowed statesize
` [PATCH 08/28] crypto: omap-sham: implement context export/import APIs
` [PATCH 09/28] crypto: omap-des: Fix support for unequal lengths
` [PATCH 10/28] crypto: omap-aes - Fix enabling clocks
` [PATCH 11/28] crypto: omap-aes: Add support for multiple cores
` [PATCH 12/28] crypto: omap-aes: Add fallback support
` [PATCH 13/28] crypto: engine: avoid unnecessary context switches
` [PATCH 14/28] crypto: omap-aes: fix crypto engine initialization order
` [PATCH 15/28] crypto: omap-des: "
` [PATCH 16/28] ARM: DRA7: hwmod: Add data for DES IP
` [PATCH 17/28] ARM: DRA7: hwmod: Add data for AES IP
` [PATCH 18/28] ARM: DRA7: hwmod: Add data for SHA IP
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
  ` [PATCH 21/28] ARM: AM43xx: hwmod: Add data for DES
  ` [PATCH 22/28] ARM: AMx3xx: hwmod: Add data for RNG
  ` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP
  ` [PATCH 24/28] ARM: dts: DRA7: Add DT nodes for AES IP
  ` [PATCH 25/28] ARM: dts: DRA7: Add support for SHA IP
  ` [PATCH 26/28] ARM: dts: DRA7: Add DT node for RNG IP
` [PATCH 19/28] ARM: DRA7: hwmod: Add data "

(unknown),
 2016-06-01  7:05 UTC  (7+ messages)
` (none)

[RFC v3 0/4] Introduce the bulk mode method when sending request to crypto layer
 2016-06-01  4:58 UTC  (5+ messages)
` [RFC v3 1/4] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v3 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v3 3/4] md: dm-crypt: Introduce the bulk mode method when sending request
` [RFC v3 4/4] crypto: Add the CRYPTO_ALG_BULK flag for ecb(aes) cipher

[PATCH] KEYS: Add placeholder for KDF usage with DH
 2016-06-01  2:48 UTC  (3+ messages)

[PATCH v2 0/2] crypto: engine: permit to enqueue ashash_request
 2016-06-01  2:28 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: omap: convert to the new cryptoengine API

[PATCH v2 0/4] hw rng support for NSP SoC
 2016-06-01  1:28 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings
` [PATCH v2 2/4] hwrng: bcm2835: Support Broadcom NSP SoC rng
` [PATCH v2 3/4] ARM: dts: nsp: Add rng device tree entry
` [PATCH v2 4/4] hwrng: bcm2835: Read as much data as available

[PATCH v4 0/5] /dev/random - a new approach
 2016-05-31 22:34 UTC  (7+ messages)
` [PATCH v4 1/5] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v4 2/5] random: conditionally compile code depending on LRNG
` [PATCH v4 3/5] crypto: Linux Random Number Generator
` [PATCH v4 4/5] crypto: LRNG - enable compile
` [PATCH v4 5/5] random: add interrupt callback to VMBus IRQ handler

[PATCH 0/2] async implementation for sha1-mb
 2016-05-31 21:42 UTC  (3+ messages)
` [PATCH 1/2] crypto : stylistic cleanup in sha1-mb
` [PATCH 2/2] crypto : async implementation for sha1-mb

[PATCH 1/7] crypto : stylistic cleanup in sha1-mb
 2016-05-31 20:01 UTC  (3+ messages)

[PATCH 0/5] refactor mpi_read_from_buffer()
 2016-05-31 19:07 UTC  (8+ messages)
` [PATCH 1/5] lib/mpi: mpi_read_from_buffer(): return error code
` [PATCH 2/5] lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zero
` [PATCH 3/5] lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short buffer
` [PATCH 4/5] lib/mpi: mpi_read_from_buffer(): sanitize short buffer printk
` [PATCH 5/5] lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data()

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-05-31 17:44 UTC  (4+ messages)
` [PATCH v6 6/6] crypto: AF_ALG - add support for key_id

[PATCH] KEYS: Add optional key derivation parameters for DH
 2016-05-31 16:25 UTC  (4+ messages)
  ` [PATCH v2] KEYS: Add placeholder KDF usage with DH

[PATCH v7 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-05-31 15:36 UTC  (4+ messages)
` [PATCH v7 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v7 2/3] crypto: kpp - Add DH software implementation
` [PATCH v7 3/3] crypto: kpp - Add ECDH software support

[PATCH v4 00/10] crypto: asynchronous compression api
 2016-05-31 13:55 UTC  (11+ messages)
` [PATCH v4 01/10] crypto: shrink hash down to two types
` [PATCH v4 02/10] crypto: add asynchronous compression api
` [PATCH v4 03/10] crypto: add driver-side scomp interface
` [PATCH v4 04/10] crypto: add quick decompression api
` [PATCH v4 05/10] crypto: acomp - add support for lzo via scomp
` [PATCH v4 06/10] crypto: acomp - add support for lz4 "
` [PATCH v4 07/10] crypto: acomp - add support for lz4hc "
` [PATCH v4 08/10] crypto: acomp - add support for 842 "
` [PATCH v4 09/10] crypto: acomp - add support for deflate "
` [PATCH v4 10/10] crypto: acomp - update testmgr with support for acomp

Test AEAD/authenc algorithms from userspace
 2016-05-31 11:55 UTC  (10+ messages)

[PATCH v2 0/4] crypto: Key Derivation Function (SP800-108)
 2016-05-31 11:53 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: add template handling for RNGs
` [PATCH v2 2/4] crypto: kdf - add known answer tests
` [PATCH v2 3/4] crypto: kdf - SP800-108 Key Derivation Function
` [PATCH v2 4/4] crypto: kdf - enable compilation

[PATCH] crypto: DRBG - reduce number of setkey calls
 2016-05-31 11:23 UTC  (2+ messages)
` [RFC] DRBG: which shall be default?

[PATCH] crypto: s5p-sss - Use consistent indentation for variables and members
 2016-05-31 10:19 UTC  (3+ messages)

[PATCH 1/2] lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits
 2016-05-31 10:18 UTC  (3+ messages)
` [PATCH 2/2] lib/mpi: mpi_read_raw_data(): fix nbits calculation

[PATCH] lib/mpi: purge mpi_set_buffer()
 2016-05-31 10:18 UTC  (2+ messages)

[PATCH] hwrng: stm32: fix maybe uninitialized variable warning
 2016-05-31 10:18 UTC  (3+ messages)

[PATCH 14/54] MAINTAINERS: Add file patterns for crypto device tree bindings
 2016-05-31 10:16 UTC  (4+ messages)
` [PATCH 19/54] MAINTAINERS: Add file patterns for rng "

[PATCH 0211/1529] Fix typo
 2016-05-31 10:16 UTC  (2+ messages)

[PATCH 0010/1529] Fix typo
 2016-05-31 10:15 UTC  (2+ messages)

[PATCH v3 0/8] crypto: caam - add support for LS1043A SoC
 2016-05-31 10:15 UTC  (2+ messages)

[PATCH] crypto: qat - fix typos sizeof for ctx
 2016-05-31 10:15 UTC  (2+ messages)

[PATCH] crypto: user - no parsing of CRYPTO_MSG_GETALG
 2016-05-31 10:14 UTC  (2+ messages)

[PATCH] crypto: Intel SHA - add MODULE_ALIAS
 2016-05-31 10:13 UTC  (2+ messages)

[PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1
 2016-05-31  9:46 UTC  (8+ messages)
` [PATCH 1/6] crypto: talitos - using helpers for all talitos_ptr operations
` [PATCH 2/6] crypto: talitos - making mapping helpers more generic
` [PATCH 3/6] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
` [PATCH 4/6] crypto: talitos - sg_to_link_tbl() not used anymore, remove it
` [PATCH 5/6] crypto: talitos - implement cra_priority
` [PATCH 6/6] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU

[PATCH v5 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-05-31  8:56 UTC  (9+ messages)
` [PATCH v5 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v5 2/3] crypto: kpp - Add DH software implementation
` [PATCH v5 3/3] crypto: kpp - Add ECDH software support

Atmel driver - XTS mode - Alignement issue
 2016-05-31  7:54 UTC 

[PATCH v2] crypto: rsa - return raw integers for the ASN.1 parser
 2016-05-31  7:11 UTC  (2+ messages)

[PATCH stable 3.16+] crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks
 2016-05-31  2:15 UTC  (2+ messages)

[PATCH-v3 0/5] random: replace urandom pool with a CRNG
 2016-05-30 20:59 UTC  (10+ messages)
` [PATCH 1/5] random: replace non-blocking pool with a Chacha20-based CRNG
` [PATCH 2/5] random: make /dev/urandom scalable for silly userspace programs
` [PATCH 3/5] random: add interrupt callback to VMBus IRQ handler
` [PATCH 4/5] random: add backtracking protection to the CRNG
` [PATCH 5/5] random: properly align get_random_int_hash

[PATCH 0/2] crypto: engine: permit to enqueue ashash_request
 2016-05-30 13:38 UTC  (4+ messages)
` [PATCH 2/2] crypto: omap: convert to the new cryptoengine API

Crypto Update for 3.19
 2016-05-30  6:31 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

AES-NI: slower than aes-generic?
 2016-05-30  4:08 UTC  (13+ messages)

Could this be applied to random(4)?
 2016-05-29 19:20 UTC  (4+ messages)

[PATCH] hwrng: stm32 - fix build warning
 2016-05-27  9:00 UTC  (5+ messages)

[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-05-27 11:11 UTC  (4+ messages)
` [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v2 2/3] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v2 3/3] md: dm-crypt: Introduce the bulk mode method when sending request

tcrypt failing on hmac(crc32)
 2016-05-27  9:24 UTC  (7+ messages)

[RFC 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-05-27  9:04 UTC  (9+ messages)
` [RFC 2/3] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC 3/3] md: dm-crypt: Introduce the bulk mode method when sending request

[PATCH 2/7] crypto : async implementation for sha1-mb
 2016-05-26 21:25 UTC  (2+ messages)

key retention service: DH support
 2016-05-26 17:04 UTC  (7+ messages)

SKB dst field is NULL when AEAD request complete() is called
 2016-05-26 10:04 UTC  (3+ messages)

booting sun sparc T5120 with "nosmp" kernel 4.5.4 causes OOPS in n2_crypto module
 2016-05-25 20:45 UTC  (3+ messages)
    ` booting sun sparc T5120 with "nosmp" kernel "


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