linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-18 13:42:54 to 2019-05-03 19:59:06 UTC [more...]

[PATCH] crypto: DRBG - add FIPS 140-2 CTRNG for noise source
 2019-05-03 19:58 UTC  (9+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH v2 0/7] crypto: caam - IOMMU support
 2019-05-03 14:17 UTC  (8+ messages)
` [PATCH v2 1/7] crypto: caam - avoid S/G table fetching for AEAD zero-length output
` [PATCH v2 2/7] crypto: caam - fix S/G table passing page boundary
` [PATCH v2 3/7] crypto: caam - convert top level drivers to libraries
` [PATCH v2 4/7] crypto: caam/qi - don't allocate an extra platform device
` [PATCH v2 5/7] crypto: caam/qi - fix address translations with IOMMU enabled
` [PATCH v2 6/7] crypto: caam/qi - DMA map keys using proper device
` [PATCH v2 7/7] crypto: caam - defer probing until QMan is available

[PATCH 0/7] crypto: caam - IOMMU support
 2019-05-03 13:26 UTC  (17+ messages)
` [PATCH 1/7] crypto: caam - avoid S/G table fetching for AEAD zero-length output
` [PATCH 2/7] crypto: caam - fix S/G table passing page boundary
` [PATCH 3/7] crypto: caam - convert top level drivers to libraries
` [PATCH 4/7] crypto: caam/qi - don't allocate an extra platform device
` [PATCH 5/7] crypto: caam/qi - fix address translations with IOMMU enabled
` [PATCH 6/7] crypto: caam/qi - DMA map keys using proper device
` [PATCH 7/7] crypto: caam - defer probing until QMan is available

[PATCH -next] crypto: atmel - remove set but not used variable 'alg_name'
 2019-05-03  6:09 UTC  (4+ messages)

[PATCH] crypto: ccree: use a proper le32 type for le32 val
 2019-05-03  6:11 UTC  (2+ messages)

[PATCH -next] crypto: ccree - Make cc_sec_disable static
 2019-05-03  6:10 UTC  (5+ messages)

[PATCH next 02/25] crypto: picoxcell: Use dev_get_drvdata()
 2019-05-03  6:09 UTC  (2+ messages)

[PATCH 1/3] crypto: stm32/cryp - add weak key check for DES
 2019-05-03  6:09 UTC  (4+ messages)
` [PATCH 2/3] crypto: stm32/cryp - remove request mutex protection
` [PATCH 3/3] crypto: stm32/cryp - update to return iv_out

[PATCH] crypto: ccree: fix spelling mistake "protedcted" -> "protected"
 2019-05-03  6:10 UTC  (3+ messages)

[PATCH 0/3] crypto: caam/qi2 - ahash fixes for 5.2
 2019-05-03  6:10 UTC  (6+ messages)
` [PATCH 1/3] crypto: caam/qi2 - fix zero-length buffer DMA mapping
` [PATCH 2/3] crypto: caam/qi2 - fix DMA mapping of stack memory
` [PATCH 3/3] crypto: caam/qi2 - generate hash keys in-place

[PATCH 1/4] crypto4xx: fix ctr-aes missing output IV
 2019-05-03  6:08 UTC  (7+ messages)
` [PATCH 2/4] crypto4xx: fix cfb and ofb "overran dst buffer" issues
  ` [PATCH 3/4] crypto4xx: use sync skcipher for fallback
    ` [PATCH 4/4] crypto4xx: get rid of redundant using_sd variable

[PATCH -next] crypto: ccree - remove set but not used variable 'du_size'
 2019-05-03  6:11 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] crypto: caam - fix DKP detection logic
 2019-05-03 12:05 UTC 

[ANNOUNCE][CFP] Linux Security Summit Europe 2019
 2019-05-03 11:46 UTC 

[RFC PATCH V3 0/4] Add Xilinx's ZynqMP SHA3 driver support
 2019-05-02 16:38 UTC  (8+ messages)
