linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-11 14:57:20 to 2017-12-20 20:09:49 UTC [more...]

[PATCH RFC 0/3] crypto: Implement a generic crypto statistics
 2017-12-20 20:09 UTC  (4+ messages)
` [PATCH RFC 1/3] crypto: Prevent to register duplicate cra_driver_name
` [PATCH RFC 2/3] crypto: Implement a generic crypto statistics
` [PATCH RFC 3/3] crypto: tools: Add cryptostat userspace

[PATCH] Fix NULL pointer deref. on no default_rng
 2017-12-20 19:49 UTC  (3+ messages)

[PATCH] crypto: Fix out-of-bounds memory access in generic-gcm-aesni
 2017-12-20 19:35 UTC  (8+ messages)
` [PATCH v2 0/2] Fix out-of-bounds memory accesses "
` [PATCH v2 1/2] crypto: Fix out-of-bounds access of the data buffer "
` [PATCH v2 2/2] crypto: Fix out-of-bounds access of the AAD "

[PATCH] iommu/amd - Set the device table entry PPR bit for IOMMU V2 devices
 2017-12-20 18:35 UTC  (2+ messages)

[PATCH] crypto: stm32 - Use standard CONFIG name
 2017-12-20 18:19 UTC 

[PATCH] staging: ccree: fix __dump_byte_array() declaration mismatch
 2017-12-20 18:16 UTC 

KASAN: use-after-free Read in crypto_aead_free_instance
 2017-12-20 11:59 UTC  (11+ messages)

[RFC crypto v3 9/9] Makefile Kconfig
 2017-12-20 11:38 UTC 

[RFC crypto v3 8/9] chtls: Register the ULP
 2017-12-20 11:38 UTC 

[RFC crypto v3 7/9] chtls: Inline crypto request Tx/Rx
 2017-12-20 11:38 UTC 

[RFC crypto v3 6/9] chtls: CPL handler definition
 2017-12-20 11:37 UTC 

[RFC crypto v3 5/9] chtls: Key program
 2017-12-20 11:37 UTC 

[RFC crypto v3 4/9] chcr: Key Macro
 2017-12-20 11:37 UTC 

[RFC crypto v3 3/9] cxgb4: LLD driver changes to enable TLS
 2017-12-20 11:36 UTC 

[RFC crypto v3 2/9] cxgb4: Inline TLS FW Interface
 2017-12-20 11:35 UTC 

[RFC crypto v3 1/9] chtls: structure and macro definiton
 2017-12-20 11:33 UTC 

[RFC crypto v3 0/9] Chelsio Inline TLS
 2017-12-20 11:33 UTC 

[PATCH] checkpatch: add *_ON_STACK to $declaration_macros
 2017-12-20  9:41 UTC  (2+ messages)

[PATCH RESEND] checkpatch: add *_ON_STACK to declaration_macros
 2017-12-20  9:33 UTC  (2+ messages)

[PATCH] staging: ccree: use size_t consistently
 2017-12-20  7:40 UTC  (2+ messages)

[PATCH] crypto: scomp - delete unused comments
 2017-12-20  8:03 UTC 

WARNING: kernel stack regs has bad 'bp' value (2)
 2017-12-19 22:37 UTC  (7+ messages)
` [PATCH] crypto: x86/twofish-3way - Fix %rbp usage

[PATCH] crypto: n2 - cure use after free
 2017-12-19 18:39 UTC  (4+ messages)

[PATCH v2] hwrng: Clean up RNG list when last hwrng is unregistered
 2017-12-19 17:52 UTC  (4+ messages)

[Plinth PATCH]{topost} crypto: Fix race around ctx->rcvused by making it atomic_t
 2017-12-19 12:18 UTC  (5+ messages)
` [PATCH] "

[PATCH v2 1/4] crypto: caam - constify key data
 2017-12-19 10:16 UTC  (4+ messages)
` [PATCH v2 2/4] crypto: caam - remove needless ablkcipher key copy
` [PATCH v2 3/4] crypto: caam - save Era in driver's private data
` [PATCH v2 4/4] crypto: caam - add Derived Key Protocol (DKP) support

general protection fault in crypto_remove_spawns
 2017-12-19  6:25 UTC  (5+ messages)
` [PATCH] crypto: AF_ALG - limit mask and type
  ` [PATCH v2] "

[PATCH RESEND] crypto: af_alg - add keylen checking to avoid NULL ptr passing down
 2017-12-19  1:19 UTC  (3+ messages)

RFC: Crypto: Race in updating available writable socket memory
 2017-12-18 15:55 UTC  (2+ messages)

[PATCH] crypto: af_alg - add keylen checking to avoid NULL ptr passing down
 2017-12-18 13:34 UTC  (3+ messages)

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 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 v2 0/4] Assorted changes for Exynos PRNG driver
 2017-12-13  8:12 UTC  (15+ messages)
  ` [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 v3 0/4] Assorted changes for Exynos PRNG driver
  ` [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] 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

[PATCH v2 2/4] crypto: exynos - Improve performance of PRNG
 2017-12-12 14:49 UTC  (2+ messages)

KASAN: use-after-free Write in aead_recvmsg
 2017-12-12 13:59 UTC  (6+ 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)

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

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

general protection fault in strcmp
 2017-12-11 18:55 UTC 

[PATCH] fscrypt: add support for ChaCha20 contents encryption
 2017-12-11 16:11 UTC  (3+ 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).