linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 06:13:06 to 2019-10-23 03:16:10 UTC [more...]

[PATCH v4 00/35] crypto: crypto API library interfaces for WireGuard
 2019-10-23  3:16 UTC  (40+ 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 v4 16/35] crypto: x86/poly1305 - depend on generic library not generic shash
` [PATCH v4 17/35] crypto: x86/poly1305 - expose existing driver as poly1305 library
` [PATCH v4 18/35] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
` [PATCH v4 19/35] crypto: arm/poly1305 "
` [PATCH v4 20/35] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
` [PATCH v4 21/35] int128: move __uint128_t compiler test to Kconfig
` [PATCH v4 22/35] crypto: BLAKE2s - generic C library implementation and selftest
` [PATCH v4 23/35] crypto: testmgr - add test cases for Blake2s
` [PATCH v4 24/35] crypto: blake2s - implement generic shash driver
` [PATCH v4 25/35] crypto: BLAKE2s - x86_64 SIMD implementation
` [PATCH v4 26/35] crypto: Curve25519 - generic C library implementations
` [PATCH v4 27/35] crypto: testmgr - implement testing for KPP failures
` [PATCH v4 28/35] crypto: curve25519 - add kpp selftest
` [PATCH v4 29/35] crypto: curve25519 - implement generic KPP driver
` [PATCH v4 30/35] crypto: lib/curve25519 - work around Clang stack spilling issue
` [PATCH v4 31/35] crypto: Curve25519 - x86_64 library and KPP implementations
` [PATCH v4 32/35] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH v4 33/35] crypto: arm/Curve25519 - wire up NEON implementation
` [PATCH v4 34/35] crypto: chacha20poly1305 - import construction and selftest from Zinc
` [PATCH v4 35/35] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine

[PATCH] crypto: ccp - Retry SEV INIT command in case of integrity check failure
 2019-10-23  1:36 UTC  (7+ messages)

[PATCH v6 0/2] BLAKE2b generic implementation
 2019-10-23  0:12 UTC  (3+ messages)
` [PATCH v6 1/2] crypto: add blake2b "
` [PATCH v6 2/2] crypto: add test vectors for blake2b

[PATCH v6 0/3] Add uacce module for Accelerator
 2019-10-22 18:49 UTC  (6+ messages)
` [PATCH v6 1/3] uacce: Add documents for uacce
` [PATCH v6 2/3] uacce: add uacce driver

[PATCH] crypto: inside-secure - select CONFIG_CRYPTO_SM3
 2019-10-22 16:18 UTC  (4+ messages)

[PATCH v2 0/6] CAAM bugfixes, small improvements
 2019-10-22 15:30 UTC  (7+ messages)
` [PATCH v2 1/6] crypto: caam - use devres to unmap memory
` [PATCH v2 2/6] crypto: caam - use devres to remove debugfs
` [PATCH v2 3/6] crypto: caam - use devres to de-initialize the RNG
` [PATCH v2 4/6] crypto: caam - use devres to de-initialize QI
` [PATCH v2 5/6] crypto: caam - use devres to populate platform devices
` [PATCH v2 6/6] crypto: caam - populate platform devices last

[PATCH] [v2] crypto: inside-secure - Reduce stack usage
 2019-10-22 15:14 UTC 

[PATCH] hwrng: omap3-rom - Fix unused function warnings
 2019-10-22 14:27 UTC 

