Dave Watson ([email protected])

Number of posts: 140 (0.13 per day)
First post: 2015-11-23 17:42:43
Last post: 2018-12-10 19:57:04

Date List Subject
2018-02-14 17:40:56 linux-kernel [PATCH v2 05/14] x86/crypto: aesni: Merge encode and decode to GCM_ENC_DEC macro
2018-02-14 17:40:47 linux-crypto [PATCH v2 13/14] x86/crypto: aesni: Introduce scatter/gather asm function stubs
2018-02-14 17:40:39 linux-kernel [PATCH v2 03/14] x86/crypto: aesni: Add GCM_INIT macro
2018-02-14 17:40:33 linux-crypto [PATCH v2 10/14] x86/crypto: aesni: Move HashKey computation from stack to gcm_context
2018-02-14 17:40:19 linux-crypto [PATCH v2 11/14] x86/crypto: aesni: Introduce partial block macro
2018-02-14 17:40:14 linux-crypto [PATCH v2 06/14] x86/crypto: aesni: Introduce gcm_context_data
2018-02-14 17:39:55 linux-crypto [PATCH v2 09/14] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-02-14 17:39:45 linux-crypto [PATCH v2 08/14] x86/crypto: aesni: Fill in new context data structures
2018-02-14 17:39:39 linux-kernel [PATCH v2 00/14] x86/crypto gcmaes SSE scatter/gather support
2018-02-14 17:39:36 linux-crypto [PATCH v2 07/14] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-02-14 17:39:10 linux-crypto [PATCH v2 05/14] x86/crypto: aesni: Merge encode and decode to GCM_ENC_DEC macro
2018-02-14 17:38:57 linux-crypto [PATCH v2 04/14] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-02-14 17:38:45 linux-crypto [PATCH v2 03/14] x86/crypto: aesni: Add GCM_INIT macro
2018-02-14 17:38:35 linux-crypto [PATCH v2 02/14] x86/crypto: aesni: Macro-ify func save/restore
2018-02-14 17:38:12 linux-crypto [PATCH v2 01/14] x86/crypto: aesni: Merge INITIAL_BLOCKS_ENC/DEC
2018-02-14 17:37:51 linux-crypto [PATCH v2 00/14] x86/crypto gcmaes SSE scatter/gather support
2018-02-13 18:44:29 linux-kernel Re: [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-13 18:42:21 linux-crypto Re: [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-13 18:24:12 linux-kernel Re: [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-13 18:23:04 linux-crypto Re: [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-12 19:54:35 linux-kernel [PATCH 06/14] x86/crypto: aesni: Introduce gcm_context_data
2018-02-12 19:54:19 linux-kernel [PATCH 13/14] x86/crypto: aesni: Introduce scatter/gather asm function stubs
2018-02-12 19:54:03 linux-kernel [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-12 19:53:25 linux-kernel [PATCH 05/14] x86/crypto: aesni: Merge encode and decode to GCM_ENC_DEC macro
2018-02-12 19:53:23 linux-kernel [PATCH 11/14] x86/crypto: aesni: Introduce partial block macro
2018-02-12 19:53:00 linux-kernel [PATCH 12/14] x86/crypto: aesni: Add fast path for > 16 byte update
2018-02-12 19:52:04 linux-kernel [PATCH 10/14] x86/crypto: aesni: Move HashKey computation from stack to gcm_context
2018-02-12 19:51:57 linux-crypto [PATCH 14/14] x86/crypto: aesni: Update aesni-intel_glue to use scatter/gather
2018-02-12 19:51:54 linux-crypto [PATCH 05/14] x86/crypto: aesni: Merge encode and decode to GCM_ENC_DEC macro
2018-02-12 19:51:51 linux-kernel [PATCH 04/14] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-02-12 19:51:41 linux-kernel [PATCH 09/14] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-02-12 19:51:21 linux-kernel [PATCH 08/14] x86/crypto: aesni: Fill in new context data structures
2018-02-12 19:51:19 linux-kernel [PATCH 07/14] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-02-12 19:51:18 linux-kernel [PATCH 03/14] x86/crypto: aesni: Add GCM_INIT macro
2018-02-12 19:51:14 linux-crypto [PATCH 13/14] x86/crypto: aesni: Introduce scatter/gather asm function stubs
2018-02-12 19:51:03 linux-kernel [PATCH 00/14] x86/crypto gcmaes SSE scatter/gather support
2018-02-12 19:50:58 linux-crypto [PATCH 12/14] x86/crypto: aesni: Add fast path for > 16 byte update
2018-02-12 19:50:44 linux-crypto [PATCH 11/14] x86/crypto: aesni: Introduce partial block macro
2018-02-12 19:50:30 linux-crypto [PATCH 10/14] x86/crypto: aesni: Move HashKey computation from stack to gcm_context
2018-02-12 19:50:14 linux-crypto [PATCH 07/14] x86/crypto: aesni: Split AAD hash calculation to separate macro
2018-02-12 19:50:14 linux-crypto [PATCH 09/14] x86/crypto: aesni: Move ghash_mul to GCM_COMPLETE
2018-02-12 19:49:58 linux-crypto [PATCH 08/14] x86/crypto: aesni: Fill in new context data structures
2018-02-12 19:49:47 linux-kernel [PATCH 02/14] x86/crypto: aesni: Macro-ify func save/restore
2018-02-12 19:49:28 linux-kernel [PATCH 01/14] x86/crypto: aesni: Merge INITIAL_BLOCKS_ENC/DEC
2018-02-12 19:49:22 linux-crypto [PATCH 06/14] x86/crypto: aesni: Introduce gcm_context_data
2018-02-12 19:49:15 linux-crypto [PATCH 04/14] x86/crypto: aesni: Add GCM_COMPLETE macro
2018-02-12 19:48:33 linux-crypto [PATCH 03/14] x86/crypto: aesni: Add GCM_INIT macro
2018-02-12 19:48:32 linux-crypto [PATCH 01/14] x86/crypto: aesni: Merge INITIAL_BLOCKS_ENC/DEC
2018-02-12 19:48:32 linux-crypto [PATCH 00/14] x86/crypto gcmaes SSE scatter/gather support
2018-02-12 19:48:15 linux-crypto [PATCH 02/14] x86/crypto: aesni: Macro-ify func save/restore
2018-01-31 17:38:08 linux-crypto Re: [PATCHv2] tls: Add support for encryption using async offload accelerator