linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-05 14:02:05 to 2019-11-09 17:11:20 UTC [more...]

[PATCH v4 00/29] crypto: convert h/w accelerator drivers to skcipher API
 2019-11-09 17:09 UTC  (18+ messages)
` [PATCH v4 01/29] crypto: virtio - implement missing support for output IVs
` [PATCH v4 02/29] crypto: virtio - deal with unsupported input sizes
` [PATCH v4 03/29] crypto: virtio - switch to skcipher API
` [PATCH v4 04/29] crypto: ccp - switch from ablkcipher to skcipher
` [PATCH v4 05/29] crypto: omap - switch to skcipher API
` [PATCH v4 06/29] crypto: ux500 "
` [PATCH v4 07/29] crypto: s5p "
` [PATCH v4 08/29] crypto: atmel-aes "
` [PATCH v4 09/29] crypto: atmel-tdes "
` [PATCH v4 10/29] crypto: bcm-spu "
` [PATCH v4 11/29] crypto: nitrox - remove cra_type reference to ablkcipher
` [PATCH v4 12/29] crypto: cavium/cpt - switch to skcipher API
` [PATCH v4 13/29] crypto: chelsio "
` [PATCH v4 14/29] crypto: hifn "
` [PATCH v4 15/29] crypto: ixp4xx "
` [PATCH v4 16/29] crypto: mxs "
` [PATCH v4 17/29] crypto: mediatek "

Remove PRNG from Linux Kernel
 2019-11-09 13:28 UTC 

[PATCH v5] arm64: Implement archrandom.h for ARMv8.5-RNG
 2019-11-09  9:04 UTC  (3+ messages)

Remove PRNG from Linux Kernel
 2019-11-09  6:36 UTC  (3+ messages)

[PATCH v3 00/29] crypto: convert h/w accelerator drivers to skcipher API
 2019-11-09  6:23 UTC  (16+ messages)
` [PATCH v3 03/29] crypto: virtio - switch "
` [PATCH v3 08/29] crypto: atmel-aes "
` [PATCH v3 09/29] crypto: atmel-tdes "
` [PATCH v3 25/29] crypto: qat "
` [PATCH v3 28/29] crypto: remove deprecated and unused ablkcipher support
` [PATCH v3 29/29] crypto: ccree - update a stale reference to ablkcipher

[PATCH 00/10] crypto: omap fixes towards 5.5
 2019-11-09  5:01 UTC  (12+ messages)
` [PATCH 09/10] crypto: add timeout to crypto_wait_req

[PATCH -next] crypto: sun8i-ss - Fix memdup.cocci warnings
 2019-11-09  2:44 UTC 

[PATCH v2 0/5] crypto: hisilicon - add HiSilicon SEC V2 support
 2019-11-09  2:16 UTC  (7+ messages)
` [PATCH v2 1/5] crypto: hisilicon - add HiSilicon SEC V2 driver
` [PATCH v2 2/5] crypto: hisilicon - add SRIOV for HiSilicon SEC
` [PATCH v2 3/5] Documentation: add DebugFS doc "
` [PATCH v2 4/5] crypto: hisilicon - add DebugFS "
` [PATCH v2 5/5] MAINTAINERS: Add maintainer for HiSilicon SEC V2 driver

[PATCH] crypto: amlogic - fix two resources leak
 2019-11-08 21:00 UTC  (2+ messages)

[PATCH] crypto: tcrypt: constify check alg list
 2019-11-08 15:42 UTC 

crypto: atmel - Fix authenc support when it is set to m
 2019-11-08 15:21 UTC  (3+ messages)
` [PATCH] crypto: atmel - Fix selection of CRYPTO_AUTHENC

[PATCH] crypto: inside-secure - Add missed clk_disable_unprepare
 2019-11-08 15:21 UTC  (2+ messages)

[PATCH] crypto: fix semicolon.cocci warnings
 2019-11-08 15:20 UTC  (2+ messages)

[PATCH] crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
 2019-11-08 15:20 UTC  (3+ messages)

[PATCH] crypto: fix memdup.cocci warnings
 2019-11-08 15:20 UTC  (2+ messages)

[PATCH 0/2] hw_random: hisilicon - add HiSilicon TRNG V2 support
 2019-11-08 15:20 UTC  (2+ messages)

[PATCH 0/3] enable CAAM's HWRNG as default
 2019-11-08 15:19 UTC  (5+ messages)

[PATCH][next] crypto: amlogic: ensure error variable err is set before returning it
 2019-11-08 15:11 UTC  (2+ messages)

[PATCH -next] crypto: amlogic - Use kmemdup in meson_aes_setkey()
 2019-11-08 15:11 UTC  (2+ messages)

