linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-21 21:35:01 to 2018-08-07 00:15:43 UTC [more...]

[RFC PATCH 0/9] crypto: HPolyC support
 2018-08-07  0:15 UTC  (14+ messages)
` [RFC PATCH 1/9] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH 2/9] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH 3/9] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH 4/9] crypto: chacha - add XChaCha12 support
` [RFC PATCH 5/9] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH 6/9] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH 7/9] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH 8/9] crypto: arm/poly1305 - add NEON accelerated Poly1305 implementation
` [RFC PATCH 9/9] crypto: hpolyc - add support for the HPolyC encryption mode
` [PATCH] crypto: remove speck

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-08-06 17:27 UTC  (33+ messages)
  ` [PATCH v6 01/18] crypto: xcbc: "
  ` [PATCH v6 02/18] crypto: cbc: "
  ` [PATCH v6 14/18] staging: rtl8192u: ieee80211: Convert from ahash to shash
` [PATCH v6 03/18] crypto: hash: Remove VLA usage
` [PATCH v6 04/18] dm: Remove VLA usage from hashes
` [PATCH v6 05/18] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v6 06/18] crypto: qat: Remove VLA usage
` [PATCH v6 07/18] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v6 08/18] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH v6 09/18] ppp: mppe: Remove VLA usage
` [PATCH v6 10/18] x86/power/64: "
` [PATCH v6 11/18] dm crypt: Convert essiv from ahash to shash
` [PATCH v6 12/18] drbd: Convert "
` [PATCH v6 13/18] wireless/lib80211: "
` [PATCH v6 15/18] staging: rtl8192e: ieee80211: "
` [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer
` [PATCH v6 17/18] crypto: ccm: Remove VLA usage
` [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK

[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-08-06 17:05 UTC  (45+ messages)
` [RFC PATCH 1/7] vfio/spimdev: Add documents for WarpDrive framework
` [RFC PATCH 2/7] iommu: Add share domain interface in iommu for spimdev
` [RFC PATCH 3/7] vfio: add spimdev support
` [RFC PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [RFC PATCH 5/7] crypto: Add Hisilicon Zip driver
` [RFC PATCH 6/7] crypto: add spimdev support to Hisilicon QM
` [RFC PATCH 7/7] vfio/spimdev: add user sample for spimdev

[PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption
 2018-08-06 10:39 UTC  (35+ messages)

[PATCH] random: add a config option to trust the CPU's hwrng
 2018-08-05  9:44 UTC  (7+ messages)

[PATCH 0/2] crypto: arm64/ghash-ce - performance improvements
 2018-08-04 18:46 UTC  (3+ messages)
` [PATCH 1/2] crypto: arm64/ghash-ce - replace NEON yield check with block limit
` [PATCH 2/2] crypto: arm64/ghash-ce - implement 4-way aggregation

[PATCH v1 2/3] zinc: Introduce minimal cryptography library
 2018-08-03 22:10 UTC  (6+ messages)

[PATCH] crypto: arm/chacha20 - always use vrev for 16-bit rotates
 2018-08-03 13:59 UTC  (3+ messages)

[PATCH 0/4] crypto: ccree: fixes and cleanups
 2018-08-03 13:59 UTC  (6+ messages)
` [PATCH 1/4] crypto: ccree: drop useless type flag during reg
` [PATCH 2/4] crypto: ccree: remove cipher ivgen left overs
` [PATCH 3/4] crypto: ccree: zero all of request ctx before use
` [PATCH 4/4] crypto: ccree: allow bigger than sector XTS op

[PATCH] crypto: virtio: Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req()
 2018-08-03 13:58 UTC  (2+ messages)

[PATCH] crypto: qat: adf_aer: Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_schedule_reset()
 2018-08-03 13:58 UTC  (2+ messages)

[PATCH] crypto: cavium: nitrox: Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_context()
 2018-08-03 13:57 UTC  (2+ messages)

Crypto Update for 4.11
 2018-08-03  5:44 UTC  (11+ messages)
` Crypto Fixes for 4.13
  ` Crypto Fixes for 4.14
    ` Crypto Fixes for 4.15
          ` Crypto Fixes for 4.16
            ` Crypto Fixes for 4.17
              ` Crypto Fixes for 4.18

[PATCH v7 0/9] crypto: Remove VLA usage
 2018-08-02 22:51 UTC  (10+ messages)
` [PATCH v7 1/9] crypto: xcbc: "
` [PATCH v7 2/9] crypto: cbc: "
` [PATCH v7 3/9] crypto: ccm: "
` [PATCH v7 4/9] crypto: hash: "
` [PATCH v7 5/9] dm: Remove VLA usage from hashes
` [PATCH v7 6/9] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v7 7/9] crypto: qat: Remove VLA usage
` [PATCH v7 8/9] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v7 9/9] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK

[PATCH 0/9] crypto: add zbufsize() interface
 2018-08-02 21:51 UTC  (10+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] crypto, 842: implement zbufsize()
` [PATCH 3/9] crypto, null: Implement zbufsize()
` [PATCH 4/9] crypto, lzo: "
` [PATCH 5/9] crypto, deflate: "
` [PATCH 6/9] crypto, zstd: "
` [PATCH 7/9] crypto, lz4: "
` [PATCH 8/9] crypto, lz4hc: "
` [PATCH 9/9] pstore: Use crypto_comp_zbufsize()

[PATCH 1/4] treewide: convert ISO_8859-1 text comments to utf-8
 2018-07-31 21:49 UTC  (11+ messages)

[PATCH][RESEND] lib/mpi: remove redundant variable esign
 2018-07-30  8:59 UTC 

[PATCH 0/2] crypto/arm64: aes-ce-gcm - switch to 2-way aggregation
 2018-07-28 18:54 UTC  (3+ messages)
` [PATCH 1/2] crypto/arm64: aes-ce-gcm - operate on two input blocks at a time
` [PATCH 2/2] crypto/arm64: aes-ce-gcm - implement 2-way aggregation

[PATCH] crypto: rmd320 - use swap macro in rmd320_transform
 2018-07-27 16:05 UTC  (2+ messages)

[PATCH] crypto: rmd256 - use swap macro in rmd256_transform
 2018-07-27 16:05 UTC  (2+ messages)

[PATCH] crypto: arm64/sha256 - increase cra_priority of scalar implementations
 2018-07-27 16:05 UTC  (2+ messages)

[PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
 2018-07-27 16:05 UTC  (2+ messages)

[RFC] crypto: Remove mcryptd
 2018-07-27  0:25 UTC  (3+ messages)

Does /dev/urandom now block until initialised ?
 2018-07-23 19:11 UTC  (5+ messages)

[PATCH 00/14] crypto: inside-secure - EIP197d support
 2018-07-23  7:21 UTC  (4+ messages)
` [PATCH 13/14] arm64: dts: marvell: armada-cp110: update the crypto engine compatible

[REPORT] Possible unnecessary usages of GFP_ATOMIC in crypto/ablkcipher.c
 2018-07-23  7:19 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).