linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-20 13:06:20 to 2019-06-26 07:00:16 UTC [more...]

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

[PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-26  4:49 UTC  (13+ messages)
` [PATCH v4 1/6] crypto: essiv - create wrapper template "
` [PATCH v4 2/6] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v4 3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
    ` [dm-devel] "
` [PATCH v4 5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v4 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
  ` [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  (24+ messages)
` [PATCH v3 1/6] crypto: essiv - create wrapper template "
` [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

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

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

[PATCH v2 0/2] Clean up crypto documentation
 2019-06-26  0:13 UTC  (4+ 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-25 23:44 UTC 

[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  (15+ messages)
` [PATCH 2/3] crypto: inside-secure - add support for PCI based FPGA development board
` [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 

[PATCH v4 0/3] MediaTek Security random number generator support
 2019-06-24  7:24 UTC  (4+ messages)
` [PATCH v4 1/3] soc: mediatek: add SMC fid table for SIP interface
` [PATCH v4 2/3] dt-bindings: rng: add bindings for MediaTek ARMv8 SoCs
` [PATCH v4 3/3] hwrng: add mtk-sec-rng driver

[PATCH v5 0/4] *** SUBJECT HERE ***
 2019-06-24  7:21 UTC  (6+ messages)
` [PATCH v5 1/4] lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
` [PATCH v5 2/4] crypto: talitos - move struct talitos_edesc into talitos.h
` [PATCH v5 3/4] crypto: talitos - fix hash on SEC1
` [PATCH v5 4/4] crypto: talitos - drop icv_ool
` [PATCH v5 0/4] Additional fixes on Talitos driver

[PATCH] Crypto: fixed a comment coding style issue
 2019-06-24  4:07 UTC  (2+ messages)

[PATCH] crypto: cavium remove casting dma_alloc
 2019-06-23 21:34 UTC  (2+ messages)

[PATCH] crypto: cavium remove casting dma_alloc
 2019-06-23 20:50 UTC 

[PATCH v4 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-22 23:30 UTC  (3+ messages)
` [PATCH v4 1/1] net: fastopen: robustness and endianness fixes for SipHash

[PATCH net-next v2 1/1] net: fastopen: robustness and endianness fixes for SipHash
 2019-06-20 23:03 UTC  (2+ messages)

[PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
 2019-06-20 19:56 UTC  (2+ messages)

crypto: crypto4xx - properly set IV after de- and encrypt breaks kernel 4.4
 2019-06-20 14:07 UTC  (3+ 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).