linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 16:53:04 to 2019-02-13 21:15:16 UTC [more...]

[PATCH] crypto: caam - Do not overwrite IV
 2019-02-13 21:15 UTC  (14+ messages)

[PATCH] crypto: ccp: introduce SEV_GET_ID2 command
 2019-02-13 19:23 UTC 

[PATCH 0/4] crypto: caam - add ecb mode support
 2019-02-13 18:51 UTC  (8+ messages)
` [PATCH 1/4] crypto: caam - use mapped_{src,dst}_nents for job descriptor
` [PATCH 2/4] crypto: export arc4 defines
` [PATCH 3/4] crypto: caam - add ecb(*) support
` [PATCH 4/4] crypto: caam - weak key checking for cbc des, 3des

[PATCH] crypto: caam: set hwrng quality level
 2019-02-13 14:49 UTC 

[PATCH 1/2] crypto: rockchip - fix scatterlist nents error
 2019-02-13  8:24 UTC  (2+ messages)
` [PATCH 2/2] crypto: rockchip - update new iv to device in multiple operations

[PATCH v6 0/4] Introduce TEE bus driver framework
 2019-02-12 12:55 UTC  (15+ messages)
` [PATCH v6 1/4] tee: add bus driver framework for TEE based devices
` [PATCH v6 2/4] tee: add supp_nowait flag in tee_context struct
` [PATCH v6 3/4] tee: optee: add TEE bus device enumeration support
` [PATCH v6 4/4] hwrng: add OP-TEE based rng driver

[RFC PATCH v2 00/20] fscrypt: key management improvements
 2019-02-12  0:03 UTC  (24+ messages)
` [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list()
` [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support
` [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls
` [RFC PATCH v2 18/20] f2fs: "
` [RFC PATCH v2 19/20] ubifs: "
` [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version

[PATCH 1/2] crypto: chtls: remove cdev_list_lock
 2019-02-11 21:22 UTC  (3+ messages)
` [PATCH 2/2] crypto: user: remove crypto_cfg_mutex

[PATCH] crypto: ccree - fix missing break in switch statement
 2019-02-11 18:31 UTC 

[PATCH] crypto: ccree: add missing inline qualifier
 2019-02-11 14:27 UTC 

[PATCH v3] crypto: caam - add missing put_device() call
 2019-02-11 12:51 UTC 

[PATCH 0/3] crypto: caam/qi2 - performance-related updates
 2019-02-11 11:46 UTC  (4+ messages)
` [PATCH 1/3] crypto: caam/qi2 - use affine DPIOs
` [PATCH 2/3] crypto: caam/qi2 - rate-limit enqueue failure prints
` [PATCH 3/3] crypto: caam/qi2 - relax busy polling while enqueuing FDs

[PATCH v2] crypto: caam - add missing put_device() call
 2019-02-11  7:48 UTC 

[RFC PATCH 0/4] crypto: Add EC-RDSA algorithm
 2019-02-10 18:46 UTC  (4+ messages)
` [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher

[PATCH 0/6] General Key Derivation Function Support
 2019-02-08  8:17 UTC  (9+ messages)
  ` [PATCH v2 "

[PATCH] MAINTAINERS: crypto: ccree: remove co-maintainer
 2019-02-08  7:48 UTC  (2+ messages)

[BUGFIX PATCH] crypto: ccree: fix resume race condition on init
 2019-02-08  7:48 UTC  (2+ messages)

[PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests
 2019-02-08  7:47 UTC  (21+ messages)
` [PATCH v2 01/15] crypto: aegis - fix handling chunked inputs
` [PATCH v2 02/15] crypto: morus "
` [PATCH v2 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
` [PATCH v2 04/15] crypto: x86/morus "
` [PATCH v2 05/15] crypto: x86/aesni-gcm - fix crash on empty plaintext
` [PATCH v2 06/15] crypto: ahash - fix another early termination in hash walk
` [PATCH v2 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block
` [PATCH v2 08/15] crypto: testmgr - add testvec_config struct and helper functions
` [PATCH v2 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
` [PATCH v2 10/15] crypto: testmgr - implement random testvec_config generation
` [PATCH v2 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
` [PATCH v2 12/15] crypto: testmgr - convert aead "
` [PATCH v2 13/15] crypto: testmgr - convert hash "
` [PATCH v2 14/15] crypto: testmgr - check for skcipher_request corruption
` [PATCH v2 15/15] crypto: testmgr - check for aead_request corruption

[PATCH] fixed caam driver handling of sg list
 2019-02-08  7:47 UTC  (7+ messages)
  ` [PATCHv2] crypto: caam - fixed "
  ` [PATCH v3] "

[PATCH] crypto: ccp: fix the SEV probe in kexec boot path
 2019-02-08  7:47 UTC  (3+ messages)
` [PATCH] crypto: ccp - "

[PATCH v4 0/3] crypto: crct10dif assembly cleanup and optimizations
 2019-02-08  7:46 UTC  (5+ messages)
` [PATCH v4 1/3] crypto: x86/crct10dif-pcl - "
` [PATCH v4 2/3] crypto: arm/crct10dif-ce "
` [PATCH v4 3/3] crypto: arm64/crct10dif-ce "

[patch-next] crypto: testmgr - use kmemdup
 2019-02-08  7:45 UTC  (2+ messages)

[PATCH] crypto: qat - Remove unused goto label
 2019-02-08  7:04 UTC 

[PATCH] crypto: ccp: fix the SEV probe in kexec boot path
 2019-02-08  1:07 UTC 

[PATCH v6 01/27] x86/crypto: Adapt assembly for PIE support
 2019-02-07 17:01 UTC  (3+ messages)

Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
 2019-02-07 12:58 UTC  (4+ messages)

[RFC PATCH v4] akcipher: new verify API for public key algorithms
 2019-02-04 14:00 UTC  (4+ messages)

[PATCH v2 0/4] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
 2019-02-02  2:25 UTC  (7+ messages)
` [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module

Want starting it?
 2019-02-01 13:06 UTC 

Crypto Fixes for 4.15
 2019-02-01  7:37 UTC  (12+ messages)
    ` Crypto Fixes for 4.16
      ` Crypto Fixes for 4.17
        ` Crypto Fixes for 4.18
          ` Crypto Fixes for 4.19
            ` Crypto Fixes for 4.20
                ` Crypto Fixes for 5.0

[RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
 2019-02-01  7:00 UTC  (7+ messages)
` [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs
` [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS

[PATCH v3 0/4] crypto: fix crct10dif for ARM and arm64
 2019-02-01  6:52 UTC  (2+ messages)

[PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
 2019-02-01  6:51 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/2] crypto: arm64 - expose PMULL variants as separate algos
 2019-02-01  6:51 UTC  (2+ messages)

[PATCH] crypto: mark crc32 checksum as FIPS allowed
 2019-02-01  6:51 UTC  (2+ messages)

[PATCH] crypto: bcm: remove -I. header search path and unused macro define
 2019-02-01  6:51 UTC  (2+ messages)

[PATCH] crypto: prefix header search paths with $(srctree)/
 2019-02-01  6:51 UTC  (2+ messages)

[PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
 2019-02-01  6:50 UTC  (2+ messages)

[PATCH] crypto: testmgr - skip crc32c context test for ahash algorithms
 2019-02-01  6:50 UTC  (2+ messages)

[PATCH 0/7] crypto: axis - fixes for the Artpec SoCs
 2019-02-01  6:49 UTC  (2+ messages)

[PATCH] crypto4xx: Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
 2019-02-01  6:49 UTC  (2+ messages)

[PATCH -next] crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
 2019-02-01  6:49 UTC  (2+ messages)

[PATCH 1/2] crypto: caam - fix indentation of goto label
 2019-02-01  6:49 UTC  (2+ messages)

[PATCH 0/7] crypto: cleanup debugfs usage
 2019-02-01  6:48 UTC  (2+ messages)

[PATCH] crypto: caam - handle zero-length AEAD output
 2019-02-01  6:48 UTC  (2+ messages)

[PATCH] crypto: caam - add support for cmac(aes)
 2019-02-01  6:48 UTC  (2+ messages)

[PATCH -next] crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
 2019-02-01  6:48 UTC  (2+ messages)

[PATCH] crypto: caam - fixed handling of sg list
 2019-02-01  5:08 UTC 

Start working
 2019-01-31 13:07 UTC 

[PATCH v3 0/3] add AES support for Exynos5433
 2019-01-31 16:45 UTC  (4+ messages)
  ` [PATCH v3 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS

[PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
 2019-01-31  3:37 UTC  (11+ messages)
` [PATCH v3 1/3] crypto: x86/crct10dif-pcl - "
` [PATCH v3 2/3] crypto: arm/crct10dif-ce "
` [PATCH v3 3/3] crypto: arm64/crct10dif-ce "

Email from yesterday
 2019-01-30 10:02 UTC 

[PATCH v7 07/28] x86/asm/crypto: annotate local functions
 2019-01-30 12:47 UTC  (4+ messages)
` [PATCH v7 09/28] x86/asm: annotate aliases
` [PATCH v7 24/28] x86_64/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v7 27/28] x86_32/asm: "

[PATCH v2 0/3] crypto: crct10dif assembly cleanup and optimizations
 2019-01-29 13:15 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: x86/crct10dif-pcl - "
` [PATCH v2 2/3] crypto: arm/crct10dif-ce "
` [PATCH v2 3/3] crypto: arm64/crct10dif-ce "

[PATCH AUTOSEL 4.20 032/304] crypto: aes_ti - disable interrupts while accessing S-box
 2019-01-28 15:43 UTC  (3+ messages)
` [PATCH AUTOSEL 4.20 266/304] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
` [PATCH AUTOSEL 4.20 267/304] crypto: ux500 - Use proper enum in hash_set_dma_transfer

[PATCH AUTOSEL 4.19 224/258] crypto: ux500 - Use proper enum in hash_set_dma_transfer
 2019-01-28 15:58 UTC 

[PATCH AUTOSEL 4.14 018/170] crypto: aes_ti - disable interrupts while accessing S-box
 2019-01-28 16:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 144/170] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
` [PATCH AUTOSEL 4.14 145/170] crypto: ux500 - Use proper enum in hash_set_dma_transfer


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