messages from 2017-06-10 18:02:43 to 2017-06-20 08:20:15 UTC [more...]
[PATCH 01/11] Fix coding style of driver/staging/ccree/ssi_aead.c ERROR: space required after that
2017-06-20 8:20 UTC (12+ messages)
` [PATCH 02/11] Fix ERROR: spaces required around that
` [PATCH 03/11] Fix ERROR: space required before the open brace
` [PATCH 04/11] Fix ERROR: that open brace { should be on the previous line
` [PATCH 05/11] Fix ERROR: space prohibited after that open parenthesis '('
` [PATCH 06/11] Fix ERROR: space prohibited before that close parenthesis ')'
` [PATCH 07/11] Fix ERROR: open brace '{' following function declarations go on the next line
` [PATCH 08/11] Fix ERROR: space prohibited before open square bracket '['
` [PATCH 09/11] Fix ERROR: space prohibited before that ','
` [PATCH 10/11] Fix ERROR: else should follow close brace '}'
` [PATCH 11/11] Fix ERROR: "foo* bar" should be "foo *bar"
[PATCH v5 00/13] Unseeded In-Kernel Randomness Fixes
2017-06-20 8:14 UTC (18+ messages)
` [PATCH v5 01/13] random: invalidate batched entropy after crng init
` [PATCH] random: silence compiler warnings and fix race
` [kernel-hardening] "
[PATCH v6 0/5] arm64: marvell: add cryptographic engine support for 7k/8k
2017-06-20 6:21 UTC (7+ messages)
` [PATCH v6 1/5] Documentation/bindings: Document the SafeXel cryptographic engine driver
` [PATCH v6 3/5] arm64: marvell: dts: add dma-mask in crypto nodes for 7k/8k
[PATCH] crypto: vmx: remove unnecessary check
2017-06-20 3:42 UTC (2+ messages)
[PATCH] crypto: caam: make of_device_ids const
2017-06-20 3:42 UTC (2+ messages)
[PATCH] crypto: n2: make of_device_ids const
2017-06-20 3:42 UTC (3+ messages)
[PATCH 00/13] crypto: inside-secure - various improvements
2017-06-20 3:42 UTC (15+ messages)
` [PATCH 01/13] crypto: inside-secure - use hmac ipad/opad constants
` [PATCH 02/13] crypto: inside-secure - fix the ring wr_cache offset
` [PATCH 03/13] crypto: inside-secure - fix incorrect DSE data cache setting
` [PATCH 04/13] crypto: inside-secure - enable single WR in DSE configuration
` [PATCH 05/13] crypto: inside-secure - optimize DSE bufferability control
` [PATCH 06/13] crypto: inside-secure - align the cipher and hash send functions
` [PATCH 07/13] crypto: inside-secure - update the context and request later
` [PATCH 08/13] crypto: inside-secure - use one queue per hw ring
` [PATCH 09/13] crypto: inside-secure - stop requeueing failed requests
` [PATCH 10/13] crypto: inside-secure - get the backlog before dequeueing the request
` [PATCH 11/13] crypto: inside-secure - only dequeue when needed
` [PATCH 12/13] crypto: inside-secure - increase the batch size
` [PATCH 13/13] crypto: inside-secure - use the base_end pointer in ring rollback
[PATCH 0/9] Bug fixes and ctr mode of operation
2017-06-20 3:41 UTC (11+ messages)
` [PATCH 1/9] crypto: chcr - Pass lcb bit setting to firmware
` [PATCH 2/9] crypto: chcr - Fix fallback key setting
` [PATCH 3/9] crypto: chcr - Return correct error code
` [PATCH 4/9] crypto: chcr - Avoid changing request structure
` [PATCH 5/9] crypto:chcr - Add ctr mode and process large sg entries for cipher
` [PATCH 6/9] chcr - Add debug counters
` [PATCH 7/9] MAINTAINERS:Add maintainer for chelsio crypto driver
` [PATCH 8/9] crypto: chcr - Ensure Destination sg entry size less than 2k
` [PATCH 9/9] crypto: chcr - Select device in Round Robin fashion
[PATCH][crypto-next] crypto: omap-aes: fix spelling mistake "Encryptio" -> "Encryption"
2017-06-20 3:41 UTC (2+ messages)
[PATCH][crypto-next] crypto: cavium: fix spelling mistake "Revsion" -> "Revision"
2017-06-20 3:41 UTC (5+ messages)
[PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa)
2017-06-20 3:40 UTC (2+ messages)
[PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622
2017-06-20 3:40 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator bindings
` [PATCH v2 2/3] hwrng: mtk - add runtime PM support
` [PATCH v2 3/3] MAINTAINERS: add entry for MediaTek Random Number Generator
[PATCH] rsa-pkcs1pad: use constant time memory comparison for MACs
2017-06-20 3:38 UTC (2+ messages)
[PATCH] crypto: crypto4xx - fix an error code
2017-06-20 3:33 UTC (2+ messages)
[PATCH v9 0/2] crypto: AF_ALG memory management fix
2017-06-20 3:10 UTC (4+ messages)
` [PATCH v9 1/2] crypto: skcipher AF_ALG - overhaul memory management
` [PATCH v9 2/2] crypto: aead "
[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
2017-06-20 1:28 UTC (12+ messages)
` [RFC PATCH 1/2] crypto: caam - properly set IV after {en,de}crypt
` [PATCH 1/2] crypto: caam - fix gfp allocation flags (part I)
` [PATCH 2/2] crypto: caam - fix gfp allocation flags (part II)
Reply Urgent
2017-06-19 19:39 UTC
[PATCH] hwrng: do not warn when there are no devices
2017-06-19 19:03 UTC (12+ messages)
[PATCH] crypto: ccp - Release locks before returning
2017-06-19 17:31 UTC
[PATCH v2 0/6] crypto: aes - allow generic AES to be omitted
2017-06-19 14:04 UTC (9+ messages)
` [PATCH v2 1/6] drivers/crypto/Kconfig: drop bogus CRYPTO_AES dependencies
` [PATCH v2 2/6] crypto: aes - refactor shared routines into separate core module
` [PATCH v2 3/6] crypto: x86/aes-ni - switch to generic fallback
` [PATCH v2 4/6] crypto: aes - repurpose CRYPTO_AES and introduce CRYPTO_AES_GENERIC
` [PATCH v2 5/6] crypto: aes - add meaningful help text to the various AES drivers
` [PATCH v2 6/6] crypto: aes - allow generic AES to be replaced by fixed time AES
[PATCH] crypto: cavium/nitrox - dma_mapping_error() returns bool
2017-06-19 10:51 UTC
[PATCH] of: update ePAPR references to point to Devicetree Specification
2017-06-19 10:23 UTC (3+ messages)
[cryptodev:master 77/100] drivers/crypto/ccp/ccp-debugfs.c:303:3-9: preceding lock on line 299 (fwd)
2017-06-19 9:36 UTC
[PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
2017-06-19 7:55 UTC (6+ messages)
` [PATCH v2 1/2] crypto: engine - replace pr_xxx by dev_xxx
` [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request
[PATCH] crypto: fix typo in docs
2017-06-19 6:53 UTC
[PATCH] crypto: testmgr: use consistent format for errors
2017-06-19 6:44 UTC (2+ messages)
[PATCH] crypto: brcm: fix spelling mistake: "fallbck" -> "fallback"
2017-06-19 6:43 UTC (3+ messages)
[PATCH v3 00/13] ARM: sun5i: cryptographic engine support
2017-06-19 6:43 UTC (2+ messages)
[PATCH] crypto: algapi: Use pr_err common logging style
2017-06-19 6:42 UTC (3+ messages)
[PATCH] Documentation: crypto: Fixed bugs, added example usage of calc_hash()
2017-06-19 6:40 UTC (2+ messages)
[PATCH] crypto: glue_helper - Delete some dead code
2017-06-19 6:40 UTC (2+ messages)
[PATCH] crypto: mediatek - drop .owner field in mtk_crypto_driver
2017-06-19 6:39 UTC (2+ messages)
[PATCH] crypto: aes_ti - fix comment for MixColumns step
2017-06-19 6:39 UTC (2+ messages)
[PATCH v2 0/3] Add more algorithms and some misc cleanups
2017-06-19 6:39 UTC (3+ messages)
[PATCH] drivers/crypto/ccp: return NULL instead of 0
2017-06-19 6:39 UTC (2+ messages)
[PATCH V2] crypto: ccp - Add debugfs entries for CCP information
2017-06-19 6:38 UTC (2+ messages)
[PATCH v2] crypto: talitos: Extend max key length for SHA384/512-HMAC and AEAD
2017-06-19 6:38 UTC (2+ messages)
[-next] crypto: 842 propagate PTR_ERR value instead of -ENOMEM
2017-06-19 6:28 UTC (2+ messages)
[PATCH v4 00/13] Unseeded In-Kernel Randomness Fixes
2017-06-18 19:12 UTC (18+ messages)
` [PATCH v4 06/13] iscsi: ensure RNG is seeded before use
` [kernel-hardening] "
` [kernel-hardening] "
` [PATCH v4 13/13] random: warn when kernel uses unseeded randomness
` [kernel-hardening] "
(unknown),
2017-06-18 13:58 UTC
[PATCH 1/1] Fix coding style of driver/staging/ccree/ssi_aead.c
2017-06-18 5:52 UTC
[PATCH v2 25/29] padata.txt: standardize document format
2017-06-17 15:26 UTC
[PATCH v2 24/31] hw_random.txt: standardize document format
2017-06-17 15:25 UTC
[PATCH V2] staging: ccree: - style fix, spaces and tabs
2017-06-17 2:44 UTC
[PATCH v3 net-next 1/4] tcp: ULP infrastructure
2017-06-17 0:35 UTC (8+ messages)
` [PATCH v3 net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
` [PATCH v3 net-next 3/4] tls: kernel TLS support
` [PATCH v3 net-next 4/4] tls: Documentation
Crypto Fixes for 4.9
2017-06-16 16:49 UTC (14+ messages)
` Crypto Fixes for 4.10
` Crypto Fixes for 4.11
` Crypto Fixes for 4.12
[PATCH 0/1] Add firmware for CNN55XX crypto driver
2017-06-16 14:22 UTC (2+ messages)
` [PATCH 1/1] cavium: "
[PATCH v3 net-next 0/4] kernel TLS
2017-06-15 16:13 UTC (8+ messages)
[PATCH v2 0/6] Appended signatures support for IMA appraisal
2017-06-15 16:00 UTC (12+ messages)
` [PATCH v2 1/6] integrity: Small code improvements
` [PATCH v2 2/6] ima: Simplify policy_func_show
` [PATCH v2 3/6] ima: Log the same audit cause whenever a file has no signature
` [PATCH v2 6/6] ima: Support module-style appended signatures for appraisal
pkcs1pad and RSA e
2017-06-14 3:57 UTC
Alg errors with Intel QAT Card
2017-06-14 12:12 UTC (6+ messages)
(unknown),
2017-06-13 21:38 UTC
[cryptodev:master 62/75] crypto/rsa-pkcs1pad.c:680:21: error: assignment from incompatible pointer type
2017-06-13 8:15 UTC (2+ messages)
I Would love to discuse something with you
2017-06-12 14:51 UTC
[PATCH 00/12] arm64: crypto: prepare for new kernel mode NEON policy
2017-06-12 14:31 UTC (2+ messages)
[PATCH v3 0/5] Add support for the STM32F4 CRC32
2017-06-12 9:48 UTC (2+ messages)
[PATCH 1/1] crypto:drbg- Fixes panic in wait_for_completion call
2017-06-12 6:30 UTC (4+ messages)
Quick Loans
2017-06-12 4:00 UTC
(unknown),
2017-06-11 0:20 UTC
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