linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 12:19:59 to 2019-10-17 19:10:20 UTC [more...]

[PATCH v4 00/35] crypto: crypto API library interfaces for WireGuard
 2019-10-17 19:09 UTC  (16+ messages)
` [PATCH v4 01/35] crypto: tidy up lib/crypto Kconfig and Makefile
` [PATCH v4 02/35] crypto: chacha - move existing library code into lib/crypto
` [PATCH v4 03/35] crypto: x86/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v4 04/35] crypto: x86/chacha - expose SIMD ChaCha routine as library function
` [PATCH v4 05/35] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v4 06/35] crypto: arm64/chacha - expose arm64 ChaCha routine as library function
` [PATCH v4 07/35] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
` [PATCH v4 08/35] crypto: arm/chacha - remove dependency on generic ChaCha driver
` [PATCH v4 09/35] crypto: arm/chacha - expose ARM ChaCha routine as library function
` [PATCH v4 10/35] crypto: mips/chacha - import 32r2 ChaCha code from Zinc
` [PATCH v4 11/35] crypto: mips/chacha - wire up accelerated 32r2 "
` [PATCH v4 12/35] crypto: chacha - unexport chacha_generic routines
` [PATCH v4 13/35] crypto: poly1305 - move core routines into a separate library
` [PATCH v4 14/35] crypto: x86/poly1305 - unify Poly1305 state struct with generic code
` [PATCH v4 15/35] crypto: poly1305 - expose init/update/final library interface

[PATCH] KEYS: asym_tpm: Switch to get_random_bytes()
 2019-10-17 18:04 UTC  (24+ messages)

[PATCH] crypto: inside-secure - fix type of buffer in eip197_write_firmware
 2019-10-17 17:14 UTC  (2+ messages)

[PATCH] crypto: inside-secure - fix unexported warnings
 2019-10-17 16:53 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Made locally used safexcel_pci_remove() static
 2019-10-17 15:49 UTC 

[PATCH] crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=m
 2019-10-17 15:36 UTC 

[PATCH -next] crypto: inside-secure: fix build error for safexcel_hash.c
 2019-10-17 16:16 UTC  (2+ messages)

[PATCH -next] crypto: inside-secure - Fix randbuild error
 2019-10-17 16:14 UTC  (5+ messages)

[PATCH 00/25] crypto: convert h/w accelerator driver to skcipher API
 2019-10-17 15:28 UTC  (31+ messages)
` [PATCH 05/25] crypto: omap - switch "
` [PATCH 06/25] crypto: ux500 "
` [PATCH 08/25] crypto: atmel-aes "
` [PATCH 15/25] crypto: ixp4xx "
` [PATCH 16/25] crypto: mxs "
` [PATCH 17/25] crypto: mediatek "
` [PATCH 18/25] crypto: picoxcell "
` [PATCH 19/25] crypto: sahara "
` [PATCH 20/25] crypto: stm32 "
` [PATCH 21/25] crypto: rockchip "
` [PATCH 22/25] crypto: qce "
` [PATCH 23/25] crypto: niagara2 "
` [PATCH 24/25] crypto: talitos "
` [PATCH 25/25] crypto: qat "
  ` [PATCH 07/25] crypto: s5p "

[PATCH 1/3] crypto: inside-secure - Fix a maybe-uninitialized warning
 2019-10-17 14:14 UTC  (5+ messages)
` [PATCH 3/3] crypto: inside-secure - Remove #ifdef checks

[RFT PATCH 0/3] crypto: s390 - convert to skcipher API
 2019-10-17 14:05 UTC  (14+ messages)
` [RFT PATCH 1/3] crypto: s390/aes "
` [RFT PATCH 2/3] crypto: s390/paes "
` [RFT PATCH 3/3] crypto: s390/des "

[PATCH] crypto: fix comparison of unsigned expression warnings
 2019-10-17 13:45 UTC  (2+ messages)

[PATCH 00/10] crypto: omap fixes towards 5.5
 2019-10-17 12:25 UTC  (11+ messages)
