linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 20:39:07 to 2020-10-26 01:12:11 UTC [more...]

[GIT PULL] Crypto Update for 5.9
 2020-10-26  1:11 UTC  (5+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
` [GIT PULL] Crypto Update "

[PATCH v4 0/6] crypto: lib/sha256 - cleanup/optimization
 2020-10-25 23:53 UTC  (11+ messages)
` [PATCH v4 1/6] crypto: lib/sha256 - Use memzero_explicit() for clearing state
` [PATCH v4 2/6] crypto: "
` [PATCH v4 3/6] crypto: lib/sha256 - Don't clear temporary variables
` [PATCH v4 4/6] crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
` [PATCH v4 5/6] crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
` [PATCH v4 6/6] crypto: lib/sha256 - Unroll LOAD and BLEND loops

[PATCH] crypto: x86/poly1305 - add back a needed assignment
 2020-10-23 22:40 UTC  (2+ messages)

[PATCH v3 0/5] crypto: lib/sha256 - cleanup/optimization
 2020-10-23 22:31 UTC  (9+ messages)
` [PATCH v3 1/5] crypto: Use memzero_explicit() for clearing state
` [PATCH v3 2/5] crypto: lib/sha256 - Don't clear temporary variables
` [PATCH v3 3/5] crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
` [PATCH v3 4/5] crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
` [PATCH v3 5/5] crypto: lib/sha256 - Unroll LOAD and BLEND loops

[PATCH v2 0/6] crypto: lib/sha256 - cleanup/optimization
 2020-10-23 21:53 UTC  (23+ messages)
` [PATCH v2 1/6] crypto: Use memzero_explicit() for clearing state
` [PATCH v2 2/6] crypto: lib/sha256 - Don't clear temporary variables
` [PATCH v2 3/6] crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
` [PATCH v2 4/6] crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
` [PATCH v2 5/6] crypto: lib/sha256 - Unroll LOAD and BLEND loops
` [PATCH v2 6/6] crypto: lib/sha - Combine round constants and message schedule

Qualcomm Crypto Engine driver
 2020-10-23 17:00 UTC  (2+ messages)

[PATCH] hwrng: imx-rngc - platform_get_irq() already prints an error
 2020-10-22 20:16 UTC  (2+ messages)

[PATCH -next] treewide: Remove stringification from __alias macro definition
 2020-10-22 16:20 UTC  (10+ messages)

[PATCH] crypto: caam - enable crypto-engine retry mechanism
 2020-10-21 20:06 UTC 

[RFC PATCH 0/2] Check codeSigning extended key usage extension
 2020-10-21 10:20 UTC  (7+ messages)
` [RFC PATCH 1/2] X.509: Add CodeSigning extended key usage parsing
` [RFC PATCH 2/2] PKCS#7: Check codeSigning EKU for kernel module and kexec pe verification

[PATCH 0/5] crypto: lib/sha256 - cleanup/optimization
 2020-10-20 19:45 UTC  (10+ messages)
` [PATCH 1/5] crypto: Use memzero_explicit() for clearing state
` [PATCH 2/5] crypto: lib/sha256 - Don't clear temporary variables
` [PATCH 3/5] crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
` [PATCH 4/5] crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
` [PATCH 5/5] crypto: lib/sha256 - Unroll LOAD and BLEND loops

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (19+ messages)
  ` [Cocci] "
    ` [Ocfs2-devel] "

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-10-19 19:38 UTC  (19+ messages)
        ` [PATCH v36 00/13] /dev/random - a new approach
          ` [PATCH v36 01/13] Linux Random Number Generator
          ` [PATCH v36 02/13] LRNG - allocate one DRNG instance per NUMA node
          ` [PATCH v36 03/13] LRNG - sysctls and /proc interface
          ` [PATCH v36 04/13] LRNG - add switchable DRNG support
          ` [PATCH v36 05/13] LRNG - add common generic hash support
          ` [PATCH v36 06/13] crypto: DRBG - externalize DRBG functions for LRNG
          ` [PATCH v36 07/13] LRNG - add SP800-90A DRBG extension
          ` [PATCH v36 08/13] LRNG - add kernel crypto API PRNG extension
          ` [PATCH v36 09/13] crypto: provide access to a static Jitter RNG state
          ` [PATCH v36 10/13] LRNG - add Jitter RNG fast noise source
          ` [PATCH v36 11/13] LRNG - add SP800-90B compliant health tests
          ` [PATCH v36 12/13] LRNG - add interface for gathering of raw entropy
          ` [PATCH v36 13/13] LRNG - add power-on and runtime self-tests

[PATCH] crypto: atmel-sha: remove unneeded break
 2020-10-19 19:36 UTC 

[PATCH v8,net-next,00/12] Add Support for Marvell OcteonTX2
 2020-10-19 19:07 UTC  (16+ messages)
` [PATCH v8,net-next,01/12] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v8,net-next,02/12] octeontx2-af: add mailbox interface for CPT
` [PATCH v8,net-next,03/12] octeontx2-af: add debugfs entries for CPT block
` [PATCH v8,net-next,04/12] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v8,net-next,05/12] crypto: octeontx2: add mailbox communication with AF
` [PATCH v8,net-next,06/12] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v8,net-next,07/12] crypto: octeontx2: load microcode and create engine groups
` [PATCH v8,net-next,08/12] crypto: octeontx2: add LF framework
` [PATCH v8,net-next,09/12] crypto: octeontx2: add support to get engine capabilities
` [PATCH v8,net-next,10/12] crypto: octeontx2: add virtual function driver support
` [PATCH v8,net-next,11/12] crypto: octeontx2: add support to process the crypto request
` [PATCH v8,net-next,12/12] crypto: octeontx2: register with linux crypto framework

