linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-24 07:38:37 to 2019-06-28 02:20:01 UTC [more...]

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-06-28  2:19 UTC 

[PATCH V2] crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-28  2:07 UTC  (4+ messages)

KMSAN: uninit-value in aesti_encrypt
 2019-06-27 19:01 UTC  (5+ messages)
` [net/tls] "

[PATCH v3 00/32] crypto: AES cleanup
 2019-06-27 17:52 UTC  (34+ messages)
` [PATCH v3 01/32] crypto: arm/aes-ce - cosmetic/whitespace cleanup
` [PATCH v3 02/32] crypto: aes - rename local routines to prevent future clashes
` [PATCH v3 03/32] crypto: aes/fixed-time - align key schedule with other implementations
` [PATCH v3 04/32] crypto: aes - create AES library based on the fixed time AES code
` [PATCH v3 05/32] crypto: x86/aes-ni - switch to generic for fallback and key routines
` [PATCH v3 06/32] crypto: x86/aes - drop scalar assembler implementations
` [PATCH v3 07/32] crypto: padlock/aes - switch to library version of key expansion routine
` [PATCH v3 08/32] crypto: cesa/aes "
` [PATCH v3 09/32] crypto: safexcel/aes "
` [PATCH v3 10/32] crypto: arm64/ghash - switch to AES library
` [PATCH v3 11/32] crypto: arm/aes-neonbs - switch to library version of key expansion routine
` [PATCH v3 12/32] crypto: arm64/aes-ccm - switch to AES library
` [PATCH v3 13/32] crypto: arm64/aes-neonbs - switch to library version of key expansion routine
` [PATCH v3 14/32] crypto: arm64/aes-ce "
` [PATCH v3 15/32] crypto: generic/aes - drop key expansion routine in favor of library version
` [PATCH v3 16/32] crypto: ctr - add helper for performing a CTR encryption walk
` [PATCH v3 17/32] crypto: aes - move sync ctr(aes) to AES library and generic helper
` [PATCH v3 18/32] crypto: arm64/aes-ce-cipher - use AES library as fallback
` [PATCH v3 19/32] crypto: aes/arm - use native endiannes for key schedule
` [PATCH v3 20/32] crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
` [PATCH v3 21/32] crypto: arm/aes-neonbs "
` [PATCH v3 22/32] crypto: arm/ghash - provide a synchronous version
` [PATCH v3 23/32] bluetooth: switch to AES library
` [PATCH v3 24/32] crypto: amcc/aes - switch to AES library for GCM key derivation
` [PATCH v3 25/32] crypto: ccp - move to AES library for CMAC "
` [PATCH v3 26/32] crypto: chelsio/aes - replace AES cipher calls with library calls
` [PATCH v3 27/32] crypto: aes/generic - unexport last-round AES tables
` [PATCH v3 28/32] crypto: lib/aes - export sbox and inverse sbox
` [PATCH v3 29/32] crypto: arm64/aes-neon - switch to shared AES Sboxes
` [PATCH v3 30/32] crypto: arm/aes-cipher - switch to shared AES inverse Sbox
` [PATCH v3 31/32] crypto: arm64/aes-cipher "
` [PATCH v3 32/32] crypto: arm/aes-scalar - unexport en/decryption routines

[PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
 2019-06-27 17:36 UTC  (3+ messages)

[PATCH 11/87] crypto: amcc: Remove call to memset after dma_alloc_coherent
 2019-06-27 17:35 UTC 

[PATCH v5 0/7] crypto: switch to crypto API for ESSIV generation
 2019-06-27 16:40 UTC  (12+ messages)
` [PATCH v5 1/7] crypto: essiv - create wrapper template "
` [PATCH v5 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v5 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v5 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v5 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v5 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v5 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH v2 00/30] crypto: DES/3DES cleanup
 2019-06-27 16:34 UTC  (40+ messages)
` [PATCH v2 01/30] crypto: des/3des_ede - add new helpers to verify key length
` [PATCH v2 02/30] crypto: s390/des - switch to new verification routines
` [PATCH v2 03/30] crypto: sparc/des "
` [PATCH v2 04/30] crypto: atmel/des "
` [PATCH v2 05/30] crypto: bcm/des "
` [PATCH v2 06/30] crypto: caam/des "
` [PATCH v2 07/30] crypto: cpt/des "
` [PATCH v2 08/30] crypto: nitrox/des "
` [PATCH v2 09/30] crypto: ccp/des "
` [PATCH v2 10/30] crypto: ccree/des "
` [PATCH v2 11/30] crypto: hifn/des "
` [PATCH v2 12/30] crypto: hisilicon/des "
` [PATCH v2 13/30] crypto: safexcel/des "
` [PATCH v2 14/30] crypto: ixp4xx/des "
` [PATCH v2 15/30] crypto: cesa/des "
` [PATCH v2 16/30] crypto: n2/des "
` [PATCH v2 17/30] crypto: omap/des "
` [PATCH v2 18/30] crypto: picoxcell/des "
` [PATCH v2 19/30] crypto: qce/des "
` [PATCH v2 20/30] crypto: rk3288/des "
` [PATCH v2 21/30] crypto: stm32/des "
` [PATCH v2 22/30] crypto: sun4i/des "
` [PATCH v2 23/30] crypto: talitos/des "
` [PATCH v2 24/30] crypto: ux500/des "
` [PATCH v2 25/30] crypto: 3des - move verification out of exported routine
` [PATCH v2 26/30] crypto: des - remove unused function
` [PATCH v2 27/30] crypto: des - split off DES library from generic DES cipher driver
` [PATCH v2 28/30] crypto: x86/des - switch to library interface
` [PATCH v2 29/30] crypto: des - remove now unused __des3_ede_setkey()
` [PATCH v2 30/30] fs: cifs: move from the crypto cipher API to the new DES library interface

[PATCH] crypto: ccp - Switch to SPDX license identifiers
 2019-06-27 16:23 UTC 

[PATCH v2] crypto: ccp - Validate the the error value used to index error messages
 2019-06-27 16:16 UTC 

[RFC PATCH 00/30] crypto: DES/3DES cleanup
 2019-06-27 11:00 UTC  (16+ messages)
` [RFC PATCH 02/30] crypto: s390/des - switch to new verification routines
` [RFC PATCH 05/30] crypto: bcm/des "
` [RFC PATCH 06/30] crypto: caam/des "
` [RFC PATCH 27/30] crypto: des - split off DES library from generic DES cipher driver
  ` [PATCH] crypto: caam - fix dependency on CRYPTO_DES
