linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-11 19:24:48 to 2018-11-20 17:00:58 UTC [more...]

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-20 14:18 UTC  (30+ 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] 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  (3+ 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

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-20  5:17 UTC  (35+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
` [RFCv3 PATCH 2/6] uacce: add uacce module
` [RFCv3 PATCH 3/6] crypto/hisilicon: add hisilicon Queue Manager driver
` [RFCv3 PATCH 4/6] crypto/hisilicon: add Hisilicon zip driver
` [RFCv3 PATCH 5/6] crypto: add uacce support to Hisilicon qm
` [RFCv3 PATCH 6/6] uacce: add user sample for uacce/warpdrive

Spende
 2018-11-19 23:15 UTC 

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

[PATCH 0/6] crypto: x86/chacha20 - SIMD performance improvements
 2018-11-19 16:45 UTC  (10+ messages)
` [PATCH 1/6] crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant
` [PATCH 4/6] crypto: x86/chacha20 - Use larger block functions more aggressively
` [PATCH 5/6] crypto: x86/chacha20 - Add a 2-block AVX2 variant
` [PATCH 6/6] crypto: x86/chacha20 - Add a 4-block "

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  (6+ messages)

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

[PATCH v4 00/14] crypto: Adiantum support
 2018-11-17  2:03 UTC  (25+ 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 v8 00/14] Appended signatures support for IMA appraisal
 2018-11-16 20:07 UTC  (15+ messages)
` [PATCH v8 01/14] MODSIGN: Export module signature definitions
` [PATCH v8 02/14] PKCS#7: Refactor verify_pkcs7_signature() and add pkcs7_get_message_sig()
` [PATCH v8 03/14] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v8 04/14] integrity: Introduce struct evm_xattr
` [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

Crypto Update for 4.11
 2018-11-16  6:31 UTC  (11+ messages)
` Crypto Fixes for 4.13
  ` Crypto Fixes for 4.14
    ` Crypto Fixes for 4.15
          ` 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

[PATCH v2] crypto: ecc - regularize scalar for scalar multiplication
 2018-11-16  6:19 UTC  (2+ messages)

[PATCH 0/5] crypto: caam - add support for Era 10
 2018-11-16  6:19 UTC  (2+ messages)

[RESEND 0/2] Port mxs-dcp to imx6ull and imx6sll
 2018-11-16  6:19 UTC  (2+ messages)

[PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header
 2018-11-16  6:18 UTC  (2+ messages)

[PATCH v4 0/3] crypto: streebog - add Streebog hash function
 2018-11-16  6:18 UTC  (2+ messages)

[PATCH] crypto: bcm: fix normal/non key hash algorithm failure
 2018-11-16  6:18 UTC  (3+ messages)

[PATCH] crypto: cts: document NIST standard status
 2018-11-16  6:16 UTC  (2+ messages)

[PATCH] crypto: ecc - check for invalid values in the key verification test
 2018-11-16  6:16 UTC  (2+ messages)

[PATCH tip/core/rcu 09/41] crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()
 2018-11-16  5:56 UTC  (2+ messages)

our urgent respond immediately
 2018-11-14  9:45 UTC 

[PATCH 0/3] new HW version and co-maintainer
 2018-11-13  9:40 UTC  (4+ messages)
` [PATCH 1/3] crypto: ccree: add support for CryptoCell 703
` [PATCH 2/3] dt-bindings: crypto: ccree: add dt bindings for ccree 703
` [PATCH 3/3] MAINTAINERS: ccree: add co-maintainer

[Qestion] Lots of memory leaks when mounting and unmounting nfs client to server continuously
 2018-11-13  6:40 UTC  (5+ messages)

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-11-13  0:13 UTC  (8+ messages)
` [PATCH net-next v6 23/23] net: WireGuard secure network tunnel

Price Inquiry
 2018-11-11 15:34 UTC 

[RFC][PATCH 00/12] keys: add support for PGP keys and signatures
 2018-11-12 14:22 UTC  (17+ messages)
` [RFC][PATCH 01/12] mpi: introduce mpi_key_length()
` [RFC][PATCH 02/12] rsa: add parser of raw format
` [RFC][PATCH 03/12] PGPLIB: PGP definitions (RFC 4880)
` [RFC][PATCH 04/12] PGPLIB: Basic packet parser
` [RFC][PATCH 05/12] PGPLIB: Signature parser
` [RFC][PATCH 06/12] KEYS: PGP data parser
` [RFC][PATCH 07/12] KEYS: Provide PGP key description autogeneration
` [RFC][PATCH 08/12] KEYS: PGP-based public key signature verification
` [RFC][PATCH 09/12] verification: introduce verify_pgp_signature()
` [RFC][PATCH 10/12] PGP: Provide a key type for testing PGP signatures
` [RFC][PATCH 11/12] KEYS: Provide a function to load keys from a PGP keyring blob
` [RFC][PATCH 12/12] KEYS: Introduce load_pgp_public_keyring()

Inquiry 12/11/2018
 2018-11-12  8:57 UTC 

Something wrong with cryptodev-2.6 tree?
 2018-11-12  9:15 UTC  (2+ messages)

[PATCH 03/17] hw_random: bcm2835-rng: Switch to SPDX identifier
 2018-11-11 11:26 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).