messages from 2020-04-15 10:24:37 to 2020-04-24 15:11:11 UTC [more...]
[PATCH v5 0/3] crypto: engine - support for parallel and batch requests
2020-04-24 15:10 UTC (7+ messages)
` [PATCH v5 1/3] crypto: algapi - create function to add request in front of queue
` [PATCH v5 2/3] crypto: engine - support for parallel requests based on retry mechanism
` [PATCH v5 3/3] crypto: engine - support for batch requests
[PATCH v2 00/14] crypto: allwinner: add xRNG and hashes
2020-04-24 14:38 UTC (17+ messages)
` [PATCH v2 01/14] crypto: sun8i-ss: Add SS_START define
` [PATCH v2 02/14] crypto: sun8i-ss: Add support for the PRNG
` [PATCH v2 03/14] crypto: sun8i-ss: support hash algorithms
` [PATCH v2 04/14] crypto: sun8i-ss: fix a trivial typo
` [PATCH v2 05/14] crypto: sun8i-ss: Add more comment on some structures
` [PATCH v2 06/14] crypto: sun8i-ss: better debug printing
` [PATCH v2 07/14] crypto: sun8i-ce: move iv data to request context
` [PATCH v2 08/14] crypto: sun8i-ce: split into prepare/run/unprepare
` [PATCH v2 09/14] crypto: sun8i-ce: handle different error registers
` [PATCH v2 10/14] crypto: sun8i-ce: rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes
` [PATCH v2 11/14] crypto: sun8i-ce: support hash algorithms
` [PATCH v2 12/14] crypto: sun8i-ce: Add stat_bytes debugfs
` [PATCH v2 13/14] crypto: sun8i-ce: Add support for the PRNG
` [PATCH v2 14/14] crypto: sun8i-ce: Add support for the TRNG
[PATCH v3 0/3] crypto: fix some DRBG Kconfig deps
2020-04-24 13:40 UTC (4+ messages)
` [PATCH v3 1/3] crypto: drbg: DRBG should select SHA512
` [PATCH v3 2/3] crypto: CRYPTO_CTR no longer need CRYPTO_SEQIV
` [PATCH v3 3/3] crypto: drbg: DRBG_CTR should select CTR
[PATCH] lib/mpi: Fix building for powerpc with clang
2020-04-24 8:13 UTC (5+ messages)
[PATCH] crypto: Delete redundant variable definition
2020-04-24 7:47 UTC (4+ messages)
[PATCH v2 0/2] crypto: Jitter RNG SP800-90B compliance
2020-04-24 7:47 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: DRBG always seeded with SP800-90B compliant noise source
[PATCH] crypto: algif_rng: remove redundant assignment to variable err
2020-04-24 7:46 UTC (2+ messages)
[PATCH] crypto: chelsio: remove redundant assignment to variable error
2020-04-24 7:46 UTC (2+ messages)
[PATCH] arm64: crypto: Consistently enable extension
2020-04-24 7:46 UTC (2+ messages)
[PATCH crypto-stable] crypto: arch/lib - limit simd usage to PAGE_SIZE chunks
2020-04-23 20:49 UTC (31+ messages)
` FPU register granularity [Was: Re: [PATCH crypto-stable] crypto: arch/lib - limit simd usage to PAGE_SIZE chunks]
` [PATCH crypto-stable v2] crypto: arch - limit simd usage to 4k chunks
` [PATCH crypto-stable v3 1/2] crypto: arch/lib "
` [PATCH crypto-stable v3 2/2] crypto: arch/nhpoly1305 - process in explicit "
[PATCH -next] hwrng: cctrng - Make some symbols static
2020-04-23 14:00 UTC (2+ messages)
[PATCH 0/3] arm64: Open code .arch_extension
2020-04-23 13:40 UTC (7+ messages)
[cryptodev:master 12/28] drivers/crypto/hisilicon/qm.c:2810:7: error: implicit declaration of function 'acpi_evaluate_integer'; did you mean 'acpi_evaluate_object'?
2020-04-23 6:31 UTC
[PATCH v1] hwrng: Use UUID API for exporting the UUID
2020-04-23 5:20 UTC (2+ messages)
[PATCH -next] crypto: hisilicon/qm - Make qm_controller_reset() static
2020-04-23 2:31 UTC (2+ messages)
[PATCH v2] crypto: ccp: Add support for SEV-ES to the PSP driver
2020-04-22 15:11 UTC (2+ messages)
[PATCH] padata: add separate cpuhp node for CPUHP_PADATA_DEAD
2020-04-22 13:46 UTC (3+ messages)
linux-next: build failure after merge of the crypto tree
2020-04-22 13:33 UTC (2+ messages)
[PATCH v7 0/3] hw_random: introduce Arm CryptoCell TRNG driver
2020-04-22 10:37 UTC (14+ messages)
` [PATCH v7 2/3] hw_random: cctrng: introduce Arm CryptoCell driver
[PATCH] lib/mpi: Fix 64-bit MIPS build with Clang
2020-04-21 21:47 UTC
[PATCH V4 0/5] selftests/powerpc: Add NX-GZIP engine testcase
2020-04-21 14:09 UTC (7+ messages)
` [PATCH V4 1/5] selftests/powerpc: Add header files for GZIP engine test
` [PATCH V4 2/5] selftests/powerpc: Add header files for NX compresion/decompression
` [PATCH V4 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase
` [PATCH V4 4/5] selftests/powerpc: Add NX-GZIP engine decompress testcase
` [PATCH V4 5/5] selftests/powerpc: Add README for GZIP engine tests
[PATCH v6 0/9] crypto/nx: Enable GZIP engine and provide userpace API
2020-04-21 14:09 UTC (11+ messages)
` [PATCH v6 1/9] powerpc/vas: Initialize window attributes for GZIP coprocessor type
` [PATCH v6 2/9] powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
` [PATCH v6 3/9] powerpc/vas: Add VAS user space API
` [PATCH v6 4/9] crypto/nx: Initialize coproc entry with kzalloc
` [PATCH v6 5/9] crypto/nx: Rename nx-842-powernv file name to nx-common-powernv
` [PATCH v6 6/9] crypto/nx: Make enable code generic to add new GZIP compression type
` [PATCH v6 7/9] crypto/nx: Enable and setup "
` [PATCH v6 8/9] crypto/nx: Remove 'pid' in vas_tx_win_attr struct
` [PATCH v6 9/9] Documentation/powerpc: VAS API
[PATCH] crypto: ccp: Add support for SEV-ES to the PSP driver
2020-04-21 13:15 UTC (3+ messages)
libkcapi tests are failing on kernels 5.5+
2020-04-21 9:19 UTC (2+ messages)
[cryptodev:master 7/26] cctrng.c:undefined reference to `devm_ioremap_resource'
2020-04-21 7:57 UTC (3+ messages)
` hwrng: cctrng - Add dependency on HAS_IOMEM
[PATCH 1/2] x86: check CONFIG options instead of __arch_um__
2020-04-21 7:39 UTC (2+ messages)
` [PATCH 2/2] raid6/algos.c: refactor raid6_algos array for x86
[PATCH v2 00/33] Documentation fixes for Kernel 5.8
2020-04-20 21:43 UTC (4+ messages)
` [PATCH v2 10/33] docs: fix broken references for ReST files that moved around
[cryptodev:master 12/26] drivers/crypto/hisilicon/qm.c:2810:7: error: implicit declaration of function 'acpi_evaluate_integer'; did you mean 'acpi_evaluate_object'?
2020-04-20 18:58 UTC
[PATCH] [linux-next] hwrng: cctrng - fix missing fips header
2020-04-20 15:26 UTC (2+ messages)
[PATCH] hwrng: cctrng - add missing include to linux/fips.h
2020-04-20 8:36 UTC (5+ messages)
` hwrng: cctrng - Remove unnecessary FIPS ifdef
[PATCH] crypto: hisilicon - fix Kbuild warning
2020-04-20 8:22 UTC (2+ messages)
[PATCH] drivers/char/hw_random/cctrng.c: Compilation fix
2020-04-19 14:14 UTC (2+ messages)
Fw: Arm CryptoCell driver -- default Y, even on machines where it is obviously useless
2020-04-19 8:55 UTC (2+ messages)
Question: IPSEC ping fails with new crypto driver how to debug?
2020-04-18 10:19 UTC
linux-next: Tree for Apr 17 (drivers/char/hw_random/cctrng.c)
2020-04-17 20:14 UTC (2+ messages)
nCipher HSM kernel driver submission feedback request
2020-04-17 15:12 UTC (5+ messages)
[PATCH V3 0/5] selftests/powerpc: Add NX-GZIP engine testcase
2020-04-17 5:05 UTC (5+ messages)
` [PATCH V3 1/5] selftests/powerpc: Add header files for GZIP engine test
` [PATCH V3 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase
[PATCH v5 0/9] crypto/nx: Enable GZIP engine and provide userpace API
2020-04-17 4:55 UTC (3+ messages)
` [PATCH v5 3/9] powerpc/vas: Add VAS user space API
linux-next: build failure after merge of the crypto tree
2020-04-17 4:00 UTC (2+ messages)
[cryptodev:master 12/24] drivers/crypto/hisilicon/qm.c:2810:7: error: implicit declaration of function 'acpi_evaluate_integer'; did you mean 'acpi_evaluate_object'?
2020-04-16 14:09 UTC
[cryptodev:master 7/24] drivers/char/hw_random/cctrng.c:334:49: error: 'fips_enabled' undeclared; did you mean 'vdso_enabled'?
2020-04-16 13:53 UTC
[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
2020-04-16 9:06 UTC (3+ messages)
` [PATCH v3 2/3] crypto: Remove unnecessary memzero_explicit()
[PATCH 0/2] crypto: Jitter RNG SP800-90B compliance
2020-04-16 6:56 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH V2] crypto: marvell/octeontx - Add missing '\n' in log messages
2020-04-16 6:53 UTC (2+ messages)
[PATCH] crypto: ccp -- don't "select" CONFIG_DMADEVICES
2020-04-16 6:53 UTC (2+ messages)
crypto: algboss - Avoid spurious modprobe on LOADED
2020-04-16 6:52 UTC (3+ messages)
` [PATCH v2] crypto: algapi "
[PATCH] crypto: sun8i-ss - Delete an error message in sun8i_ss_probe()
2020-04-16 6:51 UTC (2+ messages)
[PATCH] hwrng: xgene - Delete an error message in xgene_rng_probe()
2020-04-16 6:51 UTC (2+ messages)
[PATCH] hwrng: omap - Delete an error message in of_get_omap_rng_device_details()
2020-04-16 6:51 UTC (2+ messages)
[PATCH v6]crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()
2020-04-16 6:51 UTC (2+ messages)
[PATCH 0/5] crypto: hisilicon - add controller reset support
2020-04-16 6:51 UTC (2+ messages)
[PATCH 0/3] crypto: hisilicon - refactor vfs_num related codes
2020-04-16 6:51 UTC (2+ messages)
[PATCH] crypto: caam - fix the address of the last entry of S/G
2020-04-16 6:50 UTC (2+ messages)
[PATCH v2 0/4] crypto: caam - fix use-after-free KASAN issue
2020-04-16 6:50 UTC (2+ messages)
[PATCH v2 0/7] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
2020-04-16 6:37 UTC (3+ messages)
[PATCH 0/7] crypto: sun8i-ss: support PRNG and hashes
2020-04-16 6:06 UTC (3+ messages)
` [PATCH 1/7] crypto: rng - add missing __crypto_rng_cast to the rng header
WARNING: refcount bug in crypto_destroy_tfm
2020-04-16 2:42 UTC (6+ messages)
` crypto: api - Fix use-after-free and race in crypto_spawn_alg
[PATCH v2 1/6] dt-bindings: crypto: fsl-sec4: add snvs clock to pwrkey
2020-04-15 16:57 UTC (6+ messages)
` [PATCH v2 6/6] Input: snvs_pwrkey - only IRQ_HANDLED for our own events
[PATCH AUTOSEL 5.5 007/106] s390/crypto: explicitly memzero stack key material in aes_s390.c
2020-04-15 11:40 UTC
[PATCH AUTOSEL 5.6 006/129] crypto: qce - use cryptlen when adding extra sgl
2020-04-15 11:32 UTC (2+ messages)
` [PATCH AUTOSEL 5.6 008/129] s390/crypto: explicitly memzero stack key material in aes_s390.c
[PATCH v30 00/12] /dev/random - a new approach with full SP800-90B
2020-04-15 10:15 UTC (13+ messages)
` [PATCH v30 01/12] Linux Random Number Generator
` [PATCH v30 02/12] LRNG - allocate one DRNG instance per NUMA node
` [PATCH v30 03/12] LRNG - sysctls and /proc interface
` [PATCH v30 04/12] LRNG - add switchable DRNG support
` [PATCH v30 05/12] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v30 06/12] LRNG - add SP800-90A DRBG extension
` [PATCH v30 07/12] LRNG - add kernel crypto API PRNG extension
` [PATCH v30 08/12] crypto: provide access to a static Jitter RNG state
` [PATCH v30 09/12] LRNG - add Jitter RNG fast noise source
` [PATCH v30 10/12] LRNG - add SP800-90B compliant health tests
` [PATCH v30 11/12] LRNG - add interface for gathering of raw entropy
` [PATCH v30 12/12] LRNG - add power-on and runtime self-tests
page: next (older) | prev (newer) | latest
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).