linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 15:04:49 to 2019-08-15 12:07:29 UTC [more...]

[PATCH -next] crypto: streebog - remove two unused variables
 2019-08-15 12:07 UTC  (3+ messages)

[PATCH -next] crypto: aes-generic - remove unused variable 'rco_tab'
 2019-08-15 12:07 UTC  (3+ messages)

[PATCH] Documentation: crypto: crypto_engine: Fix Sphinx warning
 2019-08-15 12:06 UTC  (2+ messages)

[PATCH 1/2] crypto: cavium/nitrox - Allocate asymmetric crypto command queues
 2019-08-15 12:06 UTC  (2+ messages)

[PATCH] crypto: cryptd - Use refcount_t for refcount
 2019-08-15 12:06 UTC  (2+ messages)

[PATCH v3] hwrng: core: Freeze khwrng thread during suspend
 2019-08-15 12:06 UTC  (2+ messages)

[PATCH v2] crypto: caam/qi - execute library only on DPAA 1.x
 2019-08-15 12:05 UTC  (2+ messages)

crypto: hisilicon - Fix warning on printing %p with dma_addr_t
 2019-08-15 12:03 UTC 

[PATCHv4 0/4] crypto: inside-secure - broaden driver scope
 2019-08-15 11:51 UTC  (2+ messages)

[PATCH v4 00/30] crypto: DES/3DES cleanup
 2019-08-15 11:37 UTC  (6+ messages)
` [PATCH v4 06/30] crypto: caam/des - switch to new verification routines

[PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-15 11:35 UTC  (10+ messages)
` [PATCH v11 1/4] crypto: essiv - create wrapper template "
` [PATCH v11 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v11 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v11 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[GIT PULL] inside-secure: add new GPLv2 "mini" firmware for the EIP197 driver
 2019-08-15 11:32 UTC  (2+ messages)

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

[PATCH 1/2] padata: always acquire cpu_hotplug_lock before pinst->lock
 2019-08-15  5:15 UTC  (5+ messages)
` [PATCH 2/2] padata: validate cpumask without removed CPU during offline
  ` [PATCH v2] "
    ` [PATCH 3/2] padata: initialize usable masks to reflect offlined CPU

[PATCH] crypto: chtls - use 'skb_put_zero()' instead of re-implementing it
 2019-08-15  5:00 UTC  (2+ messages)