` [PATCH 01/10] crypto: omap-sham: split up data to multiple sg elements with huge data
` [PATCH 02/10] crypto: omap-sham: remove the sysfs group during driver removal
` [PATCH 03/10] crypto: omap-aes: "
` [PATCH 04/10] crypto: omap-des: add IV output handling
` [PATCH 05/10] crypto: omap-aes: "
` [PATCH 06/10] crypto: omap-sham: fix buffer handling for split test cases
` [PATCH 07/10] crypto: omap-aes-gcm: fix corner case with only auth data
` [PATCH 08/10] crypto: omap-sham: fix split update cases with cryptomgr tests
` [PATCH 09/10] crypto: add timeout to crypto_wait_req
` [PATCH 10/10] crypto: omap-aes: fixup aligned data cleanup

[PATCH v5 0/2] BLAKE2b generic implementation
 2019-10-17 10:22 UTC  (3+ messages)
` [PATCH v5 2/2] crypto: add test vectors for blake2b

[PATCH -next 00/13] hwrng: use devm_platform_ioremap_resource() to simplify code
 2019-10-17  9:32 UTC  (20+ messages)
` [PATCH -next 01/13] hwrng: atmel - "
` [PATCH -next 02/13] hwrng: bcm2835 "
` [PATCH -next 03/13] hwrng: exynos "
` [PATCH -next 04/13] hwrng: hisi "
` [PATCH -next 05/13] hwrng: ks-sa "
` [PATCH -next 06/13] hwrng: meson "
` [PATCH -next 07/13] hwrng: npcm "
` [PATCH -next 08/13] hwrng: omap "
` [PATCH -next 09/13] hwrng: pasemi "
` [PATCH -next 10/13] hwrng: pic32 "
` [PATCH -next 11/13] hwrng: st "
` [PATCH -next 12/13] hwrng: tx4939 "
` [PATCH -next 13/13] hwrng: xgene "

[PATCH v3 0/4] crypto: add amlogic crypto offloader driver
 2019-10-17  7:48 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: crypto: Add DT bindings documentation for amlogic-crypto
` [PATCH v3 2/4] MAINTAINERS: Add myself as maintainer of amlogic crypto
` [PATCH v3 3/4] crypto: amlogic: Add crypto accelerator for amlogic GXL
` [PATCH v3 4/4] ARM64: dts: amlogic: adds crypto hardware node

[PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt
 2019-10-17  6:12 UTC  (2+ messages)

EIP97 kernel failure with af_alg/libaio
 2019-10-16 22:51 UTC  (3+ messages)

[PATCH v2 0/4] crypto: add amlogic crypto offloader driver
 2019-10-16 20:11 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: crypto: Add DT bindings documentation for amlogic-crypto
` [PATCH v2 3/4] crypto: amlogic: Add crypto accelerator for amlogic GXL
` [PATCH v2 4/4] ARM64: dts: amlogic: adds crypto hardware node

[PATCH v6 0/3] Add uacce module for Accelerator
 2019-10-16 18:36 UTC  (6+ messages)
` [PATCH v6 1/3] uacce: Add documents for uacce
` [PATCH v6 2/3] uacce: add uacce driver
` [PATCH v6 3/3] crypto: hisilicon - register zip engine to uacce

[PATCH v5 00/11] crypto: add sun8i-ce driver for Allwinner crypto engine
 2019-10-16 15:01 UTC  (12+ messages)
