linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-29 08:57:37 to 2017-12-06 13:06:50 UTC [more...]

[PATCH 0/3] Assorted changes for Exynos PRNG driver
 2017-12-06 13:06 UTC  (15+ messages)
  ` [PATCH 1/3] crypto: exynos - Support Exynos5250+ SoCs
  ` [PATCH 2/3] crypto: exynos - Improve performance of PRNG
  ` [PATCH 3/3] crypto: exynos - Reseed PRNG after generating 2^16 random bytes

locking in prng
 2017-12-06 12:42 UTC 

[PATCH v2 00/19] crypto: arm64 - play nice with CONFIG_PREEMPT
 2017-12-06 12:25 UTC  (27+ messages)
` [PATCH v2 01/19] crypto: testmgr - add a new test case for CRC-T10DIF
` [PATCH v2 02/19] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH v2 03/19] crypto: arm64/aes-blk "
` [PATCH v2 04/19] crypto: arm64/aes-bs "
` [PATCH v2 05/19] crypto: arm64/chacha20 "
` [PATCH v2 06/19] crypto: arm64/ghash "
` [PATCH v2 07/19] crypto: arm64/aes-blk - remove configurable interleave
` [PATCH v2 08/19] crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
` [PATCH v2 09/19] crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC "
` [PATCH v2 10/19] crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
` [PATCH v2 11/19] arm64: assembler: add macro to conditionally yield the NEON under PREEMPT
` [PATCH v2 12/19] crypto: arm64/sha1-ce - yield every 8 blocks of input
` [PATCH v2 13/19] crypto: arm64/sha2-ce "
` [PATCH v2 14/19] crypto: arm64/aes-blk - yield after processing a fixed chunk "
` [PATCH v2 15/19] crypto: arm64/aes-bs - yield after processing each 128 bytes "
` [PATCH v2 16/19] crypto: arm64/aes-ghash - yield after processing fixed number of blocks
` [PATCH v2 17/19] crypto: arm64/crc32-ce - yield NEON every 16 blocks of input
` [PATCH v2 18/19] crypto: arm64/crct10dif-ce - yield NEON every 8 "
` [PATCH v2 19/19] DO NOT MERGE

[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
 2017-12-06 11:03 UTC  (6+ messages)
` [PATCH RFC 1/4] "
` [PATCH RFC 4/4] crypto: stm32: convert to the new crypto engine API

[PATCH v2 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-12-06  3:10 UTC  (3+ messages)
  ` [PATCH v2 2/3] hwrng: exynos - add Samsung Exynos True RNG driver

[PATCH] lib/mpi: Fix umul_ppmm() for MIPS64r6
 2017-12-05 23:31 UTC 

[PATCH v9 0/8] Add io{read|write}64 to io-64-atomic headers
 2017-12-05 23:30 UTC  (9+ messages)
` [PATCH v9 1/8] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v9 2/8] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v9 3/8] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v9 4/8] iomap: "
` [PATCH v9 5/8] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v9 6/8] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v9 7/8] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v9 8/8] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH] crypto: exynos - Icrease the priority of the driver
 2017-12-05 17:55 UTC  (3+ messages)

[crypto 4/8] chtls: CPL handler definition
 2017-12-05 15:49 UTC  (3+ messages)

[PATCH 4.9-stable] Revert "crypto: caam - get rid of tasklet"
 2017-12-05 15:48 UTC  (2+ messages)

Announce loop-AES-v3.7m file/swap crypto package
 2017-12-05 14:18 UTC 

[RFC] crypto: exynos - Icrease the priority of the driver
 2017-12-05 13:48 UTC  (2+ messages)

[crypto 6/8] chtls: TCB and Key program
 2017-12-05 13:06 UTC  (2+ messages)

[crypto 8/8] Kconfig Makefile
 2017-12-05 11:41 UTC 

[crypto 7/8] chtls: structure and macro definiton
 2017-12-05 11:40 UTC 

[crypto 5/8] chtls: Inline crypto request for Tx
 2017-12-05 11:40 UTC 

[crypto 3/8] chtls: ulp for Inline TLS processing
 2017-12-05 11:39 UTC 

[crypto 2/8] chcr: changes to chcr driver
 2017-12-05 11:39 UTC 

[crypto 0/8] Chelsio inline TLS
 2017-12-05 11:38 UTC 

[crypto 1/8] cxgb4: Inline TLS
 2017-12-05 11:39 UTC 

[crypto] chcr: fix a type cast error
 2017-12-05 10:29 UTC 

[PATCH] crypto: chcr: select CRYPTO_GF128MUL
 2017-12-05 10:10 UTC 

