linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 13:23:15 to 2019-08-14 22:37:31 UTC [more...]

[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

[PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-14 16:37 UTC  (5+ 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

[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 1/2] padata: always acquire cpu_hotplug_lock before pinst->lock
 2019-08-12 21:02 UTC  (4+ 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 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)

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

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

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

[PATCH -next] crypto: aes-generic - remove unused variable 'rco_tab'
 2019-08-09 17:49 UTC  (2+ 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  (5+ 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

[PATCH -next] crypto: streebog - remove two unused variables
 2019-08-09 15:04 UTC  (2+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[PATCH 0/2] crypto: inside-secure - Cosmetic fixes for readability
 2019-08-09  9:21 UTC  (6+ messages)
` [PATCH 1/2] crypto: inside-secure - Use defines instead of some constants (cosmetic)
` [PATCH 2/2] crypto: inside-secure: This fixes a mistake in a comment for XTS

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (13+ messages)

[PATCH v3 0/7] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
 2019-08-09  7:14 UTC  (3+ messages)

[PATCH] padata: initialize pd->cpu with effective cpumask
 2019-08-09  6:20 UTC  (3+ messages)

[PATCH -next 00/12] crypto: use devm_platform_ioremap_resource() to simplify code
 2019-08-09  6:20 UTC  (2+ messages)

[PATCH 0/2] crypto: ccp - Remove unnecessary includes
 2019-08-09  6:20 UTC  (2+ messages)

[PATCH v5] crypto: gcm - restrict assoclen for rfc4543
 2019-08-09  6:19 UTC  (2+ messages)

[PATCH 3/5] crypto: Reduce default RT priority
 2019-08-09  6:19 UTC  (2+ messages)

[PATCH v5 00/14] crypto: caam - fixes for kernel v5.3
 2019-08-09  6:19 UTC  (2+ messages)

[PATCH v3 0/2] crypto: validate inputs for gcm and aes
 2019-08-09  6:18 UTC  (2+ messages)

[PATCH] crypto: inside-secure: Remove redundant DES ECB & CBC keysize check
 2019-08-09  6:18 UTC  (2+ messages)

[PATCH v2] crypto:ccp - Clean up and exit correctly on allocation failure
 2019-08-09  6:18 UTC  (2+ messages)

[PATCH v6 05/57] crypto: Remove dev_err() usage after platform_get_irq()
 2019-08-09  6:17 UTC  (2+ messages)

[PATCH] crypto: caam - fix concurrency issue in givencrypt descriptor
 2019-08-09  6:16 UTC  (3+ messages)

[PATCH] crypto: ux500/crypt: Mark expected switch fall-throughs
 2019-08-09  6:10 UTC  (2+ messages)

[PATCH v2] crypto: ccp - Log an error message when ccp-crypto fails to load
 2019-08-09  6:10 UTC  (2+ messages)

[PATCH 0/2] crypto: ccree: aead fixes
 2019-08-09  6:09 UTC  (2+ messages)

AEAD question
 2019-08-09  2:57 UTC  (5+ messages)

[PATCH] Documentation: crypto: crypto_engine: Fix Sphinx warning
 2019-08-08 16:30 UTC 


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