linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-15 20:29:59 to 2016-12-22 16:15:15 UTC [more...]

[PATCH 00/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
 2016-12-22 16:15 UTC  (9+ messages)
` [PATCH 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
` [PATCH 03/12] crypto: atmel-sha: make atmel_sha_done_task more generic
` [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 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()

George's crazy full state idea (Re: HalfSipHash Acceptable Usage)
 2016-12-22 16:09 UTC  (5+ messages)

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

[PATCH v5 0/4] The SipHash Patchset
 2016-12-22 15:58 UTC  (83+ messages)
` [PATCH v5 1/4] siphash: add cryptographically secure PRF
                                  `  "
                                    ` [kernel-hardening] "
` [PATCH v5 2/4] siphash: add Nu{32,64} helpers
` [PATCH v5 3/4] secure_seq: use SipHash in place of MD5
` [PATCH v5 4/4] random: "
` [PATCH v6 0/5] The SipHash Patchset
  ` [PATCH v6 1/5] siphash: add cryptographically secure PRF
  ` [PATCH v6 2/5] secure_seq: use SipHash in place of MD5
  ` [PATCH v6 3/5] random: "
  ` [PATCH v6 4/5] md5: remove from lib and only live in crypto
  ` [PATCH v6 5/5] syncookies: use SipHash in place of SHA1
  ` [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] 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 

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

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)

Test AEAD/authenc algorithms from userspace
 2016-12-21  8:54 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)

[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

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

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

[PATCH v2 1/4] siphash: add cryptographically secure hashtable function
 2016-12-18  0:06 UTC  (29+ messages)
                        ` [kernel-hardening] "
` [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 

[PATCH] crypto: AF_ALG - fix memory management of aio with multiple iocbs
 2016-12-16 13:58 UTC  (5+ messages)

[PATCH v2] crypto: marvell - Copy IVDIG before launching partial DMA ahash requests
 2016-12-16 12:07 UTC  (2+ messages)

(unknown),
 2016-12-16 10:46 UTC 

[PATCH v7 0/1] virtio-crypto: add Linux driver
 2016-12-16  0:40 UTC  (8+ messages)
` [PATCH v7 1/1] crypto: add virtio-crypto driver
  ` [Qemu-devel] "
            ` [virtio-dev] "

[PATCH v2 1/4] siphash: add cryptographically secure hashtable function
 2016-12-16  0:03 UTC  (5+ messages)

Re: [PATCH v2 1/4] siphash: add cryptographically secure hashtable function
 2016-12-15 21:16 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).