linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-18 18:06:07 to 2019-06-24 08:03:55 UTC [more...]

[PATCH 0/6] crypto: aegis128 - add NEON intrinsics version for ARM/arm64
 2019-06-24  8:03 UTC  (10+ 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 v4 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-24  7:40 UTC  (12+ 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

memory leak in mpihelp_mul_karatsuba_case
 2019-06-24  7:27 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] crypto: ccp - Free ccp if initialization fails
 2019-06-23 19:18 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 v2 00/26]crypto: AES cleanup
 2019-06-22 19:34 UTC  (27+ 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-22  7:46 UTC  (33+ 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 v3 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-21  7:37 UTC  (34+ messages)
` [PATCH v3 1/6] crypto: essiv - create wrapper template "
` [PATCH v3 2/6] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v3 3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v3 4/6] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v3 5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH 1/8] tpm: block messages while suspended
 2019-06-21  1:03 UTC 

[PATCH net-next v2 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-20 23:03 UTC  (6+ messages)
` [PATCH net-next v2 1/1] net: fastopen: robustness and endianness fixes for SipHash

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

[PATCH 0/3] crypto: inside-secure - broaden driver scope
 2019-06-20 15:42 UTC  (16+ messages)
` [PATCH 1/3] crypto: inside-secure - make driver selectable for non-Marvell hardware
` [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

crypto: crypto4xx - properly set IV after de- and encrypt breaks kernel 4.4
 2019-06-20 14:07 UTC  (3+ messages)

[PATCH v2] crypto: nx: no need to check return value of debugfs_create functions
 2019-06-20  8:07 UTC  (2+ messages)

[PATCH v5 0/7] crypto: rc4 cleanup
 2019-06-20  8:06 UTC  (2+ messages)

[PATCH] crypto: talitos - fix max key size for sha384 and sha512
 2019-06-20  8:06 UTC  (2+ messages)

[PATCH] crypto: vmx - Document CTR mode counter width quirks
 2019-06-20  8:06 UTC  (2+ messages)

[PATCH 0/2] crypto: caam - update IV using HW support
 2019-06-20  8:06 UTC  (2+ messages)

[PATCH 0/2] hwrng: Support for 7211 in iproc-rng200
 2019-06-20  8:05 UTC  (2+ messages)

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

[PATCH net-next v3 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-19 21:27 UTC  (2+ messages)
` [PATCH net-next v3 1/1] net: fastopen: robustness and endianness fixes for SipHash

[PATCH v2 0/4] crypto: switch to crypto API for ESSIV generation
 2019-06-19 15:45 UTC  (17+ messages)
` [PATCH v2 1/4] crypto: essiv - create wrapper template "
` [PATCH v2 2/4] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v2 3/4] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v2 4/4] md: dm-crypt: switch to ESSIV crypto API template

· can you assist me?
 2019-06-19 10:41 UTC 

question…
 2019-06-19 11:36 UTC 

[PATCH 0/2] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-18 22:40 UTC  (11+ messages)
` [PATCH 1/2] net: fastopen: make key handling more robust against future changes
` [PATCH 2/2] net: fastopen: use endianness agnostic representation of the cookie

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-06-18 21:05 UTC  (3+ messages)
` [PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir
` [PATCH v1 12/22] docs: driver-api: "

[PATCH V2] crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-18 19:09 UTC 

crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-18 18:49 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v2 1/2] crypto: testmgr - dynamically allocate testvec_config
 2019-06-18 18:07 UTC  (4+ messages)
` [PATCH v2 2/2] crypto: testmgr - dynamically allocate crypto_shash


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