linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-01 17:22:55 to 2019-11-08 12:24:10 UTC [more...]

[PATCH v5 00/34] crypto: crypto API library interfaces for WireGuard
 2019-11-08 12:22 UTC  (24+ 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 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  (8+ messages)
` [PATCH v4 02/35] crypto: chacha - move existing library code into lib/crypto
` [PATCH v4 22/35] crypto: BLAKE2s - generic C library implementation and selftest

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

[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 

[PATCH] MAINTAINERS: add linux-amlogic list for amlogic crypto
 2019-11-08 10:13 UTC 

[PATCH] crypto: amlogic - fix two resources leak
 2019-11-08  9:45 UTC 

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

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

[PATCH v3 00/29] crypto: convert h/w accelerator drivers to skcipher API
 2019-11-08  9:14 UTC  (37+ messages)
` [PATCH v3 01/29] crypto: virtio - implement missing support for output IVs
` [PATCH v3 02/29] crypto: virtio - deal with unsupported input sizes
` [PATCH v3 03/29] crypto: virtio - switch to skcipher API
` [PATCH v3 04/29] crypto: ccp - switch from ablkcipher to skcipher
` [PATCH v3 05/29] crypto: omap - switch to skcipher API
` [PATCH v3 06/29] crypto: ux500 "
` [PATCH v3 07/29] crypto: s5p "
` [PATCH v3 08/29] crypto: atmel-aes "
` [PATCH v3 09/29] crypto: atmel-tdes "
` [PATCH v3 10/29] crypto: bcm-spu "
` [PATCH v3 11/29] crypto: nitrox - remove cra_type reference to ablkcipher
` [PATCH v3 12/29] crypto: cavium/cpt - switch to skcipher API
` [PATCH v3 13/29] crypto: chelsio "
` [PATCH v3 14/29] crypto: hifn "
` [PATCH v3 15/29] crypto: ixp4xx "
` [PATCH v3 16/29] crypto: mxs "
` [PATCH v3 17/29] crypto: mediatek "
` [PATCH v3 18/29] crypto: sahara "
` [PATCH v3 19/29] crypto: picoxcell "
` [PATCH v3 20/29] crypto: qce "
` [PATCH v3 21/29] crypto: stm32 "
` [PATCH v3 22/29] crypto: niagara2 "
` [PATCH v3 23/29] crypto: rockchip "
` [PATCH v3 24/29] crypto: talitos "
` [PATCH v3 25/29] crypto: qat "
` [PATCH v3 26/29] crypto: marvell/cesa - rename blkcipher to skcipher
` [PATCH v3 27/29] crypto: nx - remove stale comment referring to the blkcipher walk API
` [PATCH v3 28/29] crypto: remove deprecated and unused ablkcipher support
` [PATCH v3 29/29] crypto: ccree - update a stale reference to ablkcipher

[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  (12+ messages)
` [PATCH v7 2/3] uacce: add uacce driver
` [PATCH v7 3/3] crypto: hisilicon - register zip engine to uacce

[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

[PATCH] crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
 2019-11-07 20:53 UTC  (2+ messages)

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  (23+ messages)
` [PATCHv2 01/22] crypto: omap-sham: split up data to multiple sg elements with huge data
` [PATCHv2 02/22] crypto: omap-sham: remove the sysfs group during driver removal
` [PATCHv2 03/22] crypto: omap-aes: "
` [PATCHv2 04/22] crypto: omap-des: add IV output handling
` [PATCHv2 05/22] crypto: omap-aes: "
` [PATCHv2 06/22] crypto: omap-sham: fix buffer handling for split test cases
` [PATCHv2 07/22] crypto: omap-aes-gcm: fix corner case with only auth data
` [PATCHv2 08/22] crypto: omap-sham: fix split update cases with cryptomgr tests
` [PATCHv2 09/22] crypto: add timeout to crypto_wait_req
` [PATCHv2 10/22] crypto: omap-aes: fixup aligned data cleanup
` [PATCHv2 11/22] crypto: omap-aes - reject invalid input sizes for block modes
` [PATCHv2 12/22] crypto: omap-aes-ctr - set blocksize to 1
` [PATCHv2 13/22] crypto: omap-aes-gcm - deal with memory allocation failure
` [PATCHv2 14/22] crypto: omap-aes-gcm - add missing .setauthsize hooks
` [PATCHv2 15/22] crypto: omap-aes-gcm - check length of assocdata in RFC4106 mode
` [PATCHv2 16/22] crypto: omap-aes-gcm - use the AES library to encrypt the tag
` [PATCHv2 17/22] crypto: omap-aes-gcm: fix failure with assocdata only
` [PATCHv2 18/22] crypto: omap-sham: fix unaligned sg list handling
` [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

[PATCH 0/6] crypto: additional fixes for omap-aes
 2019-11-05 13:38 UTC  (4+ messages)

[PATCH 0/6] crypto: omap: fix extra tests with crypto manager
 2019-11-05 13:36 UTC  (9+ messages)
` [PATCH 1/6] crypto: omap-aes-gcm: fix failure with assocdata only
` [PATCH 2/6] crypto: omap-sham: fix unaligned sg list handling
` [PATCH 3/6] crypto: omap-aes-gcm: convert to use crypto engine
` [PATCH 4/6] crypto: omap-des: avoid unnecessary spam with bad cryptlen
` [PATCH 5/6] crypto: omap-des: handle NULL cipher request
` [PATCH 6/6] crypto: omap-crypto: copy the temporary data to output buffer properly

kernel panic while using get_random_bytes
 2019-11-05  9:12 UTC 

Investment opportunity
 2019-11-05  8:24 UTC 

linux-next: manual merge of the crypto tree with Linus' tree
 2019-11-05  2:23 UTC 

[PATCH net] net/tls: fix sk_msg trim on fallback to copy mode
 2019-11-04 22:58 UTC  (11+ messages)
          ` [oss-drivers] "

[PATCH v2 1/2] dt-bindings: rng: atmel-trng: add new compatible
 2019-11-04 11:54 UTC  (2+ messages)
` [PATCH v2 2/2] hwrng: atmel: add new platform support for sam9x60


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