linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-17 06:22:31 to 2018-11-29 18:01:38 UTC [more...]

[PATCH] crypto: do not free algorithm before using
 2018-11-29  6:57 UTC  (5+ messages)

[PATCH] crypto: use memzero_explicit instead of memset to clear contexts
 2018-11-29  6:49 UTC  (2+ messages)

[Help] Null pointer exception in scatterwalk_start() in kernel-4.9
 2018-11-29  6:44 UTC  (2+ messages)

[PATCH 0/3] new HW version and co-maintainer
 2018-11-29  6:42 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: crypto: ccree: add dt bindings for ccree 703

[PATCH 0/4] crypto: ARM64 NEON optimized XChaCha and NHPoly1305 (for Adiantum)
 2018-11-29  6:34 UTC  (5+ messages)
` [PATCH 1/4] crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH 2/4] crypto: arm64/chacha20 - add XChaCha20 support
` [PATCH 3/4] crypto: arm64/chacha20 - refactor to allow varying number of rounds
` [PATCH 4/4] crypto: arm64/chacha - add XChaCha12 support

[PATCH v4 00/11] crypto: crypto_user_stat: misc enhancement
 2018-11-28 23:17 UTC  (14+ messages)
` [PATCH v4 01/11] crypto: crypto_user_stat: made crypto_user_stat optional
` [PATCH v4 02/11] crypto: CRYPTO_STATS should depend on CRYPTO_USER
` [PATCH v4 03/11] crypto: crypto_user_stat: convert all stats from u32 to u64
` [PATCH v4 04/11] crypto: crypto_user_stat: split user space crypto stat structures
` [PATCH v4 05/11] crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi
` [PATCH v4 06/11] crypto: crypto_user_stat: fix use_after_free of struct xxx_request
` [PATCH v4 07/11] crypto: crypto_user_stat: Fix invalid stat reporting
` [PATCH v4 08/11] crypto: crypto_user_stat: remove intermediate variable
` [PATCH v4 09/11] crypto: crypto_user_stat: Split stats in multiple structures
` [PATCH v4 10/11] crypto: crypto_user_stat: rename err_cnt parameter
` [PATCH v4 11/11] crypto: crypto_user_stat: Add crypto_stats_init

KMSAN: uninit-value in gf128mul_4k_lle (3)
 2018-11-28 10:58 UTC  (4+ messages)

[PATCH 0/6] crypto: x86_64 optimized XChaCha and NHPoly1305 (for Adiantum)
 2018-11-28  6:44 UTC  (7+ messages)
` [PATCH 1/6] crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
` [PATCH 2/6] crypto: x86/nhpoly1305 - add AVX2 "
` [PATCH 3/6] crypto: x86/chacha20 - limit the preemption-disabled section
` [PATCH 4/6] crypto: x86/chacha20 - add XChaCha20 support
` [PATCH 5/6] crypto: x86/chacha20 - refactor to allow varying number of rounds
` [PATCH 6/6] crypto: x86/chacha - add XChaCha12 support

[PATCH] MAINTAINERS: change NX/VMX maintainers
 2018-11-27 17:27 UTC 

[PATCH tip/core/rcu 09/41] crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()
 2018-11-27 17:19 UTC  (3+ messages)

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-27  2:52 UTC  (39+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce

(no subject)
 2018-11-27  0:16 UTC 

[PATCH v4] fscrypt: add Adiantum support
 2018-11-26 19:27 UTC 

[PATCH net-next] cxgb4: use new fw interface to get the VIN and smt index
 2018-11-23 19:11 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 06/21] crypto: simd - correctly take reqsize of wrapped skcipher into account
 2018-11-22 19:54 UTC 

[PATCH AUTOSEL 4.19 14/36] crypto: simd - correctly take reqsize of wrapped skcipher into account
 2018-11-22 19:52 UTC 

[PATCH 1/1] cavium: Update firmware for CNN55XX crypto driver
 2018-11-22  9:17 UTC 

[PATCH 1/1] crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode
 2018-11-21  9:52 UTC 

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-21  7:55 UTC  (31+ messages)
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator
            ` [RFC PATCH] zinc chacha20 generic implementation using crypto API code
              ` [RFC PATCH v2 0/4] Exporting existing crypto API code through zinc
                ` [v2 PATCH 1/4] crypto: chacha20 - Export chacha20 functions without crypto API
                ` [v2 PATCH 2/4] zinc: ChaCha20 generic C implementation and selftest
                ` [v2 PATCH 3/4] zinc: Add x86 accelerated ChaCha20
                ` [v2 PATCH 4/4] zinc: ChaCha20 x86_64 implementation

[PATCH 1/1] crypto: cavium/nitrox - crypto request format changes
 2018-11-21  7:36 UTC 

[PATCH 0/6] crypto: x86/chacha20 - SIMD performance improvements
 2018-11-20 16:32 UTC  (7+ messages)

[PATCH 0/3] crypto: x86/chacha20 - AVX-512VL block functions
 2018-11-20 16:30 UTC  (4+ messages)
