messages from 2016-06-15 10:08:48 to 2016-06-21 19:38:08 UTC [more...]
[PATCH] crypto: Jitter RNG - use ktime_get_raw_ns as fallback
2016-06-21 19:38 UTC (6+ messages)
` [Y2038] "
[PATCH v4 0/5] /dev/random - a new approach
2016-06-21 19:31 UTC (24+ messages)
[PATCH v5 0/7] /dev/random - a new approach
2016-06-21 18:46 UTC (26+ messages)
` [PATCH v5 1/7] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v5 2/7] random: conditionally compile code depending on LRNG
` [PATCH v5 3/7] crypto: Linux Random Number Generator
` [PATCH v5 4/7] crypto: LRNG - enable compile
` [PATCH v5 6/7] crypto: isolate the chacha20_block function
` [PATCH v5 7/7] crypto: LRNG - add ChaCha20 support
[PATCH 00/28] crypto: omap fixes / support additions
2016-06-21 17:56 UTC (9+ messages)
` [PATCH 01/28] crypto: omap-aes: Fix registration of algorithms
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP
Doing crypto in small stack buffers (bluetooth vs vmalloc-stack crash, etc)
2016-06-21 17:43 UTC
[PATCH] crypto: use timespec64 for jent_get_nstime
2016-06-21 17:16 UTC (12+ messages)
` [Y2038] "
[PATCH] crypto : async implementation for sha1-mb
2016-06-21 13:07 UTC (2+ messages)
[PATCH v3 00/10] Chain crypto requests together at the DMA level
2016-06-21 12:37 UTC (13+ messages)
` [PATCH v3 01/10] crypto: marvell: Add a macro constant for the size of the crypto queue
` [PATCH v3 02/10] crypto: marvell: Check engine is not already running when enabling a req
` [PATCH v3 03/10] crypto: marvell: Fix wrong type check in dma functions
` [PATCH v3 04/10] crypto: marvell: Copy IV vectors by DMA transfers for acipher requests
` [PATCH v3 05/10] crypto: marvell: Move tdma chain out of mv_cesa_tdma_req and remove it
` [PATCH v3 06/10] crypto: marvell: Add a complete operation for async requests
` [PATCH v3 07/10] crypto: marvell: Move SRAM I/O operations to step functions
` [PATCH v3 08/10] crypto: marvell: Add load balancing between engines
` [PATCH v3 09/10] crypto: marvell: Add support for chaining crypto requests in TDMA mode
` [PATCH v3 10/10] crypto: marvell: Increase the size of the crypto queue
[[PATCH v2] 11/11] hwrng: exynos - fixup IO accesors
2016-06-21 10:20 UTC
[PATCH 0/5] crypto: Fix IPsec reordering caused by cryptd
2016-06-21 8:55 UTC (6+ messages)
` [PATCH 1/5] crypto: cryptd - Add helpers to check whether a tfm is queued
` [PATCH 2/5] crypto: aesni - Fix cryptd reordering problem on gcm
` [PATCH 3/5] crypto: ablk_helper - Fix cryptd reordering
` [PATCH 4/5] crypto: ghash-clmulni "
` [PATCH 5/5] crypto: ghash-ce "
[PATCH v9 0/3] Key-agreement Protocol Primitives (KPP) API
2016-06-20 23:49 UTC (9+ messages)
` [PATCH v9 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v9 2/3] crypto: kpp - Add DH software implementation
` [PATCH v9 3/3] crypto: kpp - Add ECDH software support
[PATCH-v4 0/7] random: replace urandom pool with a CRNG
2016-06-20 23:48 UTC (11+ messages)
` [PATCH 5/7] random: replace non-blocking pool with a Chacha20-based CRNG
[PATCH] crypto: caam - replace deprecated EXTRA_CFLAGS
2016-06-20 11:34 UTC (3+ messages)
[cryptodev:master 47/51] crypto/drbg.c:1637:39-40: Unneeded semicolon
2016-06-20 11:33 UTC (4+ messages)
` [PATCH] crypto: fix semicolon.cocci warnings
[patch] crypto: drbg - fix an error code in drbg_init_sym_kernel()
2016-06-20 11:35 UTC (4+ messages)
[PATCH v2 0/2] Add SHA-3 algorithm and test vectors
2016-06-20 11:35 UTC (5+ messages)
` [PATCH v2 1/2] Crypto: Add SHA-3 hash algorithm
` [PATCH v2 2/2] Crypto: Add SHA-3 Test's in tcrypt
[PATCH] crypto: caam: fix misspelled upper_32_bits
2016-06-20 11:34 UTC (3+ messages)
[PATCH] crypto : async implementation for sha1-mb
2016-06-20 11:21 UTC (2+ messages)
[PATCH v8 0/3] crypto: caam - add support for RSA algorithm
2016-06-20 10:54 UTC (5+ messages)
` [PATCH v8 1/3] crypto: scatterwak - Add scatterwalk_sg_copychunks
` [PATCH v8 2/3] crypto: scatterwalk - export scatterwalk_pagedone
` [PATCH v8 3/3] crypto: caam - add support for RSA algorithm
[PATCH v2 00/10] Chain crypto requests together at the DMA level
2016-06-17 13:28 UTC (21+ messages)
` [PATCH v2 01/10] crypto: marvell: Add a macro constant for the size of the crypto queue
` [PATCH v2 02/10] crypto: marvell: Check engine is not already running when enabling a req
` [PATCH v2 03/10] crypto: marvell: Fix wrong type check in dma functions
` [PATCH v2 04/10] crypto: marvell: Copy IV vectors by DMA transfers for acipher requests
` [PATCH v2 05/10] crypto: marvell: Move tdma chain out of mv_cesa_tdma_req and remove it
` [PATCH v2 06/10] crypto: marvell: Add a complete operation for async requests
` [PATCH v2 07/10] crypto: marvell: Move SRAM I/O operations to step functions
` [PATCH v2 08/10] crypto: marvell: Add load balancing between engines
` [PATCH v2 09/10] crypto: marvell: Add support for chaining crypto requests in TDMA mode
` [PATCH v2 10/10] crypto: marvell: Increase the size of the crypto queue
[PATCH 0/7] Chain crypto requests together at the DMA level
2016-06-17 9:54 UTC (25+ messages)
` [PATCH 1/7] crypto: marvell: Add a macro constant for the size of the crypto queue
` [PATCH 2/7] crypto: marvell: Check engine is not already running when enabling a req
` [PATCH 3/7] crypto: marvell: Copy IV vectors by DMA transfers for acipher requests
` [PATCH 4/7] crypto: marvell: Moving the tdma chain out of mv_cesa_tdma_req
` [PATCH 5/7] crypto: marvell: Adding a complete operation for async requests
` [PATCH 6/7] crypto: marvell: Adding load balancing between engines
` [PATCH 7/7] crypto: marvell: Add support for chaining crypto requests in TDMA mode
[PATCH v6 0/6] crypto: algif - add akcipher
2016-06-17 0:39 UTC (7+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface
[PATCH 0/2] Add SHA-3 algorithm and test vectors
2016-06-16 16:24 UTC (8+ messages)
` [PATCH 1/2] Crypto: Add SHA-3 hash algorithm
[RESEND PATCH 0/2] hw_random: Add Amlogic Meson SoCs Random Generator driver
2016-06-15 15:57 UTC (2+ messages)
select on non-existing Kconfig option CRC32C
2016-06-15 14:41 UTC (3+ messages)
crypto: gcm - Filter out async ghash if necessary
2016-06-15 14:27 UTC
padata - is serial actually serial?
2016-06-15 13:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox