linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-16 18:00:26 to 2016-12-23 16:42:28 UTC [more...]

BPF hash algo (Re: [kernel-hardening] Re: [PATCH v7 3/6] random: use SipHash in place of MD5)
 2016-12-23 16:42 UTC  (16+ messages)

George's crazy full state idea (Re: HalfSipHash Acceptable Usage)
 2016-12-23 12:05 UTC  (11+ messages)

[PATCH v2 00/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
 2016-12-23 11:34 UTC  (15+ messages)
` [PATCH v2 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
` [PATCH v2 02/12] crypto: atmel-sha: update request queue management to make it more generic
` [PATCH v2 03/12] crypto: atmel-sha: make atmel_sha_done_task "
` [PATCH v2 04/12] crypto: atmel-sha: redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*
` [PATCH v2 05/12] crypto: atmel-sha: add atmel_sha_wait_for_data_ready()
` [PATCH v2 06/12] crypto: atmel-sha: add SHA_MR_MODE_IDATAR0
` [PATCH v2 07/12] crypto: atmel-sha: add atmel_sha_cpu_start()
` [PATCH v2 08/12] crypto: atmel-sha: add simple DMA transfers
` [PATCH v2 09/12] crypto: atmel-sha: add support to hmac(shaX)
` [PATCH v2 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()
` [PATCH v2 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
  ` [PATCH v2 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX), Y(aes)) modes
` [PATCH v2 12/12] crypto: atmel-sha: add verbose debug facilities to print hw register names

[RFC PATCH v2] IV Generation algorithms for dm-crypt
 2016-12-23  7:51 UTC  (6+ messages)
` [RFC PATCH v2] crypto: Add IV generation algorithms

Test AEAD/authenc algorithms from userspace
 2016-12-23  5:46 UTC  (5+ messages)

[PATCH v5 0/4] The SipHash Patchset
 2016-12-22 19:50 UTC  (43+ messages)
` [PATCH v5 1/4] siphash: add cryptographically secure PRF
` [PATCH v6 0/5] The SipHash Patchset
  ` [PATCH v6 3/5] random: use SipHash in place of MD5
  ` [PATCH v7 0/6] The SipHash Patchset
    ` [PATCH v7 1/6] siphash: add cryptographically secure PRF
    ` [PATCH v7 2/6] secure_seq: use SipHash in place of MD5
    ` [PATCH v7 3/6] random: "
            `  "
              ` [kernel-hardening] "
    ` [PATCH v7 4/6] md5: remove from lib and only live in crypto
    ` [PATCH v7 5/6] syncookies: use SipHash in place of SHA1
    ` [PATCH v7 6/6] siphash: implement HalfSipHash1-3 for hash tables

[PATCH 00/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
 2016-12-22 18:49 UTC  (14+ messages)
` [PATCH 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
` [PATCH 02/12] crypto: atmel-sha: update request queue management to make it more generic
` [PATCH 03/12] crypto: atmel-sha: make atmel_sha_done_task "
` [PATCH 04/12] crypto: atmel-sha: redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*
` [PATCH 05/12] crypto: atmel-sha: add atmel_sha_wait_for_data_ready()
` [PATCH 06/12] crypto: atmel-sha: add SHA_MR_MODE_IDATAR0
` [PATCH 07/12] crypto: atmel-sha: add atmel_sha_cpu_start()
` [PATCH 08/12] crypto: atmel-sha: add simple DMA transfers
` [PATCH 09/12] crypto: atmel-sha: add support to hmac(shaX)
` [PATCH 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()
` [PATCH 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
` [PATCH 12/12] crypto: atmel-sha: add verbose debug facilities to print hw register names

[PATCH v3 0/2] Add MediaTek crypto accelerator driver
 2016-12-22 18:41 UTC  (4+ messages)
` [PATCH v3 1/2] Add crypto driver support for some MediaTek chips
  ` [PATCH v3 2/2] crypto: mediatek - add DT bindings documentation

[PATCH] crypto: qat - increase number of supported devices
 2016-12-22 15:01 UTC 

[PATCH] crypto: qat - initialize cra_flags before register into kpp
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - modify format of dev top level debugfs entries
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - zero esram only for DH85x devices
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - fix bar discovery for c62x
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - replace hardcoded BIT(0) in vf_isr
 2016-12-22 14:59 UTC 

[PATCH] crypto: qat - fix comments describing adf_disable_sriov()
 2016-12-22 14:59 UTC 

[PATCH] crypto: qat - fix indentation
 2016-12-22 14:58 UTC 

[PATCH v6 0/2] virtio-crypto: add Linux driver
 2016-12-22 14:58 UTC  (5+ messages)
` [PATCH v6 1/2] sparc: fix a building error reported by kbuild

[PATCH 1/3] crypto: Change lz4 modules to work with new lz4 compressor module version
 2016-12-22 13:25 UTC 

dm-crypt optimization
 2016-12-22 10:14 UTC  (5+ messages)

[kernel-hardening] Re: HalfSipHash Acceptable Usage
 2016-12-22  4:40 UTC  (3+ messages)

George's crazy full state idea (Re: HalfSipHash Acceptable Usage)
 2016-12-22  2:40 UTC 

HalfSipHash Acceptable Usage
 2016-12-22  1:54 UTC  (26+ messages)
              ` [kernel-hardening] "

[PATCH v7 1/6] siphash: add cryptographically secure PRF
 2016-12-22  1:42 UTC 

[PATCHv2] crypto: testmgr: Use heap buffer for acomp test input
 2016-12-21 20:32 UTC 

algif for compression?
 2016-12-21  8:52 UTC  (4+ messages)

[PATCH v3 0/3] Add Support for Cavium Cryptographic Acceleration Unit
 2016-12-21 14:01 UTC  (6+ messages)
` [PATCH v3 1/3] drivers: crypto: Add Support for Octeon-tx CPT Engine
` [PATCH v3 2/3] drivers: crypto: Add the Virtual Function driver for CPT
` [PATCH v3 3/3] drivers: crypto: Enable CPT options crypto for build

[PATCH] crypto: testmgr: Use linear alias for test input
 2016-12-21  8:55 UTC  (3+ messages)

[PATCH v5 1/4] siphash: add cryptographically secure PRF
 2016-12-19 20:18 UTC  (15+ messages)
        `  "
          ` [kernel-hardening] "

[PATCH v5 1/4] siphash: add cryptographically secure PRF
 2016-12-19 17:21 UTC  (15+ messages)
                  `  "
                    ` [kernel-hardening] "

[RFC PATCH 0/3] Cavium ThunderX ZIP driver
 2016-12-19 16:12 UTC  (5+ messages)
` [RFC PATCH 1/3] crypto: zip - Add ThunderX ZIP driver core

(unknown),
 2016-12-18 10:35 UTC 

[PATCH v2 1/4] siphash: add cryptographically secure hashtable function
 2016-12-18  0:06 UTC  (10+ messages)
` [PATCH v3 1/3] "

[PATCH v5 1/4] siphash: add cryptographically secure PRF
 2016-12-16 22:41 UTC  (4+ messages)
  ` [kernel-hardening] "

[PATCH v6 3/5] random: use SipHash in place of MD5
 2016-12-16 22:23 UTC  (4+ messages)

Re: [PATCH v5 1/4] siphash: add cryptographically secure PRF
 2016-12-16 21:15 UTC  (2+ messages)

[PATCH v5 1/4] siphash: add cryptographically secure PRF
 2016-12-16 20:43 UTC 


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