messages from 2015-01-26 20:42:15 to 2015-02-27 12:40:48 UTC [more...]
[PATCH 00/10] omap3 crypto fixes
2015-02-27 12:40 UTC (13+ messages)
` [PATCH 01/10] ARM: OMAP2+: Return correct error values from device and hwmod
` [PATCH 02/10] ARM: OMAP3: Fix crypto support for HS devices
` [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices
` [PATCH 04/10] crypto: omap-sham: Check for return value from pm_runtime_get_sync
` [PATCH 05/10] ARM: dts: omap3 hs: Remove timer12
` [PATCH 06/10] ARM: dts: omap3: Add missing dmas for crypto
` [PATCH 07/10] ARM: dts: n9/n950: Enable omap crypto support
` [PATCH 08/10] ARM: dts: n900: Enable omap sham and include directly omap34xx.dtsi
` [PATCH 09/10] ARM: dts: omap3-tao3530: Include "
` [PATCH 10/10] ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi
[PATCH 0/5] crypto: talitos: Add crypto async queue handling
2015-02-27 11:03 UTC (11+ messages)
` [PATCH 1/5] crypto: talitos: Simplify per-channel initialization
` [PATCH 2/5] crypto: talitos: Remove MD5_BLOCK_SIZE
` [PATCH 3/5] crypto: talitos: Fix off-by-one and use all hardware slots
` [PATCH 4/5] crypto: talitos: Reorganize request submission data structures
` [PATCH 5/5] crypto: talitos: Add software backlog queue handling
[PATCH] crypto: tcrypt speed: fix filter for aead algorithms
2015-02-27 11:14 UTC (3+ messages)
[PATCH v12 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-02-27 10:26 UTC (6+ messages)
` [PATCH v12 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v12 2/2] crypto: AF_ALG: enable AEAD interface compilation
[PATCH] crypto: sha-mb: Fix big integer constant sparse warning
2015-02-27 9:53 UTC (2+ messages)
[PATCH v1 0/5] crypto: ccp - CCP driver updates 2015-01-28
2015-02-27 9:51 UTC
[PATCH v2 1/3] SHA256 for PPC/SPE - assembler
2015-02-27 9:51 UTC (2+ messages)
` [v2,1/3] crypto: ppc/sha256 "
How to deal with backlog messages in crypto driver
2015-02-26 18:10 UTC
[PATCH] ARM: crypto: update NEON AES module to latest OpenSSL version
2015-02-26 7:22 UTC
[BISECTED] 4943ba16 ("include crypto- module prefix") breaks wifi
2015-02-25 21:50 UTC (7+ messages)
[PATCH v1 1/3] SHA1 for PPC/SPE - assembler
2015-02-25 12:21 UTC (3+ messages)
` AW: "
Nokia N900: omap aes is broken
2015-02-25 10:18 UTC (10+ messages)
multiple simultaneous crypto sessions from a crypto driver
2015-02-25 4:03 UTC
[PATCH v1 3/3] SHA1 for PPC/SPE - kernel config
2015-02-24 19:36 UTC
[PATCH v1 2/3] SHA1 for PPC/SPE - glue
2015-02-24 19:36 UTC
[PATCH v1 0/3] SHA1 for PPC/SPE
2015-02-24 19:36 UTC
[dm-crypt] cryptsetup problem on Raspberry Pi 2 w 512bit key-size (works on Raspberry Pi 1, x86_64, 256bit)
2015-02-23 23:02 UTC (2+ messages)
How to test Export and Imports methods in a crypto driver
2015-02-23 17:21 UTC
communicating from the user space
2015-02-23 15:47 UTC (15+ messages)
GCM / seqiv and SP800-38D
2015-02-23 13:32 UTC
[PATCH v2 7/7] AES for PPC/SPE - kernel config
2015-02-22 9:00 UTC
[PATCH v2 6/7] AES for PPC/SPE - glue code
2015-02-22 9:00 UTC
[PATCH v2 5/7] AES for PPC/SPE - ECB/CBC/CTR/XTS modes
2015-02-22 9:00 UTC
[PATCH v2 4/7] AES for PPC/SPE - key handling
2015-02-22 8:59 UTC
[PATCH v2 3/7] AES for PPC/SPE - assembler core
2015-02-22 8:59 UTC
[PATCH v2 2/7] AES for PPC/SPE - aes tables
2015-02-22 8:59 UTC
[PATCH v2 1/7] AES for PPC/SPE - register defines
2015-02-22 8:59 UTC
[PATCH v2 0/7] AES for PPC/SPE
2015-02-22 8:59 UTC
Intermediate Hash states
2015-02-20 20:57 UTC (4+ messages)
[PATCH 0/2] crypto: talitos: Add AES-XTS mode
2015-02-20 17:00 UTC (3+ messages)
` [PATCH 1/2] crypto: talitos: Clean ups and comment fixes for ablkcipher commands
` [PATCH 2/2] crypto: talitos: Add AES-XTS Support
[PATCH] arm64: crypto: increase AES interleave to 4x
2015-02-20 16:16 UTC (3+ messages)
Intermediate Hash states
2015-02-20 8:30 UTC
[PATCH v3] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when, checking and disabling TRNG
2015-02-20 4:37 UTC
[PATCH v2] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
2015-02-20 1:17 UTC
[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
2015-02-20 0:23 UTC
GCM / seqiv and SP800-38D
2015-02-19 6:56 UTC
[PATCH 0/4] hw_random: bcm63xx-rng: misc cleanups and reorg
2015-02-17 11:35 UTC (6+ messages)
` [PATCH 1/4] hw_random: bcm63xx-rng: drop bcm_{readl,writel} macros
` [PATCH 2/4] hw_random: bcm63xx-rng: move register definitions to driver
` [PATCH 3/4] MIPS: BCM63xx: remove RSET_RNG register definitions
` [PATCH 4/4] hw_random: bcm63xx-rng: use devm_* helpers
[ANNOUNCE] 3.18.7-rt1
2015-02-16 18:13 UTC
[PATCH v1 2/7] AES for PPC/SPE - aes tables
2015-02-16 17:18 UTC (4+ messages)
` AW: "
[PATCH v1 7/7] AES for PPC/SPE - kernel config
2015-02-16 12:46 UTC
[PATCH v1 6/7] AES for PPC/SPE - glue code
2015-02-16 12:46 UTC
[PATCH v1 5/7] AES for PPC/SPE - ECB/CBC/CTR/XTS modes
2015-02-16 12:45 UTC
[PATCH v1 4/7] AES for PPC/SPE - key handling
2015-02-16 12:45 UTC
[PATCH v1 3/7] AES for PPC/SPE - assembler core
2015-02-16 12:45 UTC
[PATCH v1 1/7] AES for PPC/SPE - register defines
2015-02-16 12:45 UTC
[PATCH v1 0/7] AES for PPC/SPE
2015-02-16 12:45 UTC
work with
2015-02-16 5:39 UTC
Crypto Update for 3.8
2015-02-14 9:43 UTC (11+ messages)
` Crypto Update for 3.9
` Crypto Update for 3.12
` Crypto Update for 3.13
` Crypto Update for 3.14
` Crypto Update for 3.15
` Crypto Update for 3.16
` Crypto Update for 3.17
` Crypto Update for 3.18
` Crypto Update for 3.19
` Crypto Update for 3.20
fallback mechanism in HASH drivers implimentetion
2015-02-14 2:57 UTC
AW: Best way to align key in AES context
2015-02-14 0:59 UTC (4+ messages)
` AW: "
Understanding HASH(SHA) Driver implementation
2015-02-13 18:31 UTC
AF_ALG interface not marking the end of the scatter-gather list
2015-02-13 15:02 UTC (3+ messages)
rfc4543 testvectors in testmgr.h kernel
2015-02-11 9:19 UTC (2+ messages)
Announce loop-AES-v3.7c file/swap crypto package
2015-02-10 8:07 UTC
[PATCH v3 12/18] crypto: switch af_alg_make_sg() to iov_iter
2015-02-09 17:30 UTC (5+ messages)
[PATCH RFC v2] crypto: sahara: pass on error condition
2015-02-07 11:27 UTC
[PATCH 2/2 RFC] crypto: sahara: pass on error condition
2015-02-07 11:17 UTC
[PATCH 1/2] crypto: sahara: fix type of ret for wait_for_completion_timeout
2015-02-07 11:17 UTC
[PATCH] crypto: sahara: drop unnecessary default assignment
2015-02-07 11:16 UTC
[PATCH] crypto: mxs-dcp: fix type of ret for wait_for_completion_timeout
2015-02-07 8:09 UTC
[PATCH] crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
2015-02-06 18:25 UTC
[PATCHv2 7/7] Enabling VMX module for PPC64
2015-02-06 16:59 UTC
[PATCHv2 6/7] Add support for VMS instructions by ASM
2015-02-06 16:59 UTC
[PATCHv2 5/7] Adding GHASH routines for VMX module
2015-02-06 16:59 UTC
[PATCHv2 4/7] Adding CTR routines for VMX module
2015-02-06 16:58 UTC
[PATCHv2 3/7] Adding CBC routines for VMX module
2015-02-06 16:57 UTC
[PATCHv2 2/7] Adding AES routines for VMX module
2015-02-06 16:57 UTC
[PATCHv2 1/7] Adding VMX module for Power 8
2015-02-06 16:56 UTC
[PATCHv2 0/7] Add VMX module for PPC64
2015-02-06 16:54 UTC
[PATCH 7/7] Enabling VMX module for PPC64
2015-02-06 16:41 UTC (3+ messages)
[PATCH 6/7] Add support for VMS instructions by ASM
2015-02-05 17:20 UTC
[PATCH 5/7] Adding GHASH routines for VMX module
2015-02-05 17:20 UTC
[PATCH 4/7] Adding CTR routines for VMX module
2015-02-05 17:19 UTC
[PATCH 3/7] Adding CBC routines for VMX module
2015-02-05 17:18 UTC
[PATCH 2/7] Adding AES routines for VMX module
2015-02-05 17:17 UTC
[PATCH 1/7] Adding VMX module for Power 8
2015-02-05 17:16 UTC
[PATCH 0/7] Add VMX module for PPC64
2015-02-05 17:14 UTC
[PATCH] crypto: tcrypt: do not allocate iv on stack for aead speed tests
2015-02-04 10:01 UTC (2+ messages)
[PATCH v1 0/5] crypto: ccp - CCP driver updates 2015-01-28
2015-02-03 19:07 UTC (6+ messages)
` [PATCH v1 1/5] crypto: ccp - Updates for checkpatch warnings/errors
` [PATCH v1 2/5] crypto: ccp - Update CCP build support
` [PATCH v1 3/5] crypto: ccp - Use dma_set_mask_and_coherent to set DMA mask
` [PATCH v1 4/5] crypto: ccp - Convert calls to their devm_ counterparts
` [PATCH v1 5/5] crypto: ccp - Add ACPI support
[PATCH 0/3] crypto: algif - change algif_skcipher to be asynchronous
2015-02-02 16:40 UTC (8+ messages)
` [PATCH 1/3] net: socket: enable async read and write
` [PATCH 2/3] crypto: af_alg - Allow to link sgl
` [PATCH 3/3] crypto: algif - change algif_skcipher to be asynchronous
CONGRATULATION!!!
2015-02-02 14:26 UTC
[PATCH v2 12/18] crypto: switch af_alg_make_sg() to iov_iter
2015-02-02 7:59 UTC
[PATCH] crypto: make public_key_subtype data structure read only
2015-02-02 2:52 UTC
trust you
2015-02-01 10:22 UTC
[PATCH v2 3/3] SHA256 for PPC/SPE - kernel config
2015-01-30 14:39 UTC
[PATCH v2 2/3] SHA256 for PPC/SPE - glue
2015-01-30 14:39 UTC
[PATCH v2 0/3] SHA256 for PPC/SPE
2015-01-30 14:39 UTC
[PATCH v1 0/3] SHA256 for PPC/SPE
2015-01-30 13:41 UTC (2+ messages)
` AW: "
[PATCH V2 1/2] crypto: Add Imagination Technologies hw hash accelerator
2015-01-28 19:19 UTC (3+ messages)
[PATCH] crypto: testmgr: limit IV copy length in aead tests
2015-01-28 9:03 UTC
[PATCH] MPILIB: avoid assembler warning
2015-01-28 16:42 UTC (2+ messages)
[PATCH] crypto: tcrypt: fix buflen reminder calculation
2015-01-27 9:54 UTC
[PATCH] crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
2015-01-26 20:38 UTC (5+ messages)
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).