messages from 2018-09-03 00:51:59 to 2018-09-12 00:02:15 UTC [more...]
[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
2018-09-12 0:02 UTC (38+ messages)
` [PATCH net-next v3 03/17] zinc: ChaCha20 generic C implementation
` [PATCH net-next v3 04/17] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v3 05/17] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v3 06/17] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v3 07/17] zinc: Poly1305 generic C implementation and selftest
` [PATCH net-next v3 07/17] zinc: Poly1305 generic C implementations "
` [PATCH net-next v3 08/17] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v3 09/17] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v3 10/17] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v3 11/17] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v3 12/17] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v3 13/17] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v3 14/17] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v3 15/17] zinc: Curve25519 ARM implementation
` [PATCH net-next v3 16/17] zinc: Curve25519 x86_64 implementation
[PATCH crypto-2.6] crypto: ccp: add timeout support in the SEV command
2018-09-11 13:53 UTC (5+ messages)
[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-09-11 13:40 UTC (40+ messages)
` [PATCH 1/7] vfio/sdmdev: Add documents for WarpDrive framework
` [PATCH 2/7] iommu: Add share domain interface in iommu for sdmdev
` [PATCH 3/7] vfio: add sdmdev support
` [RFC PATCH] vfio: vfio_sdmdev_groups[] can be static
` [PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [PATCH 5/7] crypto: Add Hisilicon Zip driver
` [PATCH 6/7] crypto: add sdmdev support to Hisilicon QM
` [PATCH 7/7] vfio/sdmdev: add user sample
[PATCH v3 0/2] crypto: lrw - Simplify and optimize the LRW template
2018-09-11 7:42 UTC (3+ messages)
` [PATCH v3 1/2] crypto: lrw - Optimize tweak computation
` [PATCH v3 2/2] crypto: lrw - Do not use auxiliary buffer
[PATCH v5] crypto: xts - Drop use of auxiliary buffer
2018-09-11 7:40 UTC
[PATCH v4] crypto: xts - Drop use of auxiliary buffer
2018-09-11 7:33 UTC (3+ messages)
[PATCH v2 0/4] crypto: skcipher - Remove VLA usage
2018-09-11 5:53 UTC (10+ messages)
` [PATCH v2 1/4] crypto: skcipher - Consolidate encrypt/decrypt sanity check
` [PATCH v2 2/4] crypto: skcipher - Enforce non-ASYNC for on-stack requests
` [PATCH v2 3/4] crypto: skcipher - Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH 4/4] crypto: skcipher - Remove unused argument to SKCIPHER_REQUEST_ON_STACK()
[PATCH 00/11] crypto: caam - add DPAA2 (DPSECI) driver
2018-09-11 5:20 UTC (17+ messages)
` [PATCH 01/11] bus: fsl-mc: add support for dpseci device type
` [PATCH 02/11] Revert "staging: fsl-mc/dpio: remove couple of unused functions"
` [PATCH 03/11] soc: fsl: dpio: add frame list format support
` [PATCH 04/11] soc: fsl: dpio: add congestion notification support
` [PATCH 05/11] crypto: caam - add DPAA2-CAAM (DPSECI) backend API
` [PATCH 06/11] crypto: caam - add Queue Interface v2 error codes
` [PATCH 07/11] crypto: caam/qi2 - add DPAA2-CAAM driver
` [RFC PATCH] crypto: dpaa2_caam_iova_to_virt() can be static
` [PATCH 08/11] crypto: caam/qi2 - add skcipher algorithms
` [PATCH 09/11] crypto: caam - export ahash shared descriptor generation
` [PATCH 10/11] crypto: caam/qi2 - add support for ahash algorithms
` [PATCH 11/11] arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
rng_dev_read: Kernel memory exposure attempt detected from SLUB object 'kmalloc-64'
2018-09-10 20:42 UTC (4+ messages)
[PATCH 0/4] arm64: wire CRC32 instructions into core crc32 routines
2018-09-10 15:45 UTC (12+ messages)
` [PATCH 1/4] lib/crc32: make core crc32() routines weak so they can be overridden
` [PATCH 2/4] arm64: cpufeature: add feature for CRC32 instructions
` [PATCH 4/4] crypto: arm64/crc32 - remove PMULL based CRC32 driver
[PATCH 0/4] crypto: arm64/aes-blk - cleanups and optimizations for XTS/CTS-CBC
2018-09-10 14:41 UTC (5+ messages)
` [PATCH 1/4] crypto: arm64/aes-blk - remove pointless (u8 *) casts
` [PATCH 2/4] crypto: arm64/aes-blk - revert NEON yield for skciphers
` [PATCH 3/4] crypto: arm64/aes-blk - add support for CTS-CBC mode
` [PATCH 4/4] crypto: arm64/aes-blk - improve XTS mask handling
[PATCH v2 0/2] crypto: lrw - Simplify and optimize the LRW template
2018-09-10 11:31 UTC (3+ messages)
` [PATCH v2 1/2] crypto: lrw - Optimize tweak computation
` [PATCH v2 2/2] crypto: lrw - Do not use auxiliary buffer
[PATCH] crypto: cavium/nitrox - use dma_pool_zalloc()
2018-09-10 8:24 UTC
[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs
2018-09-10 7:47 UTC (2+ messages)
[PATCH 0/5] crypto: arm - enable module autoloading
2018-09-10 7:01 UTC (4+ messages)
` [PATCH 1/5] crypto: arm/aes-ce - enable module autoloading based on CPU feature bits
[PATCH v3] crypto: xts - Drop use of auxiliary buffer
2018-09-10 6:55 UTC (3+ messages)
[PATCH] net/sock: move memory_allocated over to percpu_counter variables
2018-09-09 18:38 UTC (8+ messages)
[RFC/RFT PATCH] crypto: arm64/aes-ce - add support for CTS-CBC mode
2018-09-08 11:42 UTC
[PATCH 0/2] crpyto: lrw - Simplify and optimize the LRW template
2018-09-07 11:27 UTC (3+ messages)
` [PATCH 1/2] crypto: lrw - Optimize tweak computation
` [PATCH 2/2] crypto: lrw - Do not use auxiliary buffer
[PATCH 1/1] crypto: cavium/nitrox - Added support for SR-IOV configuration
2018-09-07 7:01 UTC
[PATCH] crypto: Adds user space interface for ALG_SET_KEY_TYPE
2018-09-07 6:40 UTC
[PATCH 0/2] crypto: Remove VLA usage from skcipher
2018-09-06 22:23 UTC (19+ messages)
` [PATCH 1/2] crypto: skcipher: Allow crypto_skcipher_set_reqsize() to fail
` [PATCH 2/2] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
KASAN: use-after-free Read in sha512_mb_flusher
2018-09-06 17:21 UTC (3+ messages)
[PATCH v2] crypto: xts - Drop use of auxiliary buffer
2018-09-05 15:30 UTC (3+ messages)
[PATCH] dm-crypt and dm-integrity: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a deadlock
2018-09-05 13:17 UTC
[PATCH] crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
2018-09-05 7:26 UTC
[PATCH 0/6] crypto: vf-crc - Add new driver (and required clk, DTS...)
2018-09-04 13:36 UTC (5+ messages)
` [PATCH 1/6] dt-bindings: crypto: Add Freescale Vybrid CRC
` [PATCH 2/6] clk: imx: vf610: Add CRC clock
[PATCH 1/4] crypto: Introduce notifier for new crypto algorithms
2018-09-04 13:30 UTC (4+ messages)
` [PATCH v2 1/3] "
[PATCH v8 0/9] crypto: Remove VLA usage
2018-09-04 5:50 UTC (7+ messages)
` [PATCH v8 5/9] dm: Remove VLA usage from hashes
` [PATCH v8 9/9] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
[PATCH v2] crypto: arm/chacha20 - faster 8-bit rotations and other optimizations
2018-09-04 5:22 UTC (2+ messages)
[PATCH 0/2] crypto: arm64/crct10dif - refactor and implement non-Crypto Extension version
2018-09-04 5:21 UTC (2+ messages)
[PATCH v2] crypto: arm64/aes-modes - get rid of literal load of addend vector
2018-09-04 5:20 UTC (2+ messages)
[PATCH v2] crypto: arm/ghash-ce - implement support for 4-way aggregation
2018-09-04 5:20 UTC (2+ messages)
[PATCH] crypto: x86 - remove SHA multibuffer routines and mcryptd
2018-09-04 5:19 UTC (5+ messages)
[PATCH] crypto: remove speck
2018-09-04 4:55 UTC (3+ messages)
` [PATCH v2] crypto: remove Speck
[PATCH] crypto: xts - Drop use of auxiliary buffer
2018-09-04 3:38 UTC (2+ messages)
[PATCH v2 0/2] crypto: Implement a generic crypto statistics
2018-09-03 19:22 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] crypto: tools: Add cryptostat userspace
Question about pe file verification
2018-09-03 8:31 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).