linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-07 19:15:50 to 2017-12-18 06:36:03 UTC [more...]

KASAN: use-after-free Read in __list_del_entry_valid (2)
 2017-12-18  6:36 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in __crypto_alg_lookup
 2017-12-18  6:25 UTC  (2+ messages)

(brak tematu)
 2017-12-18  0:33 UTC 

(brak tematu)
 2017-12-17 23:40 UTC 

[PATCH v2] hwrng: Clean up RNG list when last hwrng is unregistered
 2017-12-17  9:49 UTC  (3+ messages)

[PATCH v2 0/6] crypto: tcrypt: fix and add multi buf speed tests
 2017-12-17  8:29 UTC  (7+ messages)
` [PATCH v2 1/6] crypto: tcrypt: use multi buf for ahash mb test
` [PATCH v2 2/6] crypto: tcrypt: fix AEAD decryption speed test
` [PATCH v2 3/6] crypto: tcrypt: allow setting num of bufs
` [PATCH v2 4/6] crypto: tcrypt: add multi buf ahash jiffies test
` [PATCH v2 5/6] crypto: tcrypt: add multibuf skcipher speed test
` [PATCH v2 6/6] crypto: tcrypt: add multibuf aead "

[PATCH 00/10] staging: ccree: cleanups & fixes
 2017-12-17  6:30 UTC  (13+ messages)
` [PATCH 01/10] staging: ccree: drop ifdef CONFIG_OF in code
` [PATCH 02/10] staging: ccree: clean up PM registration
` [PATCH 03/10] staging: ccree: add explicit module init/exit func
` [PATCH 04/10] staging: ccree: staging: ccree: replace sysfs by debugfs interface
` [PATCH 05/10] staging: ccree: remove CC_IRQ_DELAY dead code
` [PATCH 06/10] staging: ccree: remove useless debug code
` [PATCH 07/10] staging: ccree: turn compile time debug log to params
` [PATCH 08/10] staging: ccree: remove ssi_config.h
` [PATCH 09/10] staging: ccree: fix fips event irq handling build
` [PATCH 10/10] staging: ccree: update TODO

[PATCH 33/45] arch/arm: remove duplicate includes
 2017-12-16 11:43 UTC 

general protection fault in ___cache_free
 2017-12-15 17:21 UTC 

[PATCH 00/17] crypto: inside-secure - various improvements
 2017-12-14 14:26 UTC  (18+ messages)
` [PATCH 01/17] crypto: inside-secure - remove extra empty line
` [PATCH 02/17] crypto: inside-secure - fix typo in a comment
` [PATCH 03/17] crypto: inside-secure - remove useless memset
` [PATCH 04/17] crypto: inside-secure - comment the caching function
` [PATCH 05/17] crypto: inside-secure - refrain from unneeded invalidations
` [PATCH 06/17] crypto: inside-secure - EBUSY is not an error on async request
` [PATCH 07/17] crypto: inside-secure - move cipher crypto mode to request context
` [PATCH 08/17] crypto: inside-secure - remove unused parameter in invalidate_cache
` [PATCH 09/17] crypto: inside-secure - move request dequeueing into a workqueue
` [PATCH 10/17] crypto: inside-secure - use threaded IRQs for result handling
` [PATCH 11/17] crypto: inside-secure - dequeue all requests at once
` [PATCH 12/17] crypto: inside-secure - increase the ring size
` [PATCH 13/17] crypto: inside-secure - acknowledge the result requests all at once
` [PATCH 14/17] crypto: inside-secure - handle more result requests when counter is full
` [PATCH 15/17] crypto: inside-secure - retry to proceed the request later on fail
` [PATCH 16/17] crypto: inside-secure - EIP97 support
` [PATCH 17/17] Documentation/bindings: crypto: document the SafeXcel EIP97 compatible

Encrypt selftest fails with qat_c3xxx
 2017-12-13 19:27 UTC 

[PATCH crypto] crypto: aesni - add wrapper for generic gcm(aes)
 2017-12-13 13:54 UTC 

[PATCH crypto] crypto: aesni - fix typo in generic_gcmaes_decrypt
 2017-12-13 13:53 UTC 

[PATCH 0/6] crypto: tcrypt: fix and add multi buf speed tests
 2017-12-13 13:23 UTC  (6+ messages)
` [PATCH 6/6] crypto: tcrypt: add multibuf aead speed test

