Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2013-04-03 01:52:47 to 2013-05-15 09:51:32 UTC [more...]

[PATCH 00/39] Continuation of DMA changes in ux500 based drivers
 2013-05-15  9:51 UTC  (7+ 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 04/39] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 03/39] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 05/39] ARM: ux500: Stop passing MMC's platform data for Device Tree boots
` [PATCH 09/39] ARM: ux500: Remove DMA address look-up table

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

[cryptodev:master 2/13] crct10dif.c:undefined reference to `crypto_register_shash'
 2013-05-14  6:56 UTC 

[cryptodev:master 2/13] undefined reference to `crypto_shash_update'
 2013-05-14  4:22 UTC 

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

[PATCH] crypto: remove dependency on EXPERIMENTAL
 2013-05-14  2:38 UTC  (2+ messages)

[PATCH] crypto: caam - fix inconsistent assoc dma mapping direction
 2013-05-14  2:38 UTC  (3+ messages)

[PATCH 1/2] crypto: mv_cesa: Remove redundant platform_set_drvdata()
 2013-05-14  2:36 UTC  (3+ messages)
` [PATCH 2/2] crypto: s5p-sss: "

[PATCH] drivers: crypto: use devm_ioremap_resource()
 2013-05-14  2:35 UTC  (2+ messages)

[PATCH v3 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-05-14  2:35 UTC  (7+ messages)
` [PATCH v3 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH v3 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH v3 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH v3 4/4] Simple correctness and speed test for CRCT10DIF hash

[PATCH] crypto: caam - FIX RNG init for RNG greater than equal to 4
 2013-05-14  2:35 UTC  (3+ messages)

[PATCH][RFC] CPU Jitter random number generator
 2013-05-13 15:32 UTC 

[PATCH 8/8] crypto: caam - add missing flag for the LOAD/STORE commands
 2013-05-13 14:53 UTC 

[PATCH 1/8] crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is set
 2013-05-13 14:37 UTC 

[PATCH 7/8] crypto: caam - Add define for Adjust Output Frame Length in PDB
 2013-05-13 14:53 UTC 

[PATCH 6/8] crypto: caam - Add defines for CAAM commands
 2013-05-13 14:52 UTC 

[PATCH 5/8] crypto: caam - Add defines for overwriting Descriptor's memory
 2013-05-13 14:52 UTC 

[PATCH 4/8] crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)
 2013-05-13 14:52 UTC 

[PATCH 3/8] crypto: caam - Add MATH command to support shld function
 2013-05-13 14:52 UTC 

[PATCH 2/8] crypto: caam - Fix STORE command to support overwriting Shared Descriptor's memory
 2013-05-13 14:50 UTC 

Build regressions/improvements in v3.10-rc1 (crypto/parisc)
 2013-05-12 20:49 UTC 

[RFC] Freescale DCP crypto acceleration
 2013-05-10  6:27 UTC  (3+ messages)
` [PATCH 1/1] crypto: Added support for Freescale's DCP co-processor

[PATCH 2/2] crypto: s5p-sss: remove unnecessary platform_set_drvdata()
 2013-05-09 22:32 UTC  (2+ messages)

[PATCH 36/63] crypto: ux500/hash - Prepare clock before enabling it
 2013-05-08 13:59 UTC  (7+ messages)
` [PATCH 37/63] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 39/63] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 40/63] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 42/63] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog

[PATCH 1/8] crypto: ux500/hash - Prepare clock before enabling it
 2013-05-08 13:57 UTC  (7+ messages)
` [PATCH 2/8] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 4/8] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 5/8] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 7/8] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog

dringender Vorschlag
 2013-05-08  8:46 UTC 

[PATCH] drivers/crypto/nx: fixes for multiple issues
 2013-05-06 21:55 UTC  (4+ messages)

[ANNOUNCE] Linux Security Summit 2013 - CFP
 2013-05-06  9:18 UTC 

[PATCH 1/2] crypto: mv_cesa: remove unnecessary platform_set_drvdata()
 2013-05-06  5:12 UTC  (2+ messages)

[PATCH] crypto: Ignore validity dates of X.509 certificates at loading/parsing time
 2013-05-02 14:09 UTC  (2+ messages)
` [PATCH RESEND/V2] "

[PATCH v2 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-05-02  2:59 UTC  (13+ messages)
` [PATCH v2 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH v2 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH v2 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH v2 4/4] Simple correctness and speed test for CRCT10DIF hash

Crypto Update for 2.6.38
 2013-05-02  1:47 UTC  (10+ messages)
  ` Crypto Update for 2.6.39
    ` Crypto Update for 2.6.40
      ` Crypto Update for 3.1
        ` Crypto Update for 3.2
          ` Crypto Update for 3.3
            ` Crypto Update for 3.7
              ` Crypto Update for 3.8
                ` Crypto Update for 3.9
                  ` Crypto Update for 3.10

[PATCH 1/9] crypto: ux500/hash - Prepare clock before enabling it
 2013-04-30 10:08 UTC  (29+ messages)
  ` [PATCH 1/9 v2] "