` [RFC PATCH 30/30] fs: cifs: move from the crypto cipher API to the new DES library interface

[PATCH v3 0/5] crypto: caam - Add i.MX8MQ support
 2019-06-27 10:50 UTC  (3+ messages)
` [PATCH v3 1/5] crypto: caam - move DMA mask selection into a function

[PATCH v2 00/26]crypto: AES cleanup
 2019-06-27 10:03 UTC  (3+ messages)

[PATCH] crypto: morus - remove generic and x86 implementations
 2019-06-27  7:58 UTC  (12+ messages)

[PATCH v2 0/2] Clean up crypto documentation
 2019-06-26 16:50 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: doc - Add parameter documentation
` [PATCH v2 2/2] crypto: doc - Fix formatting of new crypto engine content

[PATCH] crypto: ccp - Validate the the error value used to index error messages
 2019-06-26 13:13 UTC  (2+ messages)

[PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-26  4:49 UTC  (6+ messages)
` [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
    ` [dm-devel] "
  ` [dm-devel] [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation

[PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-26  4:32 UTC  (3+ messages)
` [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH] crypto: algapi - guard against uninitialized spawn list in crypto_remove_spawns
 2019-06-25 16:48 UTC  (3+ messages)

[PATCH 0/3] Clean up crypto documentation
 2019-06-25 15:29 UTC  (14+ messages)
` [PATCH 1/3] crypto: doc - Add parameter documentation
` [PATCH 2/3] crypto: doc - Describe the crypto engine
` [PATCH 3/3] crypto: doc - Fix formatting of new crypto engine content

[PATCH 0/6] crypto: aegis128 - add NEON intrinsics version for ARM/arm64
 2019-06-25 14:57 UTC  (15+ messages)
` [PATCH 1/6] crypto: aegis128 - use unaliged helper in unaligned decrypt path
` [PATCH 2/6] crypto: aegis - drop empty TFM init/exit routines
` [PATCH 3/6] crypto: aegis - avoid prerotated AES tables
` [PATCH 4/6] crypto: aegis128 - add support for SIMD acceleration
` [PATCH 5/6] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
` [PATCH 6/6] crypto: tcrypt - add a speed test for AEGIS128

[PATCH 00/11] Add module parameters to control CCP activation
 2019-06-25 13:06 UTC  (19+ messages)
` [PATCH 01/11] crypto: ccp - Make CCP debugfs support optional
` [PATCH 02/11] crypto: ccp - Add a module parameter to specify a queue count
` [PATCH 03/11] crypto: ccp - Expose the value of nqueues in DebugFS
` [PATCH 04/11] crypto: ccp - module parameter to limit the number of enabled CCPs
` [PATCH 05/11] crypto: ccp - Expose maxdev through DebugFS
` [PATCH 06/11] crypto: ccp - Specify a single CCP via PCI device ID
` [PATCH 07/11] crypto: ccp - expose the pcidev module parameter in debugfs
` [PATCH 08/11] crypto: ccp - module parameter to allow CCP selection by PCI bus
` [PATCH 09/11] crypto: ccp - expose pcibus module parameter in debugfs
` [PATCH 10/11] crypto: ccp - Add a module parameter to control registration for DMA
` [PATCH 11/11] crypto: ccp - Expose the registerdma module parameter in DFS

[PATCH 0/3] crypto: inside-secure - broaden driver scope
 2019-06-25  6:41 UTC  (9+ messages)
` [PATCH 3/3] crypto: inside-secure - add support for using the EIP197 without firmware images

[PATCH v2] wireless: airo: switch to skcipher interface
 2019-06-25  5:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/4] Additional fixes on Talitos driver
 2019-06-25  1:20 UTC  (5+ messages)
` [PATCH v4 1/4] lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE

memory leak in mpihelp_mul_karatsuba_case
 2019-06-24 21:17 UTC  (3+ messages)
` lib/mpi: Fix karactx leak in mpi_powm

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-24 19:56 UTC  (5+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()

[PATCH 0/2] crypto: arm64/aes-ce - implement 5-way interleave for some modes
 2019-06-24 17:38 UTC  (3+ messages)
` [PATCH 1/2] crypto: arm64/aes-ce - add 5 way interleave routines
` [PATCH 2/2] crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTR

[patch] crypto: ccp - Free ccp if initialization fails
 2019-06-24 14:58 UTC  (3+ messages)

[PATCH] crypto: qat - Endian bug in interrupt handler
 2019-06-24 14:51 UTC  (2+ messages)

[PATCH 1/8] tpm: block messages while suspended
 2019-06-24 14:26 UTC  (2+ messages)

[RFC/RFT PATCH] crypto: aes/generic - use unaligned loads to eliminate 50% of lookup tables
 2019-06-24 13:30 UTC 


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