[PATCH 0/3] Assorted changes for Exynos PRNG driver
 2017-12-13  8:12 UTC  (21+ messages)
  ` [PATCH v2 0/4] "
    ` [PATCH v3 "
    ` [PATCH v3 1/4] crypto: exynos - Support Exynos5250+ SoCs
    ` [PATCH v3 2/4] crypto: exynos - Improve performance of PRNG
    ` [PATCH v3 3/4] crypto: exynos - Reseed PRNG after generating 2^16 random bytes
    ` [PATCH v3 4/4] crypto: exynos - Introduce mutex to prevent concurrent access to hardware
  ` [PATCH v2 1/4] crypto: exynos - Support Exynos5250+ SoCs
  ` [PATCH v2 2/4] crypto: exynos - Improve performance of PRNG
  ` [PATCH v2 3/4] crypto: exynos - Reseed PRNG after generating 2^16 random bytes
  ` [PATCH v2 4/4] crypto: exynos - Introduce mutex to prevent concurrent access to hardware

[PATCH] hwrng: Clean up RNG list when last hwrng is unregisterd
 2017-12-12 22:19 UTC 

[PATCH 1/2] crypto: echainiv - Remove unused alg/spawn variable
 2017-12-12 19:30 UTC  (2+ messages)
` [PATCH 2/2] crypto: seqiv "

[PATCH v3 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-12-12 17:44 UTC  (7+ messages)
  ` [PATCH v3 3/3] ARM: dts: exynos: Add nodes for True Random Number Generator
        ` [PATCH v4] "

INFO: task hung in lock_sock_nested
 2017-12-12 16:47 UTC 

INFO: task hung in aead_recvmsg
 2017-12-12 16:46 UTC 

[PATCH 00/24] staging: ccree: cleanups and simplification
 2017-12-12 14:53 UTC  (25+ messages)
` [PATCH 01/24] staging: ccree: remove ahash wrappers
` [PATCH 02/24] staging: ccree: fix hash naming convention
` [PATCH 03/24] staging: ccree: amend hash func def for readability
` [PATCH 04/24] staging: ccree: func params should follow func name
` [PATCH 05/24] staging: ccree: shorten parameter name
` [PATCH 06/24] staging: ccree: fix func def and decl coding style
` [PATCH 07/24] staging: ccree: simplify expression with local var
` [PATCH 08/24] staging: ccree: fix func call param indentation
` [PATCH 09/24] staging: ccree: fix reg mgr naming convention
` [PATCH 10/24] staging: ccree: fix req mgr func def coding style
` [PATCH 11/24] staging: ccree: remove cipher sync blkcipher remains
` [PATCH 12/24] staging: ccree: fix cipher naming convention
` [PATCH 13/24] staging: ccree: fix cipher func def coding style
` [PATCH 14/24] staging: ccree: fix ivgen naming convention
` [PATCH 15/24] staging: ccree: fix ivgen func def coding style
` [PATCH 16/24] staging: ccree: drop unsupported MULTI2 mode code
` [PATCH 17/24] staging: ccree: remove SSI_CC_HAS_ macros
` [PATCH 18/24] staging: ccree: rename all SSI to CC
` [PATCH 19/24] staging: ccree: rename all DX "
` [PATCH 20/24] staging: ccree: rename vars/structs/enums from ssi_ to cc_
` [PATCH 21/24] staging: ccree: fix buf mgr naming convention
` [PATCH 22/24] staging: ccree: fix sram "
` [PATCH 23/24] staging: ccree: simplify freeing SRAM memory address
` [PATCH 24/24] staging: ccree: fix FIPS mgr naming convention

KASAN: use-after-free Write in aead_recvmsg
 2017-12-12 13:59 UTC  (7+ messages)
` [PATCH] crypto: AF_ALG - fix race accessing cipher request
    ` AF_ALG: skb limits

[RFC crypto v2 9/9] Makefile Kconfig
 2017-12-12 12:06 UTC 

[RFC crypto v2 8/9] chtls: Register the ULP
 2017-12-12 12:05 UTC 

[RFC crypto v2 7/9] chtls: Inline crypto request Tx/Rx
 2017-12-12 12:05 UTC 

[RFC crypto v2 6/9] chtls: CPL handler definition
 2017-12-12 12:04 UTC 

[RFC crypto v2 4/9] chcr: Key Macro
 2017-12-12 12:04 UTC 

[RFC crypto v2 5/9] chtls: Key program
 2017-12-12 12:04 UTC 

[RFC crypto v2 3/9] cxgb4: LLD driver changes to enable TLS
 2017-12-12 12:03 UTC 

[RFC crypto v2 2/9] cxgb4: Inline TLS FW Interface
 2017-12-12 12:03 UTC 

[RFC crypto v2 1/9] chtls: structure and macro definiton
 2017-12-12 12:03 UTC 

[RFC crypto v2 0/9] Chelsio Inline TLS
 2017-12-12 12:02 UTC 

[PATCH v2] crypto: artpec6: set correct iv size for gcm(aes)
 2017-12-12 11:40 UTC 

[PATCH] crypto: artpec6: set correct iv size for gcm(aes)
 2017-12-12 11:29 UTC  (2+ messages)

general protection fault in crypto_remove_spawns
 2017-12-12  9:22 UTC  (4+ messages)
` [PATCH] crypto: AF_ALG - limit mask and type

[PATCH] crypto: gf128mul - remove incorrect comment
 2017-12-11 21:58 UTC 

KASAN: wild-memory-access Write in scatterwalk_copychunks
 2017-12-11 20:15 UTC  (2+ messages)
` [PATCH] crypto: chacha20poly1305 - validate the digest size

general protection fault in blkcipher_walk_done
 2017-12-11 19:10 UTC  (6+ messages)
` [PATCH] crypto: AF_ALG - wait for data at beginning of recvmsg
    ` [PATCH v2] "

general protection fault in crypto_chacha20_crypt
 2017-12-11 19:06 UTC  (3+ messages)

[PATCH] KEYS: reject NULL restriction string when type is specified
 2017-12-11 18:55 UTC  (5+ messages)
` general protection fault in strcmp

[PATCH] fscrypt: add support for ChaCha20 contents encryption
 2017-12-11 16:11 UTC  (12+ messages)

[PATCH] crypto: stm32: fix modular build
 2017-12-11 14:31 UTC  (2+ messages)

[PATCH] crypto: qat - reduce stack size with KASAN
 2017-12-11 12:07 UTC 

[PATCH v2] crypto: Add myself as co-maintainer for s5p-sss.c
 2017-12-11 11:50 UTC  (2+ messages)

[PATCH] chcr: remove unused variables net_device, pi, adap and cntrl
 2017-12-11 11:46 UTC  (2+ messages)

[PATCH] crypto: mcryptd: protect the per-CPU queue with a lock
 2017-12-11 11:46 UTC  (2+ messages)

[PATCH] chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data
 2017-12-11 11:46 UTC  (2+ messages)

[PATCH] crypto: chelsio: make arrays sgl_ent_len and dsgl_ent_len static
 2017-12-11 11:46 UTC  (2+ messages)

[PATCH] crypto: cryptd: make cryptd_max_cpu_qlen module parameter static
 2017-12-11 11:46 UTC  (2+ messages)

[PATCH] crypto: stm32: fix module device table name
 2017-12-11 11:45 UTC  (2+ messages)

[PATCH] crypto: skcipher - set walk.iv for zero-length inputs
 2017-12-11 11:45 UTC  (2+ messages)

[PATCH] crypto: caam/qi - use correct print specifier for size_t
 2017-12-11 11:44 UTC  (2+ messages)

[PATCH] crypto: arm/aes-neonbs Use PTR_ERR_OR_ZERO()
 2017-12-11 11:44 UTC  (2+ messages)

[PATCH] crypto: fix typo in KPP dependency of CRYPTO_ECDH
 2017-12-11 11:43 UTC  (2+ messages)

[PATCH v4 0/4] crypto: inside-secure - set of fixes
 2017-12-11 11:10 UTC  (5+ messages)
` [PATCH v4 1/4] crypto: inside-secure - per request invalidation
` [PATCH v4 2/4] crypto: inside-secure - free requests even if their handling failed
` [PATCH v4 3/4] crypto: inside-secure - fix request allocations in invalidation path
` [PATCH v4 4/4] crypto: inside-secure - do not use areq->result for partial results

[PATCH 0/4] crypto: inside-secure - set of fixes
 2017-12-11 11:13 UTC  (5+ messages)
` [PATCH 3/4] crypto: inside-secure - only update the result buffer when provided

[PATCH 00/18] crypto: talitos - fixes and performance improvement
 2017-12-11 11:07 UTC  (4+ messages)

[PATCH v3 0/3] crypto: inside-secure - set of fixes
 2017-12-11 10:51 UTC  (5+ messages)
` [PATCH v3 1/3] crypto: inside-secure - per request invalidation
` [PATCH v3 2/3] crypto: inside-secure - free requests even if their handling failed
` [PATCH v3 3/3] crypto: inside-secure - fix request allocations in invalidation path

[RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce
 2017-12-11  7:38 UTC  (8+ messages)

Crypto Fixes for 4.9
 2017-12-11  7:22 UTC  (7+ messages)
` Crypto Update for 4.10
  ` Crypto Update for 4.11
    ` Crypto Fixes for 4.13
      ` Crypto Fixes for 4.14
        ` Crypto Fixes for 4.15

[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
 2017-12-08  1:40 UTC  (11+ messages)
` [PATCH 4/8] vfs: "
` [PATCH 7/8] net: ovs: "
  ` [ovs-dev] "
` [PATCH 8/8] net: tipc: "

[Part2 PATCH v9 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-12-07 21:20 UTC  (5+ messages)
` [Part2 PATCH v9 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support


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