[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-08-15  2:30 UTC  (6+ messages)

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-14 22:37 UTC  (21+ messages)
` [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
` [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
` [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version

[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
 2019-08-14 13:24 UTC  (7+ messages)
` [RFC/RFT v4 1/5] tpm: move tpm_buf code to include/linux/
` [RFC/RFT v4 2/5] KEYS: trusted: use common tpm_buf for TPM1.x code
` [RFC/RFT v4 3/5] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v4 4/5] KEYS: trusted: move tpm2 trusted keys code
` [RFC/RFT v4 5/5] KEYS: trusted: Add generic trusted keys framework

[PATCH v7 00/15] crypto: caam - Add i.MX8MQ support
 2019-08-14 10:26 UTC  (19+ messages)
` [PATCH v7 01/15] crypto: caam - move DMA mask selection into a function
` [PATCH v7 02/15] crypto: caam - simplfy clock initialization
` [PATCH v7 03/15] crypto: caam - convert caam_jr_init() to use devres
` [PATCH v7 04/15] crypto: caam - request JR IRQ as the last step
` [PATCH v7 05/15] crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
` [PATCH v7 06/15] crypto: caam - use ioread64*_hi_lo in rd_reg64
` [PATCH v7 07/15] crypto: caam - drop 64-bit only wr/rd_reg64()
` [PATCH v7 08/15] crypto: caam - share definition for MAX_SDLEN
` [PATCH v7 09/15] crypto: caam - make CAAM_PTR_SZ dynamic
` [PATCH v7 10/15] crypto: caam - move cpu_to_caam_dma() selection to runtime
` [PATCH v7 11/15] crypto: caam - drop explicit usage of struct jr_outentry
` [PATCH v7 12/15] crypto: caam - don't hardcode inpentry size
` [PATCH v7 13/15] crypto: caam - force DMA address to 32-bit on 64-bit i.MX SoCs
` [PATCH v7 14/15] crypto: caam - always select job ring via RSR on i.MX8MQ
` [PATCH v7 15/15] crypto: caam - add clock entry for i.MX8MQ

[PATCH 0/5] crypto: hisilicon: Misc fixes
 2019-08-14  9:28 UTC  (6+ messages)
` [PATCH 1/5] crypto: hisilicon - fix kbuild warnings
` [PATCH 2/5] crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
` [PATCH 3/5] crypto: hisilicon - init curr_sgl_dma to fix compile warning
` [PATCH 4/5] crypto: hisilicon - add missing single_release
` [PATCH 5/5] crypto: hisilicon - fix error handle in hisi_zip_create_req_q

[PATCH 0/9] dt-bindings: first tentative of conversion to yaml format
 2019-08-13 21:19 UTC  (2+ messages)

[PATCH v6 00/14] crypto: caam - Add i.MX8MQ support
 2019-08-13 18:50 UTC  (15+ messages)
` [PATCH v6 02/14] crypto: caam - simplfy clock initialization
` [PATCH v6 04/14] crypto: caam - request JR IRQ as the last step
` [PATCH v6 08/14] crypto: caam - make CAAM_PTR_SZ dynamic
` [PATCH v6 12/14] crypto: caam - force DMA address to 32-bit on 64-bit i.MX SoCs

[PATCH v10 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-13 18:16 UTC  (14+ messages)
` [PATCH v10 1/7] crypto: essiv - create wrapper template "
` [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
      ` [dm-devel] "
` [PATCH v10 3/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v10 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v10 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v10 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v10 7/7] md: dm-crypt: omit parsing of the encapsulated cipher

[RFC/RFT v3 0/3] KEYS: trusted: Add generic trusted keys framework
 2019-08-13  7:59 UTC  (6+ messages)
` [RFC/RFT v3 2/3] KEYS: trusted: move tpm2 trusted keys code

Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration'
 2019-08-13  6:06 UTC  (2+ messages)
` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

[PATCH 0/9] padata: use unbound workqueues for parallel jobs
 2019-08-13  0:52 UTC  (10+ messages)
` [PATCH 1/9] padata: allocate workqueue internally
` [PATCH 2/9] workqueue: unconfine alloc/apply/free_workqueue_attrs()
` [PATCH 3/9] workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs
` [PATCH 4/9] padata: make padata_do_parallel find alternate callback CPU
` [PATCH 5/9] pcrypt: remove padata cpumask notifier
` [PATCH 6/9] padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
` [PATCH 7/9] padata: use separate workqueues for parallel and serial work
` [PATCH 8/9] padata: unbind parallel jobs from specific CPUs
` [PATCH 9/9] padata: remove cpu_index from the parallel_queue

[PATCH v1 0/2] hwrng: npcm: add NPCM RNG driver support
 2019-08-12 23:36 UTC  (3+ messages)
` [PATCH v1 1/2] dt-binding: hwrng: add NPCM RNG documentation

[PATCH v2] lib/mpi: Eliminate unused umul_ppmm definitions for MIPS
 2019-08-12 19:37 UTC  (2+ messages)

[PATCH v2 0/3] crypto: aegis128 followup
 2019-08-12 18:14 UTC  (8+ messages)
` [PATCH v2 1/3] crypto: aegis128 - add support for SIMD acceleration
` [PATCH v2 2/3] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
` [PATCH v2 3/3] crypto: arm64/aegis128 - implement plain NEON version

[PATCH v9 0/7] crypto: switch to crypto API for ESSIV generation
 2019-08-12 14:19 UTC  (14+ messages)
` [PATCH v9 1/7] crypto: essiv - create wrapper template "
` [PATCH v9 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v9 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v9 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v9 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v9 7/7] md: dm-crypt: omit parsing of the encapsulated cipher

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-12 14:16 UTC  (11+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "

[cryptodev:master 124/144] drivers/crypto/hisilicon/qm.c:322:2: error: impossible constraint in 'asm'
 2019-08-12 10:49 UTC  (2+ messages)

[cryptodev:master 124/144] drivers/crypto/hisilicon/qm.c:338:2: note: in expansion of macro 'dev_dbg'
 2019-08-12  7:16 UTC  (2+ messages)

linux-next: build failure after merge of the crypto tree
 2019-08-12  6:53 UTC  (2+ messages)

[dm-devel] xts fuzz testing and lack of ciphertext stealing support
 2019-08-12  4:51 UTC  (23+ messages)

[PATCHv2] crypto: xts - Add support for Cipher Text Stealing
 2019-08-10  6:05 UTC  (8+ messages)

[RFC PATCH v2] md/dm-crypt - reuse eboiv skcipher for IV generation
 2019-08-09 23:01 UTC  (16+ messages)

XTS template wrapping question
 2019-08-09 21:55 UTC  (7+ messages)

[RFC PATCH v2] md/dm-crypt - reuse eboiv skcipher for IV generation
 2019-08-09 18:52 UTC  (3+ messages)

[PATCH 0/3] crypto: aegis128 followup
 2019-08-09 17:20 UTC  (4+ messages)
` [PATCH RFC 3/3] crypto: arm64/aegis128 - implement plain NEON version

[PATCH v2] crypto: xts - add support for ciphertext stealing
 2019-08-09 17:14 UTC 

[PATCH] crypto: xts - add support for ciphertext stealing
 2019-08-09 17:13 UTC  (4+ messages)

[PATCH] crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0
 2019-08-09 15:51 UTC 

Crypto Fixes for 4.18
 2019-08-09 16:35 UTC  (12+ messages)
` Crypto Fixes for 4.19
  ` Crypto Fixes for 4.20
      ` Crypto Fixes for 5.0
          ` [GIT] "
            ` [GIT] Crypto Fixes for 5.1
              ` [GIT] Crypto Fixes for 5.2
                ` [GIT] Crypto Fixes for 5.3


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