linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-15 09:51:40 to 2013-06-10 09:05:50 UTC [more...]

Crypto Fixes for 2.6.35
 2013-06-10  9:05 UTC  (11+ messages)
` Crypto Fixes for 2.6.36
  ` Crypto Fixes for 2.6.37
      ` Crypto Fixes for 2.6.39
        ` Crypto Fixes for 3.0
          ` Crypto Fixes for 3.3
            ` Crypto Fixes for 3.6
              ` Crypto Fixes for 3.7
                ` Crypto Fixes for 3.9
                  ` Crypto Fixes for 3.10

[PATCH 0/3] introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
 2013-06-08 14:28 UTC  (7+ messages)
` [PATCH 1/3] lib/scatterlist: "
` [PATCH 2/3] crypto: talitos: use sg_pcopy_to_buffer()

[PATCH 1/2] Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
 2013-06-08  9:17 UTC  (2+ messages)
` [PATCH 2/2] Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"

[PATCH] crypto: camellia-aesni-avx2 - tune assembly code for more performance
 2013-06-08  9:00 UTC 

[PATCH v2 00/10] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions
 2013-06-07 16:51 UTC  (5+ messages)
  ` [PATCH] Fix prototype definitions of sha256_transform_asm, sha512_transform_asm

[PATCH] crypto: Ignore validity dates of X.509 certificates at loading/parsing time
 2013-06-07  2:13 UTC  (4+ messages)
` [PATCH RESEND/V2] "

linux-next: Tree for Jun 5 (crypto)
 2013-06-05 21:55 UTC 

[PATCH 1/2] crypto: twofish - disable AVX2 implementation
 2013-06-05 12:26 UTC  (4+ messages)
` [PATCH 2/2] crypto: blowfish "

[PATCH] crypto: picoxcell - replace strict_strtoul() with kstrtoul()
 2013-06-05  8:54 UTC  (2+ messages)

[PATCH 1/4] crypto: dcp: Remove redundant platform_set_drvdata()
 2013-06-05  8:54 UTC  (7+ messages)
` [PATCH 2/4] crypto: dcp: Use devm_* APIs
` [PATCH 3/4] crypto: dcp: Use NULL instead of 0
` [PATCH 4/4] crypto: dcp: Staticize local symbols

[PATCH v2] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-06-05  8:53 UTC  (3+ messages)

[PATCH] crypto: sahara: fix building as module
 2013-06-05  8:42 UTC  (2+ messages)

[cryptodev:master 2/13] lib/crc-t10dif.c:42:1-3: WARNING: PTR_RET can be used
 2013-06-05  8:28 UTC 

IV is not send by kernel (ESP packet)
 2013-06-04 12:28 UTC 

[PATCH 00/39] Continuation of DMA changes in ux500 based drivers
 2013-05-30 19:06 UTC  (122+ messages)
` [PATCH 01/39] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 02/39] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
` [PATCH 03/39] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 04/39] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 05/39] ARM: ux500: Stop passing MMC's "
` [PATCH 06/39] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading
` [PATCH 07/39] dmaengine: ste_dma40: Only use addresses passed as configuration information
` [PATCH 08/39] dmaengine: ste_dma40: Remove redundant address fetching function
` [PATCH 09/39] ARM: ux500: Remove DMA address look-up table
` [PATCH 10/39] dmaengine: ste_dma40: Correct copy/paste error
` [PATCH 11/39] ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
` [PATCH 12/39] crypto: ux500/hash - Prepare clock before enabling it
` [PATCH 13/39] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 14/39] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 15/39] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 16/39] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 17/39] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 18/39] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 19/39] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball
` [PATCH 20/39] usb: musb: ux500: move channel number knowledge into the driver
` [PATCH 21/39] usb: musb: ux500: move the MUSB HDRC configuration "
` [PATCH 22/39] usb: musb: ux500: take the dma_mask from coherent_dma_mask
` [PATCH 23/39] usb: musb: ux500: harden checks for platform data
` [PATCH 24/39] usb: musb: ux500: attempt to find channels by name before using pdata
` [PATCH 26/39] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up
  ` [PATCH 25/39] usb: musb: ux500: add device tree probing support
  ` [PATCH 27/39] ARM: ux500: Remove ux500-musb platform registation when booting with DT
  ` [PATCH 28/39] ARM: ux500: Remove empty function u8500_of_init_devices()
  ` [PATCH 38/39] dmaengine: ste_dma40: Fetch the number of physical channels from DT
` [PATCH 29/39] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 30/39] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one
` [PATCH 31/39] dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones
` [PATCH 32/39] ARM: ux500: Remove recently unused stedma40_xfer_dir enums
` [PATCH 33/39] dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 34/39] dmaengine: ste_dma40: Convert data_width from register bit format to value
` [PATCH 35/39] dmaengine: ste_dma40_ll: Replace meaningless register set with comment
` [PATCH 36/39] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
` [PATCH 37/39] ARM: ux500: Stop passing DMA platform data though AUXDATA
` [PATCH 39/39] dmaengine: ste_dma40: Fetch disabled channels from DT

[PATCH] crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
 2013-05-30 10:17 UTC 

[PATCH] crypto: caam - Fixed the memory out of bound overwrite issue
 2013-05-30 10:15 UTC 

[PATCH v3] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-05-29 19:05 UTC  (2+ messages)

[PATCH] crypto: ux50: Cocci spatch "resource_size.spatch"
 2013-05-28  9:53 UTC  (2+ messages)

[PATCH 1/2] crypto: sha512_ssse3 - add sha384 support
 2013-05-28  9:53 UTC  (3+ messages)
` [PATCH 2/2] crypto: sha256_ssse3 - add sha224 support

[PATCH] crypto: sha512_generic - set cra_driver_name
 2013-05-28  9:52 UTC  (2+ messages)

[PATCH v2 1/1] crypto: Added support for Freescale's DCP co-processor
 2013-05-28  9:51 UTC  (2+ messages)

[PATCH 1/8] crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is set
 2013-05-28  9:50 UTC  (2+ messages)

[PATCH] crypto: hifn_795x - fix to pass correct device identity to free_irq()
 2013-05-28  9:10 UTC 

[PATCH v2] OMAP: AES: Don't idle/start AES device between Encrypt operations
 2013-05-28  7:42 UTC  (3+ messages)

[PATCH] crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations
 2013-05-28  5:53 UTC  (4+ messages)

Oops on 3.10-rc1 related to ssh256_ssse3
 2013-05-26 15:11 UTC 

[PATCH 5/6] crypto: ux500/cryp - Enable DT probing of the driver
 2013-05-24 11:16 UTC  (7+ messages)
` [PATCH 6/6] crypto: ux500/hash "

[PATCH][RFC] CPU Jitter random number generator (resent)
 2013-05-23  9:59 UTC  (9+ messages)

linux-next: Tree for May 15 (crypto /crct10dif)
 2013-05-21 13:46 UTC  (12+ messages)

Oops on 3.10-rc1 related to ssh256_ssse3
 2013-05-20 20:15 UTC  (2+ messages)

NIST SP800-138 availibility using kernel crypto APIs for SMB3.0 MAC generation
 2013-05-20  2:49 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).