` [RFC PATCH V3 1/4] dt-bindings: crypto: Add bindings for ZynqMP SHA3 driver
` [RFC PATCH V3 2/4] firmware: xilinx: Add ZynqMP sha_hash API for SHA3 functionality
` [RFC PATCH V3 3/4] crypto: Add Xilinx SHA3 driver
` [RFC PATCH V3 4/4] ARM64: zynqmp: Add Xilinix SHA-384 node

[PATCH v2 0/7] crypto: fuzz algorithms against their generic implementation
 2019-05-02 13:19 UTC  (7+ messages)

[PATCH] crypto: caam/jr - Remove extra memory barrier during job ring dequeue
 2019-05-02 11:08 UTC  (4+ messages)

[PATCH 4/4] MAINTAINERS: Maintainer for Chelsio crypto driver
 2019-05-02 10:48 UTC 

[PATCH 3/4] crypto:chelsio count incomplete block in IV
 2019-05-02 10:47 UTC 

[PATCH 2/4] crypto:chelsio Fix softlockup with heavy I/O
 2019-05-02 10:47 UTC 

[PATCH 1/4] crypto:chelsio Fix NULL pointer dereference
 2019-05-02 10:46 UTC 

[PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode
 2019-05-02  8:08 UTC  (7+ messages)
` [PATCH 1/5] i2c: acpi: permit bus speed to be discovered after enumeration
` [PATCH 2/5] crypto: atmel-ecc: add support for ACPI probing on non-AT91 platforms
` [PATCH 3/5] crypto: atmel-ecc: factor out code that can be shared
` [PATCH 4/5] crypto: atmel-i2c: add support for SHA204A random number generator
` [PATCH 5/5] dt-bindings: add Atmel SHA204A I2C crypto processor

[PATCH] X.509: Add messages for obsolete OIDs
 2019-05-02  4:12 UTC 

crypto: inside_secure - call for volunteers
 2019-04-30 13:55 UTC  (4+ messages)

crypto: akcipher: userspace API?
 2019-04-30 11:21 UTC  (2+ messages)

[PATCH 1/7] crypto: qat - remove spin_lock in qat_ablkcipher_setkey
 2019-04-29 15:43 UTC  (7+ messages)
` [PATCH 2/7] crypto: qat - add check for negative offset in alg precompute function
` [PATCH 3/7] crypto: qat - update iv after encryption or decryption operations
` [PATCH 4/7] crypto: qat - fix block size for aes ctr mode
` [PATCH 5/7] crypto: qat - return proper error code in setkey
` [PATCH 6/7] crypto: qat - return error for block ciphers for invalid requests
` [PATCH 7/7] crypto: qat - do not offload zero length requests

[cryptodev:master 130/163] drivers/crypto/ccree/cc_driver.c:38:6: sparse: sparse: symbol 'cc_sec_disable' was not declared. Should it be static?
 2019-04-28  7:10 UTC  (3+ messages)
` [RFC PATCH cryptodev] crypto: cc_sec_disable can be static

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-26  7:46 UTC  (10+ messages)
` [PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl

[cryptodev:master 136/163] drivers/crypto/ccree/cc_driver.c:112:16: sparse: sparse: cast to restricted __le32
 2019-04-26  1:37 UTC 

[PATCH v2 0/8] kobject: Add default group support to kobj_type and replace subsystem uses
 2019-04-25 20:12 UTC  (2+ messages)

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-04-25 14:52 UTC 

Crypto Fixes for 4.17
 2019-04-25 16:25 UTC  (14+ messages)
` Crypto Fixes for 4.18
  ` Crypto Fixes for 4.19
    ` Crypto Fixes for 4.20
        ` Crypto Fixes for 5.0
            ` [GIT] "
              ` [GIT] Crypto Fixes for 5.1

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-04-25  5:53 UTC 

[PATCH] crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
 2019-04-25  7:52 UTC  (3+ messages)

[PATCH] crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.o
 2019-04-25  7:51 UTC  (2+ messages)

[PATCH 00/35] crypto: ccree: features and bug fixes for 5.2
 2019-04-25  7:50 UTC  (9+ messages)
` [PATCH 04/35] crypto: ccree: add support for sec disabled mode
` [PATCH 10/35] crypto: ccree: add CID and PID support
` [PATCH 11/35] crypto: ccree: fix backlog notifications
` [PATCH 14/35] crypto: ccree: fix typo in debugfs error path
` [PATCH 26/35] crypto: ccree: zap entire sg on aead request unmap
` [PATCH 27/35] crypto: ccree: use correct internal state sizes for export

[PATCH 0/4] crypto: sun4i-ss: Fix problem reported by CONFIG_CRYPTO_EXTRA_TESTS
 2019-04-25  7:50 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - Fix HW family part name format
 2019-04-25  7:50 UTC  (2+ messages)

[PATCH] crypto: caam/jr - update gcm detection logic
 2019-04-25  7:50 UTC  (2+ messages)

[PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
 2019-04-25  7:50 UTC  (2+ messages)

[RFC PATCH 0/3] crypto: remove shash_desc::flags
 2019-04-25  7:49 UTC  (2+ messages)

[RFC PATCH 0/5] Add Xilinx's ZynqMP AES driver support
 2019-04-24 18:30 UTC  (5+ messages)
` [RFC PATCH 4/5] crypto: Adds user space interface for ALG_SET_KEY_TYPE

[PATCH v2] crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
 2019-04-24  1:32 UTC 

KASAN: use-after-free Read in crypto_gcm_init_common
 2019-04-23 20:04 UTC  (3+ messages)

linux-next: Tree for Apr 23 (crypto/ecrdsa)
 2019-04-23 15:43 UTC  (2+ messages)

Crypto API AEAD question
 2019-04-22 12:47 UTC  (2+ messages)

[RFC PATCH V2 0/4] Add Xilinx's ZynqMP SHA3 driver support
 2019-04-22  6:47 UTC  (4+ messages)
` [RFC PATCH V2 3/4] crypto: Add Xilinx SHA3 driver

[PATCH v2 5/7] crypto: gcm - fix incompatibility between "gcm" and "gcm_base"
 2019-04-19  5:52 UTC  (4+ messages)

[PATCH v3] crypto: gcm - fix incompatibility between "gcm" and "gcm_base"
 2019-04-19  5:53 UTC  (2+ messages)

[PATCH v3] crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
 2019-04-19  5:53 UTC  (2+ messages)

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

[PATCH v2 6/7] crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
 2019-04-18 14:03 UTC  (2+ messages)

[PATCH 1/1] crypto: stm32/hash - Fix self test issue during export
 2019-04-18 14:23 UTC  (2+ messages)

[PATCH] crypto: powerpc - convert to use crypto_simd_usable()
 2019-04-18 14:27 UTC  (2+ messages)

[PATCH] crypto: shash - fix missed optimization in shash_ahash_digest()
 2019-04-18 14:27 UTC  (2+ messages)

[PATCH] crypto: cavium - remove bogus code handling cryptd
 2019-04-18 14:27 UTC  (2+ messages)

[PATCH] crypto: cryptd - remove ability to instantiate ablkciphers
 2019-04-18 14:27 UTC  (2+ messages)

[PATCH] crypto: rockchip - update IV buffer to contain the next IV
 2019-04-18 14:26 UTC  (2+ messages)

[PATCH] crypto: scompress - initialize per-CPU variables on each CPU
 2019-04-18 14:27 UTC  (2+ messages)

[PATCH v9 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-04-18 14:25 UTC  (2+ messages)

[PATCH v2 0/7] crypto: fixes in preparation of new fuzz tests
 2019-04-18 14:24 UTC  (2+ messages)

[PATCH -next] crypto: remove set but not used variable 'fini'
 2019-04-18 14:23 UTC  (2+ messages)

[PATCH 2/2] crypto: sahara: Convert IS_ENABLED uses to __is_defined
 2019-04-18 14:23 UTC  (2+ messages)

[PATCH] crypto: caam/jr - Remove extra memory barrier during job ring dequeue
 2019-04-18 14:23 UTC  (2+ messages)

[PATCH] crypto: ccp: Do not free psp_master when PLATFORM_INIT fails
 2019-04-18 14:23 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).