messages from 2016-06-07 22:03:13 to 2016-06-17 11:24:38 UTC [more...]
[PATCH v2 00/10] Chain crypto requests together at the DMA level
2016-06-17 11:24 UTC (10+ 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 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 v2 0/2] Add SHA-3 algorithm and test vectors
2016-06-17 9:27 UTC (4+ 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: drbg - fix an error code in drbg_init_sym_kernel()
2016-06-17 9:23 UTC (3+ messages)
[PATCH v6 0/6] crypto: algif - add akcipher
2016-06-17 0:39 UTC (20+ 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 (11+ messages)
` [PATCH 1/2] Crypto: Add SHA-3 hash algorithm
` [PATCH 2/2] Crypto: Add SHA-3 Test's in tcrypt
[PATCH] crypto: caam - replace deprecated EXTRA_CFLAGS
2016-06-16 13:32 UTC
[PATCH] crypto: caam: fix misspelled upper_32_bits
2016-06-16 10:28 UTC (2+ messages)
[PATCH v4 0/5] /dev/random - a new approach
2016-06-15 16:58 UTC (3+ messages)
[RESEND PATCH 0/2] hw_random: Add Amlogic Meson SoCs Random Generator driver
2016-06-15 15:57 UTC (4+ messages)
` [RESEND PATCH 1/2] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
` [RESEND PATCH 2/2] ARM64: dts: meson-gxbb: Add Hardware Random Generator node
[PATCH v8 0/3] crypto: caam - add support for RSA algorithm
2016-06-15 14:52 UTC (4+ 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-v4 0/7] random: replace urandom pool with a CRNG
2016-06-15 14:59 UTC (11+ messages)
` [PATCH 1/7] random: initialize the non-blocking pool via add_hwgenerator_randomness()
` [PATCH 2/7] random: print a warning for the first ten uninitialized random users
` [PATCH 3/7] random: add interrupt callback to VMBus IRQ handler
` [PATCH 4/7] random: properly align get_random_int_hash
` [PATCH 5/7] random: replace non-blocking pool with a Chacha20-based CRNG
` [PATCH 6/7] random: make /dev/urandom scalable for silly userspace programs
` [PATCH 7/7] random: add backtracking protection to the CRNG
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)
[cryptodev:master 47/51] crypto/drbg.c:1637:39-40: Unneeded semicolon
2016-06-15 11:40 UTC (3+ messages)
` [PATCH] crypto: fix semicolon.cocci warnings
[PATCH v8 0/3] Key-agreement Protocol Primitives (KPP) API
2016-06-15 9:41 UTC (7+ messages)
` [PATCH v8 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v8 2/3] crypto: kpp - Add DH software implementation
` [PATCH v8 3/3] crypto: kpp - Add ECDH software support
[PATCH v5] crypto: rsa - return raw integers for the ASN.1 parser
2016-06-15 9:28 UTC (6+ messages)
[PATCH v2 0/4] crypto: CTR DRBG - performance improvements
2016-06-15 9:27 UTC (6+ messages)
` [PATCH v2 1/4] crypto: CTR DRBG - use CTR AES instead of ECB AES
` [PATCH v2 2/4] crypto: DRBG - use aligned buffers
` [PATCH v2 3/4] crypto: CTR DRBG - use full CTR AES for update
` [PATCH v2 4/4] crypto: CTR DRBG - avoid duplicate maintenance of key
[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
2016-06-15 8:48 UTC (9+ messages)
` [RFC v4 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
[PATCH v4] crypto: rsa - return raw integers for the ASN.1 parser
2016-06-14 11:20 UTC (2+ messages)
[PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver
2016-06-14 10:33 UTC (9+ messages)
` [PATCH v2 1/3] char: hw_random: Add Amlogic Meson Hardware Random Generator
` [PATCH v2 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
` [PATCH v2 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node
[PATCH] crypto : async implementation for sha1-mb
2016-06-14 4:34 UTC (4+ messages)
[PATCH 1/2] crypto: vmx: Fix ABI detection
2016-06-13 12:30 UTC (3+ messages)
` [PATCH 2/2] crypto: vmx: Increase priority of aes-cbc cipher
[PATCH] crypto: ux500: memmove the right size
2016-06-13 12:29 UTC (2+ messages)
[PATCH] crypto: qat: Remove deprecated create_workqueue
2016-06-13 12:29 UTC (3+ messages)
[PATCH 0/4] crypto: CTR DRBG - performance improvements
2016-06-13 10:10 UTC (7+ messages)
` [PATCH 1/4] crypto: CTR DRBG - use CTR AES instead of ECB AES
` [PATCH 2/4] crypto: DRBG - use aligned buffers
` [PATCH 3/4] crypto: CTR DRBG - use full CTR AES for update
` [PATCH 4/4] crypto: CTR DRBG - avoid duplicate maintenance of key
[PATCH v5 0/3] Key-agreement Protocol Primitives (KPP) API
2016-06-13 8:59 UTC (7+ messages)
` [PATCH v5 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
[PATCH v6 0/8] crypto: asynchronous compression api
2016-06-13 8:56 UTC (10+ messages)
` [PATCH v6 1/8] crypto: add "
` [PATCH v6 2/8] crypto: add driver-side scomp interface
` [PATCH v6 3/8] crypto: acomp - add support for lzo via scomp
` [PATCH v6 4/8] crypto: acomp - add support for lz4 "
` [PATCH v6 5/8] crypto: acomp - add support for lz4hc "
` [PATCH v6 6/8] crypto: acomp - add support for 842 "
` [PATCH v6 7/8] crypto: acomp - add support for deflate "
` [PATCH v6 8/8] crypto: acomp - update testmgr with support for acomp
CTR mode: Kconfig cyclic dependency
2016-06-12 11:05 UTC (3+ messages)
[PATCH v3 0/1] crypto: engine: permit to enqueue ashash_request
2016-06-12 11:01 UTC (5+ messages)
` [PATCH v3 1/1] "
[PATCH 00/28] crypto: omap fixes / support additions
2016-06-10 11:38 UTC (4+ messages)
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP
[sparc] niagara2 cpu, opcodes not available message?
2016-06-08 18:33 UTC (4+ messages)
[RFC PATCH 14/15] hwrng: exynos - fixup IO accesors
2016-06-08 18:31 UTC
linux-4.6/drivers/crypto/ux500/hash/hash_core.c: 2 * possible bad size ?
2016-06-08 12:52 UTC (2+ messages)
AES-NI: slower than aes-generic?
2016-06-08 12:21 UTC (4+ messages)
[PATCH v3] crypto: rsa - return raw integers for the ASN.1 parser
2016-06-08 10:20 UTC (3+ messages)
[PATCH] crypto: DRBG - reduce number of setkey calls
2016-06-08 9:32 UTC (13+ messages)
` [RFC] DRBG: which shall be default?
[PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1
2016-06-08 8:29 UTC (2+ messages)
[PATCH v2 0/4] crypto: Key Derivation Function (SP800-108)
2016-06-08 4:58 UTC (6+ messages)
` [PATCH v2 3/4] crypto: kdf - SP800-108 Key Derivation Function
[PATCH 0/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG
2016-06-08 1:34 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).