[PATCH v4 0/1] arm64: Implement archrandom.h for ARMv8.5-RNG
 2019-11-08 14:52 UTC  (7+ messages)
` [PATCH v4 1/1] "

[PATCH 0/5] crypto: hisilicon - add HiSilicon SEC V2 support
 2019-11-08 14:46 UTC  (3+ messages)
` [PATCH 4/5] crypto: hisilicon - add DebugFS for HiSilicon SEC

[RESEND PATCH v8 0/3] Add uacce module for Accelerator
 2019-11-08 13:31 UTC  (4+ messages)
` [RESEND PATCH v8 1/3] uacce: Add documents for uacce
` [RESEND PATCH v8 2/3] uacce: add uacce driver
` [RESEND PATCH v8 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH] MAINTAINERS: add linux-amlogic list for amlogic crypto
 2019-11-08 13:13 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: Convert stm32 CRC bindings to json-schema
 2019-11-08 12:52 UTC  (3+ messages)
` [PATCH] dt-bindings: crypto: Convert stm32 CRYP "
` [PATCH] dt-bindings: crypto: Convert stm32 HASH "

[PATCH v8 0/3] Add uacce module for Accelerator
 2019-11-08 12:34 UTC  (4+ messages)
` [PATCH v8 1/3] uacce: Add documents for uacce
` [PATCH v8 2/3] uacce: add uacce driver
` [PATCH v8 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH v5 00/34] crypto: crypto API library interfaces for WireGuard
 2019-11-08 12:22 UTC  (35+ messages)
` [PATCH v5 01/34] crypto: tidy up lib/crypto Kconfig and Makefile
` [PATCH v5 02/34] crypto: chacha - move existing library code into lib/crypto
` [PATCH v5 03/34] crypto: x86/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v5 04/34] crypto: x86/chacha - expose SIMD ChaCha routine as library function
` [PATCH v5 05/34] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v5 06/34] crypto: arm64/chacha - expose arm64 ChaCha routine as library function
` [PATCH v5 07/34] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
` [PATCH v5 08/34] crypto: arm/chacha - remove dependency on generic ChaCha driver
` [PATCH v5 09/34] crypto: arm/chacha - expose ARM ChaCha routine as library function
` [PATCH v5 10/34] crypto: mips/chacha - import 32r2 ChaCha code from Zinc
` [PATCH v5 11/34] crypto: mips/chacha - wire up accelerated 32r2 "
` [PATCH v5 12/34] crypto: chacha - unexport chacha_generic routines
` [PATCH v5 13/34] crypto: poly1305 - move core routines into a separate library
` [PATCH v5 14/34] crypto: x86/poly1305 - unify Poly1305 state struct with generic code
` [PATCH v5 15/34] crypto: poly1305 - expose init/update/final library interface
` [PATCH v5 16/34] crypto: x86/poly1305 - depend on generic library not generic shash
` [PATCH v5 17/34] crypto: x86/poly1305 - expose existing driver as poly1305 library
` [PATCH v5 18/34] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
` [PATCH v5 19/34] crypto: arm/poly1305 "
` [PATCH v5 20/34] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
` [PATCH v5 21/34] int128: move __uint128_t compiler test to Kconfig
` [PATCH v5 22/34] crypto: BLAKE2s - generic C library implementation and selftest
` [PATCH v5 23/34] crypto: testmgr - add test cases for Blake2s
` [PATCH v5 24/34] crypto: blake2s - implement generic shash driver
` [PATCH v5 25/34] crypto: BLAKE2s - x86_64 SIMD implementation
` [PATCH v5 26/34] crypto: Curve25519 - generic C library implementations
` [PATCH v5 27/34] crypto: curve25519 - add kpp selftest
` [PATCH v5 28/34] crypto: curve25519 - implement generic KPP driver
` [PATCH v5 29/34] crypto: lib/curve25519 - work around Clang stack spilling issue
` [PATCH v5 30/34] crypto: Curve25519 - x86_64 library and KPP implementations
` [PATCH v5 31/34] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH v5 32/34] crypto: arm/Curve25519 - wire up NEON implementation
` [PATCH v5 33/34] crypto: chacha20poly1305 - import construction and selftest from Zinc
` [PATCH v5 34/34] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine

[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
 2019-11-08 11:37 UTC  (4+ messages)
` [PATCH 4/5] power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call

[PATCH v4 00/35] crypto: crypto API library interfaces for WireGuard
 2019-11-08 11:28 UTC  (5+ messages)
` [PATCH v4 22/35] crypto: BLAKE2s - generic C library implementation and selftest

[PATCH] crypto: aead - Split out geniv into its own module
 2019-11-08 10:41 UTC 

[PATCH] crypto: api - Add softdep on cryptomgr
 2019-11-08 10:26 UTC 

[PATCHv3] crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
 2019-11-08  9:19 UTC  (4+ messages)

[PATCHv4] crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
 2019-11-08  9:00 UTC 

[PATCHv2] crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
 2019-11-08  8:53 UTC  (3+ messages)

[PATCH] crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
 2019-11-08  8:51 UTC  (4+ messages)

[PATCH v7 0/3] Add uacce module for Accelerator
 2019-11-08  7:48 UTC  (7+ messages)
` [PATCH v7 2/3] uacce: add uacce driver

[PATCH 0/7] BLAKE2b cleanups
 2019-11-08  2:13 UTC  (9+ messages)
` [PATCH 1/7] crypto: blake2b: merge _final implementation to callback
` [PATCH 2/7] crypto: blake2b: merge blake2 init to api callback
` [PATCH 3/7] crypto: blake2b: simplify key init
` [PATCH 4/7] crypto: blake2b: delete unused structs or members
` [PATCH 5/7] crypto: blake2b: open code set last block helper
` [PATCH 6/7] crypto: blake2b: merge _update to api callback
` [PATCH 7/7] crypto: blake2b: rename tfm context

KASAN: use-after-free Read in crypto_gcm_init_common
 2019-11-07 20:05 UTC  (3+ messages)

Investment opportunity
 2019-11-07 15:08 UTC 

[PATCH] crypto: hisilicon: no need to check return value of debugfs_create functions
 2019-11-07  8:52 UTC 

[PATCH] crypto: hisilicon - add vfs_num module param for zip
 2019-11-07  3:48 UTC 

[PATCH 0/5] CAAM JR lifecycle
 2019-11-06 15:19 UTC  (9+ messages)
` [PATCH 1/5] crypto: caam - use static initialization
` [PATCH 2/5] crypto: caam - introduce caam_jr_cbk
` [PATCH 3/5] crypto: caam - convert JR API to use struct caam_drv_private_jr
` [PATCH 4/5] crypto: caam - do not create a platform devices for JRs
` [PATCH 5/5] crypto: caam - disable CAAM's bind/unbind attributes

[PATCH] crypto: inside-secure - Fix hangup during probing for EIP97 engine
 2019-11-06 15:13 UTC 

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-06 14:13 UTC  (11+ messages)
` [PATCH v2 01/10] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH v2 02/10] powerpc: "
` [PATCH v2 03/10] s390: "
` [PATCH v2 04/10] linux/random.h: "
` [PATCH v2 05/10] linux/random.h: Use false with bool
` [PATCH v2 06/10] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH v2 07/10] x86: Mark archrandom.h "
` [PATCH v2 08/10] powerpc: Use bool in archrandom.h
` [PATCH v2 09/10] powerpc: Mark archrandom.h functions __must_check
` [PATCH v2 10/10] s390x: "

INFO: task hung in chaoskey_disconnect
 2019-11-06 12:32 UTC 

[PATCH V3 0/4] Add Xilinx's ZynqMP AES driver support
 2019-11-06 11:40 UTC  (5+ messages)
` [PATCH V3 1/4] dt-bindings: crypto: Add bindings for ZynqMP AES driver
` [PATCH V3 2/4] ARM64: zynqmp: Add Xilinix AES node
` [PATCH V3 3/4] firmware: xilinx: Add ZynqMP aes API for AES functionality
` [PATCH V3 4/4] crypto: Add Xilinx AES driver

[PATCH] hwrng: ks-sa: Add minimum sleep time before ready-polling
 2019-11-06  9:30 UTC 

[PATCH net v2] net/tls: fix sk_msg trim on fallback to copy mode
 2019-11-06  2:08 UTC  (3+ messages)

[PATCH] crypto: tgr192 remove unneeded semicolon
 2019-11-06  0:53 UTC 

[PATCH -next] crypto: hisilicon: move label err to #ifdef CONFIG_NUMA
 2019-11-06  0:50 UTC  (3+ messages)

[PATCH][next][V2] crypto: allwinner: fix some spelling mistakes
 2019-11-05 18:54 UTC  (2+ messages)

[PATCH][next] crypto: allwinner: fix spelling mistake "recommandation" -> "recommendation"
 2019-11-05 15:00 UTC  (2+ messages)
` NAK: "

[PATCHv2 00/22] crypto: omap-sham: fixes towards 5.5
 2019-11-05 14:01 UTC  (5+ messages)
` [PATCHv2 19/22] crypto: omap-aes-gcm: convert to use crypto engine
` [PATCHv2 20/22] crypto: omap-des: avoid unnecessary spam with bad cryptlen
` [PATCHv2 21/22] crypto: omap-des: handle NULL cipher request
` [PATCHv2 22/22] crypto: omap-crypto: copy the temporary data to output buffer properly


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