` [PATCH 1/3] crypto: x86/chacha20 - Add a 8-block AVX-512VL variant
` [PATCH 2/3] crypto: x86/chacha20 - Add a 2-block "
` [PATCH 3/3] crypto: x86/chacha20 - Add a 4-block "

[PATCH v3 00/10] crypto: crypto_user_stat: misc enhancement
 2018-11-20 14:13 UTC  (12+ messages)
` [PATCH v3 01/10] crypto: crypto_user_stat: made crypto_user_stat optional
` [PATCH v3 02/10] crypto: CRYPTO_STATS should depend on CRYPTO_USER
` [PATCH v3 03/10] crypto: crypto_user_stat: convert all stats from u32 to u64
` [PATCH v3 04/10] crypto: crypto_user_stat: split user space crypto stat structures
` [PATCH v3 05/10] crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi
` [PATCH v3 06/10] crypto: crypto_user_stat: fix use_after_free of struct xxx_request
` [PATCH v3 07/10] crypto: crypto_user_stat: Fix invalid stat reporting
` [PATCH v3 08/10] crypto: crypto_user_stat: remove intermediate variable
` [PATCH v3 09/10] crypto: crypto_user_stat: Split stats in multiple structures
` [PATCH v3 10/10] crypto: crypto_user_stat: rename err_cnt parameter

Guidance required for a crypto requirement
 2018-11-20 11:14 UTC 

[PATCH v4 00/14] crypto: Adiantum support
 2018-11-20  6:33 UTC  (21+ messages)
` [PATCH v4 01/14] crypto: chacha20-generic - add HChaCha20 library function
` [PATCH v4 02/14] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support
` [PATCH v4 04/14] crypto: chacha20-generic - refactor to allow varying number of rounds
` [PATCH v4 05/14] crypto: chacha - add XChaCha12 support
` [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section
` [PATCH v4 07/14] crypto: arm/chacha20 - add XChaCha20 support
` [PATCH v4 08/14] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [PATCH v4 09/14] crypto: arm/chacha - add XChaCha12 support
` [PATCH v4 10/14] crypto: poly1305 - use structures for key and accumulator
` [PATCH v4 11/14] crypto: poly1305 - add Poly1305 core API
` [PATCH v4 12/14] crypto: nhpoly1305 - add NHPoly1305 support
` [PATCH v4 13/14] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH v4 14/14] crypto: adiantum - add Adiantum support

[PATCH] crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
 2018-11-20  6:33 UTC  (2+ messages)

[PATCH] crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
 2018-11-20  6:33 UTC  (2+ messages)

[PATCH] crypto: remove useless initializations of cra_list
 2018-11-20  6:33 UTC  (2+ messages)

[PATCH] crypto: inside-secure - remove useless setting of type flags
 2018-11-20  6:33 UTC  (2+ messages)

[PATCH v2 00/11] crypto: crypto_user_stat: misc enhancement
 2018-11-20  5:48 UTC  (20+ messages)
` [PATCH v2 01/11] crypto: move crypto_alg_get/crypto_alg_put to linux/crypto.h
` [PATCH v2 02/11] crypto: crypto_user_stat: made crypto_user_stat optional
` [PATCH v2 03/11] crypto: CRYPTO_STATS should depend on CRYPTO_USER
` [PATCH v2 04/11] crypto: crypto_user_stat: convert all stats from u32 to u64
` [PATCH v2 05/11] crypto: crypto_user_stat: split user space crypto stat structures
` [PATCH v2 06/11] crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi
` [PATCH v2 07/11] crypto: crypto_user_stat: fix use_after_free of struct xxx_request
` [PATCH v2 08/11] crypto: crypto_user_stat: Fix invalid stat reporting
` [PATCH v2 09/11] crypto: crypto_user_stat: remove intermediate variable
` [PATCH v2 10/11] crypto: crypto_user_stat: Split stats in multiple structures
` [PATCH v2 11/11] crypto: crypto_user_stat: rename err_cnt parameter

Spende
 2018-11-19 23:15 UTC 

[RFC PATCH v2 00/12] crypto: Adiantum support
 2018-11-19 20:30 UTC  (9+ messages)

Important
 2018-11-18 19:45 UTC 

BUG: unable to handle kernel paging request in aead_geniv_alloc
 2018-11-18 19:23 UTC 

[PATCH] dt-bindings: rng: update bindings for MT7629 SoC
 2018-11-17 23:07 UTC  (4+ messages)

[PATCH] HID: add driver for U2F Zero built-in LED and RNG
 2018-11-17 10:19 UTC  (6+ messages)

[PATCH v8 00/14] Appended signatures support for IMA appraisal
 2018-11-16 20:07 UTC  (11+ messages)
` [PATCH v8 05/14] integrity: Introduce integrity_keyring_from_id()
` [PATCH v8 06/14] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v8 07/14] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v8 08/14] ima: Introduce is_signed()
` [PATCH v8 09/14] ima: Export func_tokens
` [PATCH v8 10/14] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v8 11/14] ima: Implement support "
` [PATCH v8 12/14] ima: Add new "d-sig" template field
` [PATCH v8 13/14] ima: Write modsig to the measurement list
` [PATCH v8 14/14] ima: Store the measurement again when appraising a modsig


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