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

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

[RFC PATCH v2] md/dm-crypt - reuse eboiv skcipher for IV generation
 2019-08-08  9:31 UTC  (11+ messages)

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

[PATCH] crypto: cryptd - Use refcount_t for refcount
 2019-08-08  8:00 UTC 

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

[PATCH] crypto: xts - Add support for Cipher Text Stealing
 2019-08-08  4:35 UTC  (13+ messages)

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

xts fuzz testing and lack of ciphertext stealing support
 2019-08-07 20:57 UTC  (17+ messages)
        ` [dm-devel] "

[RFC/RFT v3 0/3] KEYS: trusted: Add generic trusted keys framework
 2019-08-07 19:03 UTC  (8+ messages)
` [RFC/RFT v3 1/3] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v3 2/3] KEYS: trusted: move tpm2 trusted keys code
` [RFC/RFT v3 3/3] KEYS: trusted: Add generic trusted keys framework

[PATCH] crypto: chtls - use 'skb_put_zero()' instead of re-implementing it
 2019-08-07 15:40 UTC 

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-06 20:44 UTC  (23+ 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 v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (6+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()

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

[PATCH 0/2] crypto: ccp - Remove unnecessary includes
 2019-08-06 16:45 UTC  (5+ messages)
` [PATCH 1/2] crypto: ccp - Include DMA declarations explicitly
` [PATCH 2/2] crypto: ccp - Remove unnecessary linux/pci.h include

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-06 15:50 UTC  (8+ messages)
` [PATCH v9 01/11] x86/crypto: Adapt assembly for PIE support

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

[RFC PATCH 0/2] dm-crypt: get rid of cipher API for EBOIV
 2019-08-06 14:14 UTC  (7+ messages)
` [RFC PATCH 1/2] md/dm-crypt - restrict EBOIV to cbc(aes)
` [RFC PATCH 2/2] md/dm-crypt - switch to AES library for EBOIV

[GIT PULL] inside-secure: add new GPLv2 "mini" firmware for the EIP197 driver
 2019-08-06 12:54 UTC 

AEAD question
 2019-08-06  9:20 UTC  (4+ messages)

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

[PATCH v4 00/30] crypto: DES/3DES cleanup
 2019-08-06  6:12 UTC  (33+ 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

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

[PATCH -next 00/12] crypto: use devm_platform_ioremap_resource() to simplify code
 2019-08-05  9:18 UTC  (3+ messages)
` [PATCH -next 03/12] crypto: exynos - "


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