linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 14:24:37 to 2019-06-22 07:46:48 UTC [more...]

[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 v4 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-21  8:09 UTC  (7+ 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
` [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

[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  (4+ messages)
` [PATCH v5 7/7] fs: cifs: switch to RC4 library interface

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

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

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

[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  (14+ 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

[PATCH] [v2] crypto: serpent - mark __serpent_setkey_sbox noinline
 2019-06-18 18:05 UTC  (2+ messages)

[PATCH] crypto: sun4i-ss - reduce stack usage
 2019-06-18 13:12 UTC  (2+ messages)

[PATCH] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-06-18 12:13 UTC 

[PATCH v3] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-18  6:56 UTC  (6+ messages)

[PATCH v4] wusb: switch to cbcmac transform
 2019-06-18  6:53 UTC  (2+ messages)

[PATCH] crypto: serpent - mark __serpent_setkey_sbox noinline
 2019-06-18  3:19 UTC  (2+ messages)

[PATCH v3 0/5] crypto: caam - Add i.MX8MQ support
 2019-06-18  0:52 UTC  (10+ messages)
` [PATCH v3 1/5] crypto: caam - move DMA mask selection into a function
` [PATCH v3 2/5] crypto: caam - correct DMA address size for the i.MX8
` [PATCH v3 3/5] crypto: caam - always select job ring via RSR on i.MX8MQ
` [PATCH v3 4/5] crypto: caam - simplfy clock initialization
` [PATCH v3 5/5] crypto: caam - add clock entry for i.MX8MQ

[PATCH] crypto: talitos - eliminate unneeded 'done' functions at build time
 2019-06-17 21:14 UTC 

[PATCH] crypto: testmgr - reduce stack usage in fuzzers
 2019-06-17 20:05 UTC  (10+ messages)

crypto: x86/crct10dif-pcl - cleanup and optimizations
 2019-06-17 18:22 UTC  (4+ messages)

[RFC PATCH 0/3] crypto: switch to shash for ESSIV generation
 2019-06-17 17:52 UTC  (12+ 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).