linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-12 08:59:27 to 2018-09-18 17:01:47 UTC [more...]

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-18 17:01 UTC  (22+ messages)
` [PATCH net-next v5 01/20] asm: simd context helper API
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library
` [PATCH net-next v5 03/20] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v5 04/20] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v5 05/20] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v5 06/20] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v5 08/20] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v5 09/20] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v5 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v5 11/20] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v5 12/20] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v5 13/20] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v5 14/20] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v5 15/20] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v5 16/20] zinc: Curve25519 ARM implementation
` [PATCH net-next v5 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v5 18/20] crypto: port ChaCha20 "
` [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v5 20/20] net: WireGuard secure network tunnel

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-18 16:45 UTC  (27+ messages)

[PATCH 1/2] cpufeature: avoid warning when compiling with clang
 2018-09-18 15:52 UTC  (4+ messages)
` [PATCH 2/2] crypto: arm/crc32 - avoid warning when compiling with Clang

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-18 13:03 UTC  (6+ messages)

[PATCH] net/sock: move memory_allocated over to percpu_counter variables
 2018-09-18  9:37 UTC  (2+ messages)
` [LKP] [net/sock] b99259a614: netperf.Throughput_Mbps -6.6% regression

[PATCH][RFC] crypto: skcipher: Remove VLA usage
 2018-09-18  9:22 UTC  (3+ messages)

[PATCH v2 1/4] crypto: s5p-sss: Fix race in error handling
 2018-09-18  7:33 UTC  (9+ messages)
  ` [PATCH v2 2/4] crypto: s5p-sss: Fix Fix argument list alignment
  ` [PATCH v2 3/4] crypto: s5p-sss: Minor code cleanup
  ` [PATCH v2 4/4] crypto: s5p-sss: Add aes-ctr support

[PATCH v2 0/4] crypto: s5p-sss: Fix and add aes-ctr support
 2018-09-17 15:09 UTC 

[PATCH 1/4] crypto: s5p-sss: Fix race in error handling
 2018-09-17 13:45 UTC  (8+ messages)
  ` [PATCH 2/4] crypto: s5p-sss: Fix whitespace issues
  ` [PATCH 3/4] crypto: s5p-sss: Minor code cleanup
  ` [PATCH 4/4] crypto: s5p-sss: Add aes-ctr support

[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs
 2018-09-17 11:47 UTC  (3+ messages)

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-17 11:35 UTC  (38+ messages)
` [PATCH net-next v4 01/20] asm: simd context helper API
` [PATCH net-next v4 02/20] zinc: introduce minimal cryptography library
` [PATCH net-next v4 03/20] zinc: ChaCha20 generic C implementation
` [PATCH net-next v4 04/20] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v4 05/20] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v4 06/20] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v4 07/20] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v4 08/20] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v4 09/20] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v4 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v4 11/20] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v4 12/20] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v4 13/20] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v4 14/20] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v4 15/20] zinc: Curve25519 ARM implementation
` [PATCH net-next v4 16/20] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v4 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v4 18/20] crypto: port ChaCha20 "
` [PATCH net-next v4 19/20] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v4 20/20] net: WireGuard secure network tunnel

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-17  9:33 UTC  (9+ messages)

[PATCH v2] [v2] crypto: aes-generic - fix aes-generic regression on powerpc
 2018-09-17  9:29 UTC  (4+ messages)

[PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver
 2018-09-14 23:26 UTC  (15+ messages)
` [PATCH v2 01/12] bus: fsl-mc: add support for dpseci device type
` [PATCH v2 02/12] soc: fsl: dpio: add back some frame queue functions
` [PATCH v2 03/12] soc: fsl: dpio: add frame list format support
` [PATCH v2 04/12] soc: fsl: dpio: add congestion notification support
` [PATCH v2 05/12] crypto: caam - fix implicit casts in endianness helpers
` [PATCH v2 06/12] crypto: caam - add DPAA2-CAAM (DPSECI) backend API
` [PATCH v2 07/12] crypto: caam - add Queue Interface v2 error codes
` [PATCH v2 08/12] crypto: caam/qi2 - add DPAA2-CAAM driver
` [PATCH v2 09/12] crypto: caam/qi2 - add skcipher algorithms
` [PATCH v2 10/12] crypto: caam - export ahash shared descriptor generation
` [PATCH v2 11/12] crypto: caam/qi2 - add support for ahash algorithms
` [PATCH v2 12/12] arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs

[PATCH 0/2] Miscellaneous SEV fixes
 2018-09-14 22:32 UTC  (3+ messages)
` [PATCH 1/2] Fix static checker warning
` [PATCH 2/2] Allow SEV firmware to be chosen based on Family and Model

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-14 17:47 UTC  (3+ messages)

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-14 14:13 UTC  (17+ messages)

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-14  9:53 UTC  (24+ messages)

[PATCH 1/1] crypto: cavium/nitrox - Added support for SR-IOV configuration
 2018-09-14  6:12 UTC  (2+ messages)

[PATCH] crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
 2018-09-14  6:11 UTC  (2+ messages)

[PATCH v8 0/9] crypto: Remove VLA usage
 2018-09-14  6:10 UTC  (6+ messages)
` [PATCH v8 5/9] dm: Remove VLA usage from hashes

[PATCH] crypto: Adds user space interface for ALG_SET_KEY_TYPE
 2018-09-14  6:03 UTC  (2+ messages)

[PATCH v2 0/4] crypto: skcipher - Remove VLA usage
 2018-09-13 17:40 UTC  (7+ messages)
` [PATCH v2 2/4] crypto: skcipher - Enforce non-ASYNC for on-stack requests

[PATCH v4 0/4] crypto: lrw - Fixes and improvements
 2018-09-13  8:51 UTC  (5+ messages)
` [PATCH v4 1/4] crypto: lrw - Fix out-of bounds access on counter overflow
` [PATCH v4 2/4] crypto: testmgr - Add test for LRW counter wrap-around
` [PATCH v4 3/4] crypto: lrw - Optimize tweak computation
` [PATCH v4 4/4] crypto: lrw - Do not use auxiliary buffer

[PATCH 0/4] crypto: s5p-sss: Fix and add aes-ctr support
 2018-09-13  7:58 UTC 

[PATCH 0/5] crypto: arm - enable module autoloading
 2018-09-13  7:52 UTC  (6+ messages)
` [PATCH 1/5] crypto: arm/aes-ce - enable module autoloading based on CPU feature bits

[PATCH crypto-2.6] crypto: ccp: add timeout support in the SEV command
 2018-09-13  5:02 UTC  (4+ messages)

[PATCH v21 0/6] Add io{read|write}64 to io-64-atomic headers
 2018-09-13  0:08 UTC  (7+ messages)
` [PATCH v21 1/6] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v21 2/6] parisc: iomap: introduce io{read|write}64
` [PATCH v21 3/6] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v21 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v21 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v21 6/6] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 1/2] dt-bindings: crypto: hip07-sec, drop incorrect commas
 2018-09-12 16:07 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: hisilicon hip07: drop commas from @address node names

[PATCH 0/2] dt-bindings: Cleanup spurious commas in hisilicon hip07 dt
 2018-09-12 16:05 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).