` [PATCH v5 01/11] crypto: Add allwinner subdirectory
` [PATCH v5 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine
` [PATCH v5 03/11] dt-bindings: crypto: Add DT bindings documentation for "
` [PATCH v5 04/11] ARM: dts: sun8i: R40: add crypto engine node
` [PATCH v5 05/11] ARM: dts: sun8i: H3: Add Crypto Engine node
` [PATCH v5 06/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64
` [PATCH v5 07/11] ARM64: dts: allwinner: sun50i: Add crypto engine node on H5
` [PATCH v5 08/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on H6
` [PATCH v5 09/11] sunxi_defconfig: add new Allwinner crypto options
` [PATCH v5 10/11] arm64: defconfig: "
` [PATCH v5 11/11] crypto: sun4i-ss: Move to Allwinner directory

[PATCH 0/4] crypto: add sun8i-ss driver for Allwinner Security System
 2019-10-16 13:39 UTC  (6+ messages)
` [PATCH 1/4] crypto: Add Allwinner sun8i-ss cryptographic offloader
` [PATCH 2/4] dt-bindings: crypto: Add DT bindings documentation for sun8i-ss Security System
` [PATCH 3/4] ARM: dts: sun8i: a83t: Add Security System node
` [PATCH 4/4] ARM: dts: sun9i: a80: "

[PATCH] crypto: atmel - fix data types for __be{32,64}
 2019-10-16 12:26 UTC 

[PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
 2019-10-16  7:12 UTC  (2+ messages)

[Patch v8 0/4] Create and consolidate trusted keys subsystem
 2019-10-16  5:14 UTC  (5+ messages)
` [Patch v8 1/4] tpm: Move tpm_buf code to include/linux/
` [Patch v8 2/4] KEYS: Use common tpm_buf for trusted and asymmetric keys
` [Patch v8 3/4] KEYS: trusted: Create trusted keys subsystem
` [Patch v8 4/4] KEYS: trusted: Move TPM2 trusted keys code

[PATCH] drivers,crypto/cavium: Fix barrier barrier usage after atomic_set()
 2019-10-16  1:51 UTC  (2+ messages)

[PATCH 1/5] crypto: hisilicon - add HiSilicon HPRE accelerator
 2019-10-16  1:34 UTC  (3+ messages)
` [PATCH] crypto: hisilicon: Fix misuse of GENMASK macro

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-16  0:48 UTC  (12+ messages)

[RFT PATCH 0/3] crypto: sparc - convert to skcipher API
 2019-10-15 16:25 UTC  (3+ messages)

[PATCH] hwrng: omap3-rom fix pointer warning for omap3_rom_rng_idle
 2019-10-15 12:48 UTC  (2+ messages)

[PATCH] hwrng: ka-sa - fix __iomem on registers
 2019-10-15 12:47 UTC  (2+ messages)

[PATCH] crypto: amlogic: fix devm_platform_ioremap_resource.cocci warnings
 2019-10-15 10:40 UTC 

[PATCH v2 0/3] crypto: powerpc - convert SPE AES algorithms to skcipher API
 2019-10-15 10:33 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: powerpc - don't unnecessarily use atomic scatterwalk
` [PATCH v2 2/3] crypto: powerpc - don't set ivsize for AES-ECB
` [PATCH v2 3/3] crypto: powerpc - convert SPE AES algorithms to skcipher API

[PATCH v3 00/29] crypto: crypto API library interfaces for WireGuard
 2019-10-15 10:12 UTC  (12+ messages)
` [PATCH v3 02/29] crypto: x86/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v3 21/29] crypto: BLAKE2s - generic C library implementation and selftest
` [PATCH v3 24/29] crypto: lib/curve25519 - work around Clang stack spilling issue

[Patch v7 0/4] Create and consolidate trusted keys subsystem
 2019-10-15  8:32 UTC  (7+ messages)

[PATCH] crypto: powerpc/spe-xts - implement support for ciphertext stealing
 2019-10-15  8:14 UTC 

[PATCH] crypto: powerpc - convert SPE AES algorithms to skcipher API
 2019-10-14 17:52 UTC  (4+ messages)

[PATCH v4 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine
 2019-10-14 16:32 UTC  (3+ messages)
` [RFC PATCH] crypto: sun8i_ce_pm_ops can be static

[PATCH v2 0/2] crypto: aegis128 SIMD improvements
 2019-10-14 16:16 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: aegis128 - avoid function pointers for parameterization
` [PATCH v2 2/2] crypto: aegis128 - duplicate init() and final() hooks in SIMD code

[PATCH] hwrng: omap - Fix RNG wait loop timeout
 2019-10-14 13:38 UTC  (3+ messages)

[PATCH 0/4] crypto: nx - convert to skcipher API
 2019-10-14 12:39 UTC  (9+ messages)
` [PATCH 1/4] crypto: nx - don't abuse blkcipher_desc to pass iv around
` [PATCH 2/4] crypto: nx - convert AES-ECB to skcipher API
` [PATCH 3/4] crypto: nx - convert AES-CBC "
` [PATCH 4/4] crypto: nx - convert AES-CTR "

[PATCH] crypto: padlock-aes - convert to skcipher API
 2019-10-14 12:33 UTC  (2+ messages)


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