[PATCH v4 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine
 2019-10-22 13:22 UTC  (3+ messages)

[PATCH] crypto: inside-secure - Fixed warnings on inconsistent byte order handling
 2019-10-22  9:01 UTC 

[PATCH v3] crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt()
 2019-10-22  8:11 UTC 

[PATCH v2] crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt()
 2019-10-22  7:43 UTC  (2+ messages)

[PATCH] crypto: arm64/aes-neonbs - remove redundant code in __xts_crypt()
 2019-10-22  7:14 UTC  (3+ messages)

[PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt
 2019-10-22  7:04 UTC  (8+ messages)

Key endianness?
 2019-10-21 21:40 UTC  (14+ messages)

[PATCH] fscrypt: invoke crypto API for ESSIV handling
 2019-10-21 20:27 UTC  (2+ messages)

[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
 2019-10-21 16:35 UTC  (7+ messages)
` [PATCH 1/5] crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics
` [PATCH 2/5] cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call
` [PATCH 3/5] drm/amdgpu: "
` [PATCH 4/5] power: avs: smartreflex: Remove superfluous "
` [PATCH 5/5] ionic: Use debugfs_create_bool() to export bool

[PATCH] crypto: ccp - fix uninitialized list head
 2019-10-21 15:37 UTC  (2+ messages)

CAAM hw key support status
 2019-10-21 14:28 UTC 

[PATCH v2 0/2] Improve CCP error handling messages
 2019-10-21 13:44 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: ccp - Change a message to reflect status instead of failure
` [PATCH v2 2/2] crypto: ccp - Verify access to device registers before initializing

[PATCH v5 0/2] BLAKE2b generic implementation
 2019-10-21 12:04 UTC  (5+ messages)
` [PATCH v5 2/2] crypto: add test vectors for blake2b

[PATCH 00/25] crypto: convert h/w accelerator driver to skcipher API
 2019-10-21 12:00 UTC  (16+ messages)
` [PATCH 04/25] crypto: ccp - switch from ablkcipher to skcipher
` [PATCH 05/25] crypto: omap - switch to skcipher API
  ` [PATCH 07/25] crypto: s5p "

[PATCH] KEYS: asym_tpm: Switch to get_random_bytes()
 2019-10-21 11:39 UTC  (19+ messages)

[PATCH] crypto: inside-secure - fix type of buffer in eip197_write_firmware
 2019-10-21 10:23 UTC  (4+ messages)

Key endianness?
 2019-10-21  9:03 UTC 

[PATCH] crypto: fix safexcel_hash warning PTR_ERR_OR_ZERO can be used
 2019-10-21  8:29 UTC  (2+ messages)

[PATCH 0/4] Misc fixes and optimisation patch
 2019-10-21  7:41 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon - tiny fix about QM/ZIP error callback print
` [PATCH 2/4] crypto: hisilicon - Fix using plain integer as NULL pointer
` [PATCH 3/4] crypto: hisilicon - fix param should be static when not external
` [PATCH 4/4] crypto: hisilicon - fix endianness verification problem of QM

[PATCH AUTOSEL 4.19 063/100] crypto: arm/aes-ce - add dependency on AES library
 2019-10-21  6:08 UTC  (2+ messages)

[PATCH 1/2] crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig
 2019-10-21  3:53 UTC  (3+ messages)

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-20 13:17 UTC 

[PATCH] crypto: geode-aes - convert to skcipher API and make thread-safe
 2019-10-20  8:31 UTC  (3+ messages)

[PATCH v2] crypto: fix comparison of unsigned expression warning
 2019-10-19  0:41 UTC 

[PATCH AUTOSEL 5.3 16/89] crypto: arm/aes-ce - add dependency on AES library
 2019-10-18 22:02 UTC 

[PATCH AUTOSEL 4.14 26/56] crypto: arm/aes-ce - add dependency on AES library
 2019-10-18 22:07 UTC 

[PATCH 3 0/2] Improve CCP error handling messages
 2019-10-18 19:40 UTC  (3+ messages)
` [PATCH 1/2] crypto: ccp - Change a message to reflect status instead of failure
` [PATCH 2/2] crypto: ccp - Verify access to device registers before initializing

[PATCH v9 06/28] x86/asm/crypto: Annotate local functions
 2019-10-18 16:30 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH v9 09/28] x86/asm: Annotate aliases
 2019-10-18 16:30 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
 2019-10-18 16:30 UTC  (2+ messages)
` [tip: x86/asm] x86/asm/32: "

[PATCH -next 03/13] hwrng: exynos - use devm_platform_ioremap_resource() to simplify code
 2019-10-18 15:05 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Made locally used safexcel_pci_remove() static
 2019-10-18  8:07 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=m
 2019-10-18  8:07 UTC  (2+ messages)

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

[PATCH] hwrng: core - Fix use-after-free warning in hwrng_register()
 2019-10-18  8:06 UTC  (2+ messages)

[PATCH 0/4] crypto: nx - convert to skcipher API
 2019-10-18  8:06 UTC  (2+ messages)

[PATCH] crypto: padlock-aes - convert to skcipher API
 2019-10-18  8:05 UTC  (2+ messages)

[RFT PATCH 0/3] crypto: s390 - convert to skcipher API
 2019-10-18  8:05 UTC  (9+ messages)
` [RFT PATCH 2/3] crypto: s390/paes "

[PATCH] crypto: chtls - remove the redundant check in chtls_recvmsg()
 2019-10-18  8:04 UTC  (2+ messages)

[RFT PATCH 0/3] crypto: sparc - convert to skcipher API
 2019-10-18  8:05 UTC  (3+ messages)

[PATCH] crypto: ux500: Remove set but not used variable 'cookie'
 2019-10-18  8:04 UTC  (2+ messages)

[PATCH] crypto: arm - use Kconfig based compiler checks for crypto opcodes
 2019-10-18  8:04 UTC  (2+ messages)

[PATCH -next] crypto: Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()
 2019-10-18  8:02 UTC  (2+ messages)

[PATCH] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
 2019-10-18  8:02 UTC  (2+ messages)

[PATCH][V2][next] crypto: inside-secure: fix spelling mistake "algorithmn" -> "algorithm"
 2019-10-18  8:02 UTC  (2+ messages)

[PATCH] crypto: jitter - add header to fix buildwarnings
 2019-10-18  8:02 UTC  (2+ messages)

[PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
 2019-10-18  6:56 UTC  (3+ messages)

[PATCH] crypto: hash - initializing memory buffer for keys
 2019-10-18  6:27 UTC  (2+ messages)

[PATCH v4 0/3] MediaTek Security random number generator support
 2019-10-18  5:41 UTC  (8+ messages)
` [PATCH v4 2/3] dt-bindings: rng: add bindings for MediaTek ARMv8 SoCs

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

[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 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

[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 -next 00/13] hwrng: use devm_platform_ioremap_resource() to simplify code
 2019-10-17  9:32 UTC  (3+ messages)
` [PATCH -next 01/13] hwrng: atmel - "

[PATCH v3 0/4] crypto: add amlogic crypto offloader driver
 2019-10-17  7:48 UTC  (3+ messages)
` [PATCH v3 3/4] crypto: amlogic: Add crypto accelerator for amlogic GXL


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