linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 04:38:52 to 2019-08-05 21:00:10 UTC [more...]

[RFC/RFT v2 0/2] KEYS: trusted: Add generic trusted keys framework
 2019-08-05 20:59 UTC  (7+ messages)
` [RFC/RFT v2 1/2] KEYS: trusted: create trusted keys subsystem

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

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-05 17:53 UTC  (6+ messages)
` [PATCH v9 01/11] x86/crypto: Adapt assembly for PIE support

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05 16:53 UTC  (38+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-05 16:25 UTC  (21+ messages)
` [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
` [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 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
` [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 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
` [PATCH v8 18/20] f2fs: "
` [PATCH v8 19/20] ubifs: "
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-08-05 14:25 UTC  (10+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions

[PATCHv3 0/4] crypto: inside-secure - broaden driver scope
 2019-08-05 13:12 UTC  (18+ messages)
` [PATCHv3 1/4] crypto: inside-secure - make driver selectable for non-Marvell hardware
` [PATCHv3 2/4] crypto: inside-secure - Remove redundant algo to engine mapping code
` [PATCHv3 3/4] crypto: inside-secure - add support for PCI based FPGA development board
` [PATCHv3 4/4] crypto: inside-secure - add support for using the EIP197 without vendor firmware

[PATCH] dt-bindings: rng: mtk-rng: Add documentation for MT8516
 2019-08-05 13:02 UTC 

[PATCH v2] crypto: caam/qi - execute library only on DPAA 1.x
 2019-08-05 12:49 UTC 

[PATCH] crypto: caam/qi - execute library only on DPAA 1.x
 2019-08-05 12:39 UTC 

[RFCv2 0/9] dt-bindings: first tentative of conversion to yaml format
 2019-08-05 12:03 UTC  (2+ messages)
` [RFCv2 2/9] dt-bindings: rng: amlogic,meson-rng: convert to yaml

[PATCH -next 00/12] crypto: use devm_platform_ioremap_resource() to simplify code
 2019-08-05  9:18 UTC  (17+ messages)
` [PATCH -next 01/12] crypto: artpec6 - "
` [PATCH -next 02/12] crypto: ccp "
` [PATCH -next 03/12] crypto: exynos "
` [PATCH -next 04/12] crypto: img-hash "
` [PATCH -next 05/12] crypto: inside-secure "
` [PATCH -next 06/12] crypto: mediatek "
` [PATCH -next 07/12] crypto: picoxcell "
` [PATCH -next 08/12] crypto: sunxi-ss "
` [PATCH -next 09/12] crypto: rockchip "
` [PATCH -next 10/12] crypto: stm32 "
` [PATCH -next 11/12] crypto: qce "
` [PATCH -next 12/12] crypto: qcom-rng "

[PATCH v6 00/14] crypto: caam - Add i.MX8MQ support
 2019-08-05  8:23 UTC  (3+ messages)
` [PATCH v6 12/14] crypto: caam - force DMA address to 32-bit on 64-bit i.MX SoCs

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (31+ messages)
` [PATCH 03/34] net/ceph: convert put_page() to put_user_page*()
` [PATCH 06/34] drm/i915: "
` [PATCH 10/34] genwqe: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 20/34] xen: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 31/34] nfs: "

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-04  9:42 UTC  (14+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "
` [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
      ` [f2fs-dev] "

xts fuzz testing and lack of ciphertext stealing support
 2019-08-04  8:36 UTC  (16+ messages)
` [dm-devel] "

[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-08-03  7:36 UTC  (5+ messages)

[PATCH 0/2] crypto: ccp - Remove unnecessary includes
 2019-08-02 23:20 UTC  (3+ messages)
` [PATCH 1/2] crypto: ccp - Include DMA declarations explicitly
` [PATCH 2/2] crypto: ccp - Remove unnecessary linux/pci.h include

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (3+ messages)

[PATCH 0/3] crypto: aegis128 followup
 2019-08-02 15:15 UTC  (4+ messages)
` [PATCH resend 1/3] crypto: aegis128 - add support for SIMD acceleration
` [PATCH resend 2/3] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
` [PATCH RFC 3/3] crypto: arm64/aegis128 - implement plain NEON version

[PATCH 4.9 082/223] crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
 2019-08-02  9:35 UTC  (2+ messages)
` [PATCH 4.9 098/223] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs

[PATCH 4.4 068/158] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-08-02  9:28 UTC 

[PATCH 0/2] Add support for the AES-XTS algorithm
 2019-08-02  9:04 UTC  (3+ messages)

Need help with failling gcm_base(ctr,ghash-generic) selftest
 2019-08-02  8:55 UTC  (4+ messages)

[PATCH v5] crypto: gcm - restrict assoclen for rfc4543
 2019-08-02  8:47 UTC 

[PATCH v3 0/7] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
 2019-08-02  7:57 UTC  (8+ messages)
` [PATCH v3 1/7] crypto: hisilicon - add queue management driver for HiSilicon QM module
` [PATCH v3 2/7] crypto: hisilicon - add hardware SGL support
` [PATCH v3 3/7] crypto: hisilicon - add HiSilicon ZIP accelerator support
` [PATCH v3 4/7] crypto: hisilicon - add SRIOV support for ZIP
` [PATCH v3 5/7] Documentation: Add debugfs doc for hisi_zip
` [PATCH v3 6/7] crypto: hisilicon - add debugfs for ZIP and QM
` [PATCH v3 7/7] MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver

[PATCH 0/3] AES GCM fixes for the CCP crypto driver
 2019-08-02  4:56 UTC  (2+ messages)

[PATCH] hwrng: Use device-managed registration API
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH] crypto: caam - defer probing until QMan is available
 2019-08-02  4:56 UTC  (2+ messages)

[PATCH] hwrng: timeriomem - add include guard to timeriomem-rng.h
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH] crypto: jitterentropy: build without sanitizer
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH] crypto: Remove redundant #ifdef in crypto_yield()
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH v2] crypto: nx: nx-842-powernv: Add of_node_put() before return
 2019-08-02  4:55 UTC  (2+ messages)

[PATCH v2 1/2] crypto: add header include guards
 2019-08-02  4:54 UTC  (2+ messages)

[PATCH v5] crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
 2019-08-02  4:54 UTC  (2+ messages)

[PATCH] crypto: qat - Silence smp_processor_id() warning
 2019-08-02  4:54 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a: Use device-managed registration API
 2019-08-02  4:54 UTC  (2+ 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).