linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-14 02:49:04 to 2017-06-20 16:08:29 UTC [more...]

[PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622
 2017-06-20 16:08 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator bindings

[PATCH] crypto: cavium: make several functions static
 2017-06-20 15:59 UTC  (2+ messages)

[PATCH] staging: ccree: fix coding style error
 2017-06-20 14:52 UTC  (7+ messages)
` [PATCH 1/6] Staging: ccree: add space around comma, brace and operator
` [PATCH 2/6] staging: ccree: move brace { to previous line for if
` [PATCH 3/6] staging: ccree: move '{' to next line for function
` [PATCH 4/6] staging: ccree: move * to close variable name instead of type
` [PATCH 5/6] staging: ccree: remove improper space
` [PATCH 6/6] staging: ccree: move else to follow close brace '}'

[PATCH 01/11] Fix coding style of driver/staging/ccree/ssi_aead.c ERROR: space required after that
 2017-06-20 12:27 UTC  (15+ 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] crypto: sun4i-ss: support the Security System PRNG
 2017-06-20 11:45 UTC  (3+ messages)

[PATCH v5 00/13] Unseeded In-Kernel Randomness Fixes
 2017-06-20  9:49 UTC  (23+ messages)
` [PATCH v5 01/13] random: invalidate batched entropy after crng init
    ` [PATCH] random: silence compiler warnings and fix race
          ` [kernel-hardening] "

[PATCH v3 0/7] crypto: aes - allow generic AES to be omitted
 2017-06-20  9:29 UTC  (8+ messages)
` [PATCH v3 1/7] drivers/crypto/Kconfig: drop bogus CRYPTO_AES dependencies
` [PATCH v3 2/7] crypto: aes - refactor shared routines into separate core module
` [PATCH v3 3/7] crypto: x86/aes-ni - switch to generic fallback
` [PATCH v3 4/7] crypto: arm64/aes-neon - reuse Sboxes from AES core module
` [PATCH v3 5/7] crypto: aes - repurpose CRYPTO_AES and introduce CRYPTO_AES_GENERIC
` [PATCH v3 6/7] crypto: aes - add meaningful help text to the various AES drivers
` [PATCH v3 7/7] crypto: aes - allow generic AES to be replaced by fixed time AES

[PATCH] hwrng: do not warn when there are no devices
 2017-06-20  8:38 UTC  (13+ messages)

[PATCH v6 0/5] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-06-20  6:21 UTC  (5+ messages)
` [PATCH v6 1/5] Documentation/bindings: Document the SafeXel cryptographic engine driver

[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  (2+ messages)

[PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa)
 2017-06-20  3:40 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v9 1/2] crypto: skcipher AF_ALG - overhaul memory management

[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
 2017-06-20  1:28 UTC  (11+ 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] 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  (2+ 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  (9+ 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  (5+ messages)


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