gssapi, crypto and afs/rxrpc
 2020-10-19 18:07 UTC  (3+ messages)

[PATCH AUTOSEL 5.9 004/111] crypto: ccp - fix error handling
 2020-10-18 19:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 020/111] crypto: hisilicon - fixed memory allocation error

[PATCH AUTOSEL 5.8 004/101] crypto: ccp - fix error handling
 2020-10-18 19:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 020/101] crypto: hisilicon - fixed memory allocation error

[PATCH AUTOSEL 4.19 02/56] crypto: ccp - fix error handling
 2020-10-18 19:23 UTC 

[PATCH AUTOSEL 4.9 01/41] crypto: ccp - fix error handling
 2020-10-18 19:25 UTC 

[PATCH AUTOSEL 4.14 01/52] crypto: ccp - fix error handling
 2020-10-18 19:24 UTC 

[PATCH AUTOSEL 5.4 03/80] crypto: ccp - fix error handling
 2020-10-18 19:21 UTC 

UBSAN: array-index-out-of-bounds in alg_bind
 2020-10-17 14:41 UTC  (6+ messages)

Announce loop-AES-v3.7s file/swap crypto package
 2020-10-17 13:12 UTC 

[PATCH 0/3] crypto: Add Keem Bay OCS HCU driver
 2020-10-16 17:27 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: crypto: Add Keem Bay OCS HCU bindings
` [PATCH 2/3] crypto: keembay: Add Keem Bay OCS HCU driver
` [PATCH 3/3] MAINTAINERS: Add maintainers for "

[PATCH -next] crypto: omap-aes - fix the reference count leak of omap device
 2020-10-16  9:05 UTC 

[PATCH] crypto: ecrdsa - use subsys_initcall instead of module_init
 2020-10-15 12:05 UTC  (2+ messages)

[PATCH v7,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-15 12:02 UTC  (12+ messages)
` [PATCH v7,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v7,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v7,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
    ` [EXT] "
` [PATCH v7,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
    ` [EXT] "

[PATCH] crypto: sm2 - remove unnecessary reset operations
 2020-10-15  9:24 UTC 

[RESEND PATCH] crypto: sa2ul - Reduce stack usage
 2020-10-15  3:31 UTC 

[PATCH 0/2] crypto: hisilicon - misc fixes
 2020-10-15  2:23 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon - delete unused structure member variables
` [PATCH 2/2] crypto: hisilicon - fixes some coding style

[PATCH] crypto: x86 - remove unused file aes_glue.c
 2020-10-13 23:26 UTC 

[PATCH v2 21/24] crypto: sun8x-ce*: update entries to its documentation
 2020-10-13 12:14 UTC 

Disinfectant
 2020-10-13  8:16 UTC 

[PATCH 00/31] crypto: qat - rework in preparation for qat_4xxx driver
 2020-10-12 20:38 UTC  (31+ messages)
` [PATCH 02/31] crypto: qat - mask device capabilities with soft straps
` [PATCH 03/31] crypto: qat - num_rings_per_bank is device dependent
` [PATCH 04/31] crypto: qat - fix configuration of iov threads
` [PATCH 05/31] crypto: qat - split transport CSR access logic
` [PATCH 06/31] crypto: qat - relocate GEN2 CSR access code
` [PATCH 07/31] crypto: qat - abstract admin interface
` [PATCH 08/31] crypto: qat - add packed to init admin structures
` [PATCH 09/31] crypto: qat - rename ME in AE
` [PATCH 10/31] crypto: qat - change admin sequence
` [PATCH 11/31] crypto: qat - use admin mask to send fw constants
` [PATCH 12/31] crypto: qat - update constants table
` [PATCH 13/31] crypto: qat - remove writes into WQCFG
` [PATCH 14/31] crypto: qat - remove unused macros in arbiter module
` [PATCH 15/31] crypto: qat - abstract arbiter access
` [PATCH 16/31] crypto: qat - add support for capability detection
` [PATCH 17/31] crypto: qat - register crypto instances based on capability
` [PATCH 18/31] crypto: qat - enable ring after pair is programmed
` [PATCH 19/31] crypto: qat - abstract build ring base
` [PATCH 20/31] crypto: qat - replace constant masks with GENMASK
` [PATCH 21/31] crypto: qat - use BIT_ULL() - 1 pattern for masks
` [PATCH 22/31] crypto: qat - abstract writes to arbiter enable
` [PATCH 23/31] crypto: qat - remove hardcoded bank irq clear flag mask
` [PATCH 24/31] crypto: qat - call functions in adf_sriov if available
` [PATCH 25/31] crypto: qat - remove unnecessary void* casts
` [PATCH 26/31] crypto: qat - change return value in adf_cfg_add_key_value_param()
` [PATCH 27/31] crypto: qat - change return value in adf_cfg_key_val_get()
` [PATCH 28/31] crypto: qat - refactor qat_crypto_create_instances()
` [PATCH 29/31] crypto: qat - refactor qat_crypto_dev_config()
` [PATCH 30/31] crypto: qat - allow for instances in different banks
` [PATCH 31/31] crypto: qat - extend ae_mask


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