linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-09 21:42:54 to 2019-02-23 13:59:56 UTC [more...]

[PATCH 00/12] add missing of_node_put after of_device_is_available
 2019-02-23 13:20 UTC  (2+ messages)
` [PATCH 08/12] crypto: "

[PATCH 0/2] crypto: arm64/chacha - fix for big endian
 2019-02-23  9:24 UTC  (5+ messages)
` [PATCH 1/2] crypto: arm64/chacha - fix chacha_4block_xor_neon() "
` [PATCH 2/2] crypto: arm64/chacha - fix hchacha_block_neon() "

[PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
 2019-02-23  8:23 UTC 

VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?
 2019-02-21 20:21 UTC 

[PATCH v4 0/3] add AES support for Exynos5433
 2019-02-22 12:21 UTC  (4+ messages)
    ` [PATCH v4 1/3] arm64: dts: exynos: add SlimSSS "
    ` [PATCH v4 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
    ` [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433

[PATCH 0/2] SHA fixes for 32-bit ARM
 2019-02-22 12:01 UTC  (4+ messages)
` [PATCH 1/2] crypto: sha256/arm - fix crash bug in Thumb2 build
` [PATCH 2/2] crypto: sha512/arm "

[PATCH] crypto: ccp - Update driver messages to remove some confusion
 2019-02-22 12:01 UTC  (2+ messages)

[PATCH] crypto: adiantum - add 1536 and 4096-byte test vectors
 2019-02-22 12:00 UTC  (2+ messages)

[PATCH] crypto: nhpoly1305 - add a test vector with len % 16 != 0
 2019-02-22 12:00 UTC  (2+ messages)

[PATCH 0/6] crypto: test that CBC and CTR update the IV
 2019-02-22 12:00 UTC  (12+ messages)
` [PATCH 1/6] crypto: testmgr - remove extra bytes from 3DES-CTR IVs
` [PATCH 2/6] crypto: testmgr - support checking skcipher output IV
` [PATCH 3/6] crypto: testmgr - add iv_out to all CBC test vectors
` [PATCH 4/6] crypto: testmgr - add iv_out to all CTR "
` [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
` [PATCH 6/6] crypto: arm/aes-ce "

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

[PATCH] crypto: ccree - fix missing break in switch statement
 2019-02-22 11:58 UTC  (3+ messages)

[PATCH 0/3] crypto: caam/qi2 - performance-related updates
 2019-02-22 11:56 UTC  (5+ 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 1/2] crypto: chtls: remove cdev_list_lock
 2019-02-22 11:56 UTC  (4+ messages)
` [PATCH 2/2] crypto: user: remove crypto_cfg_mutex

[PATCH] crypto: ccree: add missing inline qualifier
 2019-02-22 11:54 UTC  (4+ messages)

[PATCH v2] crypto: caam - remove redundant likely/unlikely annotation
 2019-02-22 11:02 UTC  (2+ messages)

[RFC 0/4] crypto: caam - Add i.MX8MQ support
 2019-02-22 10:06 UTC  (5+ messages)
` [RFC 1/4] crypto: caam - fix detection of i.MX8 SoC
` [RFC 2/4] crypto: caam - do not initialise clocks on the i.MX8
` [RFC 3/4] crypto: caam - correct DMA address size for "
` [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO

[PATCH] crypto: ccp: introduce SEV_GET_ID2 command
 2019-02-22  4:37 UTC  (4+ messages)

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

[PATCH] crypto: af_alg - use struct_size() in sock_kfree_s()
 2019-02-21 18:04 UTC 

[PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests
 2019-02-21  5:30 UTC  (7+ messages)
` [PATCH 1/6] lib: add tst_af_alg lib
` [PATCH 2/6] crypto/af_alg01: new regression test for hmac nesting bug
` [PATCH 3/6] crypto/af_alg02: new regression test for salsa20 empty message bug
` [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
` [PATCH 5/6] crypto/af_alg04: new regression test for vmac race conditions
` [PATCH 6/6] crypto/af_alg05: new regression test for skcipher_walk error bug

[PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
 2019-02-21  5:22 UTC  (12+ messages)

general protection fault in gcmaes_crypt_by_sg
 2019-02-20 16:03 UTC  (3+ messages)

[PATCH] hwrng: optee: Initialize some structs using memset instead of braces
 2019-02-20 15:25 UTC  (3+ messages)

INFO: task hung in aead_recvmsg
 2019-02-20 11:42 UTC  (3+ messages)
            ` [RFC PATCH] crypto: pcrypt - forbid recursive instantiation

[bugzilla-daemon@bugzilla.kernel.org: [Bug 202405] Corrupted data when writing to dm-crypt device]
 2019-02-20 11:09 UTC 

[PATCH] crypo: caam: remove redundant likely/unlikely annotation
 2019-02-20 10:40 UTC  (2+ messages)

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

[PATCH] hwrng: bcm2835 - fix probe as platform device
 2019-02-19 18:52 UTC  (2+ messages)

[PATCH v2] crypto: s5p: update iv after AES-CBC op end
 2019-02-19 16:41 UTC  (2+ messages)

[PATCH] crypto: x86/poly1305 - Clear key material from stack in SSE2 variant
 2019-02-19 15:45 UTC 

[PATCH 0/3] crypto: caam/jr - DMA API fixes
 2019-02-19 14:56 UTC  (4+ messages)
` [PATCH 1/3] crypto: caam - fix hash context DMA unmap size
` [PATCH 2/3] crypto: caam - fix DMA mapping xcbc key twice
` [PATCH 3/3] crypto: caam - generate hash keys in-place

[PATCH] crypto: s5p: update iv after AES op end
 2019-02-19 12:02 UTC  (2+ messages)

[PATCH] crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
 2019-02-19 12:01 UTC 

[Bug] s5p-sss crypto driver doesn't set next AES-CBC IV
 2019-02-19 10:11 UTC  (4+ messages)

[PATCH] crypto: caam: set hwrng quality level
 2019-02-19  6:57 UTC  (2+ messages)

[PATCH -next] hwrng: Fix unsigned comparison with less than zero
 2019-02-19  6:53 UTC  (2+ messages)

[PATCH v2 0/6] General Key Derivation Function Support
 2019-02-19  5:44 UTC  (4+ messages)

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

[PATCH] crypto: stm32 drop pointless static qualifier in stm32_hash_remove()
 2019-02-18 14:49 UTC 

[PATCH] crypto/chelsio/chcr: Fixed Traffic Stall
 2019-02-18 10:04 UTC 

[PATCH -next] crypto: marvell - Remove set but not used variable 'ivsize'
 2019-02-18  8:59 UTC 

Crypto Fixes for 4.15
 2019-02-15 17:10 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
                  ` [GIT] "

[PATCH 0/4] crypto: caam - add ecb mode support
 2019-02-15  6:16 UTC  (9+ messages)

Zdravstvujte vas interesuyut klientskie bazy dannyh?
 2019-02-14 18:48 UTC 

SEV Command Privilege Separation
 2019-02-14 21:08 UTC 

Have needs for?
 2019-02-11  8:40 UTC 

Have needs for?
 2019-02-11 11:05 UTC 

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

[PATCH v6 0/4] Introduce TEE bus driver framework
 2019-02-12 12:55 UTC  (5+ messages)

[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 v3] crypto: caam - add missing put_device() call
 2019-02-11 12:51 UTC 

[PATCH v2] crypto: caam - add missing put_device() call
 2019-02-11  7:48 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).