linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-02 14:56:27 to 2015-02-28 16:44:58 UTC [more...]

[PATCH 00/10] omap3 crypto fixes
 2015-02-28 16:44 UTC  (22+ 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

GCM / seqiv and SP800-38D
 2015-02-28 12:08 UTC  (3+ messages)

[PATCH] crypto: mxs-dcp: fix type of ret for wait_for_completion_timeout
 2015-02-28 10:33 UTC  (2+ messages)
` crypto: mxs-dcp - "

[PATCH] crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
 2015-02-28 10:33 UTC  (2+ messages)
`  "

[PATCHv2 0/7] Add VMX module for PPC64
 2015-02-28 10:14 UTC  (2+ messages)

[PATCH] crypto: tcrypt speed: fix filter for aead algorithms
 2015-02-28  9:13 UTC  (4+ messages)

[PATCH 1/4] crypto: caam: fix some compile warnings
 2015-02-28  6:00 UTC  (4+ messages)
` [PATCH 2/4] crypto: caam_rng: fix rng_unmap_ctx's DMA_UNMAP size problem
` [PATCH 3/4] crypto: caamhash: add two missed dma_mapping_error
` [PATCH 4/4] crypto: caamhash: replace kmalloc with kzalloc

[dm-crypt] cryptsetup problem on Raspberry Pi 2 w 512bit key-size (works on Raspberry Pi 1, x86_64, 256bit)
 2015-02-28  0:48 UTC  (3+ messages)

[PATCH RESEND 0/2] crypto: algif - change algif_skcipher to be asynchronous
 2015-02-27 19:35 UTC  (3+ messages)
` [PATCH RESEND 1/2] crypto: af_alg - Allow to link sgl
` [PATCH RESEND 2/2] crypto: algif - change algif_skcipher to be asynchronous

[PATCH] crypto: Documentation - describe internal structure
 2015-02-27 19:00 UTC 

[PATCH v12 0/2] crypto: AF_ALG: add AEAD and RNG support
 2015-02-27 18:54 UTC  (7+ messages)
` [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

[PATCH 0/2] crypto: talitos: Add AES-XTS mode
 2015-02-27 15:46 UTC  (4+ messages)
` [PATCH 1/2] crypto: talitos: Clean ups and comment fixes for ablkcipher commands
` [PATCH 2/2] crypto: talitos: Add AES-XTS Support

[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: 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 

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] 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 

[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 

[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 

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

CONGRATULATION!!!
 2015-02-02 14:26 UTC 


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