[PATCH v3 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-12-05 10:04 UTC  (9+ messages)
    ` [PATCH v3 1/3] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
    ` [PATCH v3 2/3] hwrng: exynos - add Samsung Exynos True RNG driver
` [PATCH v3 3/3] ARM: dts: exynos: Add nodes for True Random Number Generator

[PATCH 02/45] drivers: crypto: remove duplicate includes
 2017-12-05  1:57 UTC 

[Part2 PATCH v9 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-12-05  1:04 UTC  (13+ messages)
` [Part2 PATCH v9 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v9 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v9 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v9 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v9 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v9 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v9 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v9 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v9 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v9 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v9 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v9 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "

[PATCH] treewide: remove duplicate includes
 2017-12-04 19:21 UTC  (6+ messages)

KASAN: use-after-free Write in aead_recvmsg
 2017-12-04 15:57 UTC 

[bug report] chcr: Add support for Inline IPSec
 2017-12-04 11:44 UTC 

[PATCH 00/10] staging: ccree: cleanups & fixes
 2017-12-04  9:42 UTC  (13+ messages)
` [PATCH 01/10] staging: ccree: remove inline qualifiers
` [PATCH 02/10] staging: ccree: remove unproven likely/unlikely
` [PATCH 03/10] staging: ccree: remove more unnecessary parentheses
` [PATCH 04/10] staging: ccree: fix indentation of var assignment
` [PATCH 05/10] staging: ccree: remove braces for single statement blocks
` [PATCH 06/10] staging: ccree: remove interim DT docs
` [PATCH 07/10] staging: ccree: update TODO list
` [PATCH 08/10] staging: ccree: NULLify backup_info when unused
` [PATCH 09/10] staging: ccree: fix AEAD func naming convention
` [PATCH 10/10] staging: ccree: amend aead func def for readability

[PATCH 0/5] crypto: arm64 - disable NEON across scatterwalk API calls
 2017-12-04  9:08 UTC  (12+ messages)
` [PATCH 1/5] crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
` [PATCH 2/5] crypto: arm64/aes-blk "
` [PATCH 3/5] crypto: arm64/aes-bs "
` [PATCH 4/5] crypto: arm64/chacha20 "
` [PATCH 5/5] crypto: arm64/ghash "

BUG: unable to handle kernel NULL pointer dereference in sha512_mb_mgr_get_comp_job_avx2
 2017-12-03 20:31 UTC 

BUG: unable to handle kernel paging request in crypto_chacha20_crypt
 2017-12-03 19:11 UTC 

KASAN: use-after-free Read in aead_recvmsg
 2017-12-01 19:11 UTC  (2+ messages)

KASAN: stack-out-of-bounds Write in sha3_update
 2017-12-01 19:07 UTC  (2+ messages)

general protection fault in af_alg_free_areq_sgls
 2017-12-01 19:06 UTC  (6+ messages)

[PATCH v2] crypto: Add myself as co-maintainer for s5p-sss.c
 2017-12-01 16:51 UTC 

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

[PATCH] KEYS: reject NULL restriction string when type is specified
 2017-12-01  1:22 UTC  (2+ messages)

[PATCH v5 06/27] x86: crypto, annotate local functions
 2017-11-30 14:46 UTC  (4+ messages)
` [PATCH v5 08/27] x86: assembly, annotate aliases
  ` [PATCH v5 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
  ` [PATCH v5 26/27] x86_32: "

[PATCH] chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data
 2017-11-30 14:23 UTC 

[PATCH] chcr: remove unused variables net_device, pi, adap and cntrl
 2017-11-30 14:11 UTC 

[PATCH] crypto: mcryptd: protect the per-CPU queue with a lock
 2017-11-30 12:39 UTC 

[PATCH] crypto: chelsio: make arrays sgl_ent_len and dsgl_ent_len static
 2017-11-30 11:32 UTC 

[PATCH] crypto: cryptd: make cryptd_max_cpu_qlen module parameter static
 2017-11-30 11:26 UTC 

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

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

WARNING: kernel stack regs has bad 'bp' value (2)
 2017-11-30  9:17 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in crypto_chacha20_crypt
 2017-11-30  9:01 UTC 

KASAN: use-after-free Read in blkcipher_walk_virt
 2017-11-30  8:59 UTC 

[PATCH v2 01/12] hwrng: bcm2835-rng: Obtain base register via resource
 2017-11-30  7:14 UTC  (4+ messages)
` [v2,01/12] hwrng: bcm2835 - "

BUG: unable to handle kernel NULL pointer dereference in kfree
 2017-11-29 19:46 UTC  (2+ messages)

general protection fault in blkcipher_walk_done
 2017-11-29 12:17 UTC  (11+ messages)
` [PATCH v2] crypto: AF_ALG - race-free access of encryption flag
    ` [PATCH] crypto: AF_ALG - wait for data at beginning of recvmsg
            ` [PATCH v2] "

[PATCH 1/2] crypto: tcrypt - fix S/G table for test_aead_speed()
 2017-11-29 10:23 UTC  (4+ messages)
` [1/2] "

general protection fault in crypto_chacha20_crypt
 2017-11-29  9:24 UTC  (2+ messages)

[PATCH] crypto: skcipher - set walk.iv for zero-length inputs
 2017-11-29  9:18 UTC 

KASAN: stack-out-of-bounds Read in crypto_chacha20_crypt
 2017-11-29  8:58 UTC 

KASAN: use-after-free Read in crypto_chacha20_crypt
 2017-11-29  8:57 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).