` [PATCH 2/9] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 4/9] crypto: ux500/cryp - Prepare clock before enabling it
  ` [PATCH 4/9 v2] "
` [PATCH 5/9] crypto: ux500/cryp - Fix compile error
` [PATCH 6/9] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 8/9] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog

[PATCH 0/2] crypto: added support for fsl-dcp on iMX23,28,50
 2013-04-29 19:58 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

Announce loop-AES-v3.6h file/swap crypto package
 2013-04-29 11:10 UTC 

[PATCH 1/2] lib: Add lz4 compressor module
 2013-04-26 19:46 UTC  (8+ messages)

[PATCHv1] crypto: caam - fix job ring cleanup code
 2013-04-25 14:18 UTC  (3+ messages)

[RFC PATCH 0/6] Add AVX2 accelerated implementations for Blowfish, Twofish, Serpent and Camellia
 2013-04-25 14:18 UTC  (8+ messages)
` [RFC PATCH 1/6] crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2
` [RFC PATCH 2/6] crypto: tcrypt - add async cipher speed tests for blowfish
` [RFC PATCH 3/6] crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
` [RFC PATCH 4/6] crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher
` [RFC PATCH 5/6] crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
` [RFC PATCH 6/6] crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher

[PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
 2013-04-25 13:06 UTC  (2+ messages)

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

[PATCH] ARM: crypto: fix stack frame handling in SHA1 asm code
 2013-04-25 12:51 UTC 

Fwd: crypto accelerator driver problems
 2013-04-25  9:31 UTC  (6+ messages)

Crypto Fixes for 2.6.35
 2013-04-22  0:34 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

[PATCH] crypto: algif - suppress sending source address information in recvmsg
 2013-04-21 19:14 UTC  (5+ messages)

[PATCH 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation
 2013-04-17 18:20 UTC  (9+ messages)
` [PATCH 1/4] Wrap crc_t10dif function all to use crypto transform framework
` [PATCH 2/4] Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
` [PATCH 3/4] Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
` [PATCH 4/4] Simple correctness and speed test for CRCT10DIF hash

[PATCH] algif_skcipher: Avoid crash if buffer is not multiple of cipher block size
 2013-04-14 16:17 UTC  (2+ messages)

linux-next: Tree for Apr 11 [ crypto: aesni-intel ]
 2013-04-12 14:46 UTC  (4+ messages)

[PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug
 2013-04-10 20:04 UTC  (4+ messages)
` Fwd: "

[PATCH 1/5] crypto: x86 - add more optimized XTS-mode for serpent-avx
 2013-04-10  3:32 UTC  (6+ messages)
` [PATCH 2/5] crypto: x86/twofish-avx - use optimized XTS code
` [PATCH 3/5] crypto: cast6-avx: use new "
` [PATCH 4/5] crypto: x86/camellia-aesni-avx - add more "
` [PATCH 5/5] crypto: aesni_intel - add more optimized XTS mode for x86-64

[PATCH 1/2] crypto: add CMAC support to CryptoAPI
 2013-04-10  3:32 UTC  (7+ messages)
` [PATCH 2/2] xfrm: add rfc4494 AES-CMAC-96 support

[PATCH 1/4] crypto: gcm - make GMAC work when dst and src are different
 2013-04-10  3:32 UTC  (5+ messages)
` [PATCH 2/4] crypto: gcm - fix rfc4543 to handle async crypto correctly
` [PATCH 3/4] crypto: testmgr - add AES GMAC test vectors
` [PATCH 4/4] crypto: testmgr - add empty test vectors for null ciphers

[PATCH] crypto: proc - Clean up
 2013-04-09 13:47 UTC 

questions of crypto async api
 2013-04-09  1:19 UTC  (4+ messages)

[PATCH] crypto: ux500: add missing comma
 2013-04-05 13:02 UTC  (2+ messages)

[PATCH v0] Add SHA-3 hash algorithm
 2013-04-04  0:29 UTC  (2+ messages)

[PATCHv2 0/2] add devicetree support for timeriomem_rng
 2013-04-03  1:55 UTC 

[PATCH 1/1] crypto: crc32-pclmul - Use gas macro for pclmulqdq
 2013-04-03  1:54 UTC 

[PATCH v2 1/2] crypto: caam - change key gen functions to return signed int
 2013-04-03  1:53 UTC  (2+ messages)

[PATCH] crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructions
 2013-04-03  1:52 UTC  (2+ messages)

[PATCH -next] crypto: ux500 - fix error return code in hash_dma_final()
 2013-04-03  1:52 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox