Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2012-11-19 18:34:24 to 2013-01-21 16:40:59 UTC [more...]

[PATCH] CMAC support for CryptoAPI, fixed patch issues, indent, and testmgr build issues
 2013-01-21 16:40 UTC  (3+ messages)

[PATCH 7/15] drivers/crypto/atmel-aes.c: adjust duplicate test
 2013-01-21 13:02 UTC 

[PATCH][RFC] crypto: tcrypt - Ahash tests changed to run in parallel
 2013-01-20 12:24 UTC  (10+ messages)

[cryptodev:master 22/36] arch/x86/crypto/crc32-pclmul_asm.S:87:2: warning: #warning Using 32bit code support
 2013-01-20  7:05 UTC  (3+ messages)

[PATCH 00/12] crypto: x86 assembler cleanups
 2013-01-20  0:13 UTC  (15+ messages)
` [PATCH 01/12] crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
` [PATCH 02/12] crypto: aesni-intel - add ENDPROC statements for assembler functions
` [PATCH 03/12] crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
` [PATCH 04/12] crypto: camellia-x86_64/aes-ni: "
` [PATCH 05/12] crypto: cast5-avx: "
` [PATCH 06/12] crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions
` [PATCH 07/12] crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
` [PATCH 08/12] crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions
` [PATCH 09/12] crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
` [PATCH 10/12] crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
` [PATCH 11/12] crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC
` [PATCH 12/12] crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels

[PATCH] crypto: testmgr - add test vector for fcrypt
 2013-01-20  0:13 UTC  (3+ messages)

[PATCH] crypto: omap-sham - Fix compile errors when CONFIG_OF not defined
 2013-01-20  0:13 UTC  (3+ messages)

[PATCH v4] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation
 2013-01-20  0:13 UTC  (9+ messages)

[PATCH v2] crypto: s5p-sss - Use devm_clk_get()
 2013-01-20  0:13 UTC  (2+ messages)

[PATCH v2 00/10] crypto: omap-aes - Updates & New Functionality
 2013-01-20  0:12 UTC  (12+ messages)
` [PATCH v2 01/10] crypto: omap-aes - Remmove unnecessary pr_info noise
` [PATCH v2 02/10] crypto: omap-aes - Don't reset controller for every operation
` [PATCH v2 03/10] crypto: omap-aes - Convert to use pm_runtime API
` [PATCH v2 04/10] crypto: omap-aes - Add suspend/resume support
` [PATCH v2 05/10] crypto: omap-aes - Add code to use dmaengine API
` [PATCH v2 06/10] crypto: omap-aes - Remove usage of private DMA API
` [PATCH v2 07/10] crypto: omap-aes - Add Device Tree Support
` [PATCH v2 08/10] crypto: omap-aes - Convert to dma_request_slave_channel_compat()
` [PATCH v2 09/10] crypto: omap-aes - Add OMAP4/AM33XX AES Support
` [PATCH v2 10/10] crypto: omap-aes - Add CTR algorithm Support

[PATCH 2/2] drivers/crypto/bfin_crc.c: reposition free_irq to avoid access to invalid data
 2013-01-20  0:12 UTC  (2+ messages)

[RFC 0/1] ima/evm: signature verification support using asymmetric keys
 2013-01-18 15:16 UTC  (7+ messages)
` [RFC 1/1] ima: digital signature verification "

[PATCH 1/3] KEYS: Load *.x509 files into kernel keyring
 2013-01-17 21:20 UTC  (6+ messages)
` [PATCH 2/3] KEYS: Separate the kernel signature checking keyring from module signing
` [PATCH 3/3] KEYS: Add a 'trusted' flag and a 'trusted only' flag

[PATCH] crypto: tcrypt - removed unused variable
 2013-01-16  5:48 UTC 

[PATCH v2.1 0/1] dm-integrity: integrity protection device-mapper target
 2013-01-16  0:21 UTC  (3+ messages)
` [PATCH v2.1 1/1] "
` [dm-devel] [PATCH v2.1 0/1] "

[PATCH 0/2] crypto: caam - Fix bugs in hashing module
 2013-01-11 10:03 UTC  (3+ messages)
` [PATCH 1/2] crypto: caam - Fix DMA size in descriptor in ahash_digest()
` [PATCH 2/2] crypto: caam - improve init for context state saves

[PATCH] crypto: caam - fix job ring cleanup code
 2013-01-10 11:06 UTC 

[PATCH] crypto: caam - Fix missing init of '.type' in AEAD algos
 2013-01-09 21:46 UTC  (2+ messages)

[PATCH] crypto: tcrypt - Ahash tests changed to run in parallel
 2013-01-09  8:21 UTC 

[PATCH] crypto: testmgr - add aead cbc des, des3_ede tests
 2013-01-09  7:17 UTC 

[PATCH] crypto: s5p-sss - Use devm_clk_get()
 2013-01-09  1:57 UTC 

[PATCH 00/10] crypto: omap-aes - Updates & New Functionality
 2013-01-08 19:06 UTC  (14+ messages)
` [PATCH 01/10] crypto: omap-aes - Remmove unnecessary pr_info noise
` [PATCH 02/10] crypto: omap-aes - Don't reset controller for every operation
` [PATCH 03/10] crypto: omap-aes - Convert to use pm_runtime API
` [PATCH 04/10] crypto: omap-aes - Add suspend/resume support
` [PATCH 05/10] crypto: omap-aes - Add code to use dmaengine API
` [PATCH 06/10] crypto: omap-aes - Remove usage of private DMA API
` [PATCH 07/10] crypto: omap-aes - Add Device Tree Support
` [PATCH 08/10] crypto: omap-aes - Convert to dma_request_slave_channel_compat()
` [PATCH 09/10] crypto: omap-aes - Add OMAP4/AM33XX AES Support
` [PATCH 10/10] crypto: omap-aes - Add CTR algorithm Support

[RFC PATCH 0/3] Make rfc3686 template work with asynchronous block ciphers
 2013-01-08  7:04 UTC  (10+ messages)
` [RFC PATCH 1/3] xfrm_algo: probe asynchronous block ciphers instead of synchronous
` [RFC PATCH 2/3] crypto: ctr - make rfc3686 asynchronous block cipher
` [RFC PATCH 3/3] crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead

[PATCH] crypto: testmgr - add aead cbc aes hmac sha384 test vectors
 2013-01-08  4:49 UTC 

[PATCH 0/9] crypto: omap-sham - Updates & New Functionality
 2013-01-05 10:44 UTC  (11+ messages)
` [PATCH 1/9] crypto: omap-sham - Remove unnecessary pr_info noise
` [PATCH 2/9] crypto: omap-sham - Convert to use pm_runtime API
` [PATCH 3/9] crypto: omap-sham - Add suspend/resume support
` [PATCH 4/9] crypto: omap-sham - Add code to use dmaengine API
` [PATCH 5/9] crypto: omap-sham - Remove usage of private DMA API
` [PATCH 6/9] crypto: omap-sham - Add Device Tree Support
` [PATCH 7/9] crypto: omap-sham - Convert to dma_request_slave_channel_compat()
` [PATCH 8/9] crypto: omap-sham - Add OMAP4/AM33XX SHAM Support
` [PATCH 9/9] crypto: omap-sham - Add SHA224 and SHA256 Support

[PATCH v3] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation
 2013-01-05 10:43 UTC  (2+ messages)

Workaround for tcrypt bug?
 2012-12-28 20:01 UTC  (8+ messages)

[PATCH 0/3] Update LZO compression
 2012-12-21  2:03 UTC  (5+ messages)

[PATCHv2 0/1] dm-integrity: integrity protection device-mapper target
 2012-12-18 15:30 UTC  (4+ messages)
` [PATCHv2 1/1] "

crypto: omap-aes - fix a build error
 2012-12-14 10:32 UTC 

Crypto Update for 2.6.35
 2012-12-14 10:31 UTC  (10+ messages)
` Crypto Update for 2.6.36
    ` Crypto Update for 2.6.38
      ` 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

[PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."
 2012-12-13  4:04 UTC  (4+ messages)

crypto: Kernel crashes at crypto_alg_mod_lookup
 2012-12-09 20:09 UTC  (4+ messages)

[RESEND][PATCH] drivers/crypto:caam:get_user_pages requires kmap before access
 2012-12-09 20:10 UTC 

Tcrypt hmac(crc32) test can work only on Blackfin
 2012-12-06  9:58 UTC  (7+ messages)

[PATCHv2] crypto: caam - Updated SEC-4.0 device tree binding for ERA information
 2012-12-06  9:20 UTC  (2+ messages)

[PATCH] crypto: testmgr - remove superfluous initializers for xts(aes)
 2012-12-06  9:20 UTC  (2+ messages)

[PATCH] crypto: allow compression algs in fips mode
 2012-12-06  9:20 UTC  (2+ messages)

[PATCH] crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel
 2012-12-06  9:20 UTC  (3+ messages)

[PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests
 2012-12-06  9:19 UTC  (4+ messages)
` [PATCH 2/2] crypto: testmgr - clean alg_test_null entries in alg_test_descs[]

[PATCH] crypto: cast5/cast6 - move lookup tables to shared module
 2012-12-06  9:19 UTC  (5+ messages)

[PATCH 0/7] crypto: omap-aes updates
 2012-12-05 10:28 UTC  (12+ messages)
` [PATCH 1/7] ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod
` [PATCH 2/7] ARM: OMAP3xxx: hwmod: Convert AES crypto device "
` [PATCH 3/7] ARM: OMAP2+: Remove unnecessary message when no AES IP is present
` [PATCH 4/7] crypto: omap-aes: Remove cpu_is/omap_type check from driver
` [PATCH 5/7] crypto: omap-aes: Convert to use pm_runtime API
` [PATCH 6/7] crypto: omap-aes: Add code to use dmaengine API
` [PATCH 7/7] crypto: omap-aes: Remove usage of private DMA API

[PATCH v4 0/8] crypto: omap-sham updates
 2012-12-05 10:28 UTC  (12+ messages)
` [PATCH v4 1/8] ARM: OMAP2xxx: hwmod: Convert SHAM crypto device data to hwmod
` [PATCH v4 2/8] ARM: OMAP2xxx: hwmod: Add DMA support for SHAM module
` [PATCH v4 3/8] ARM: OMAP3xxx: hwmod: Convert SHAM crypto device data to hwmod
` [PATCH v4 4/8] ARM: OMAP2+: Remove unnecessary message when no SHA IP is present
` [PATCH v4 5/8] crypto: omap-sham: Remove cpu_is/omap_type check from driver
` [PATCH v4 6/8] crypto: omap-sham: Convert to use pm_runtime API
` [PATCH v4 7/8] crypto: omap-sham: Add code to use dmaengine API
` [PATCH v4 8/8] crypto: omap_sham: Remove usage of private DMA API

Question about Talitos Linux driver for MPC885
 2012-11-27 23:15 UTC  (6+ messages)

Announce loop-AES-v3.6g file/swap crypto package
 2012-11-25 14:04 UTC 

[PATCH 4/5] ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
 2012-11-21 17:45 UTC  (2+ messages)

[PATCH 225/493] crypto: remove use of __devinit
 2012-11-19 18:25 UTC  (3+ messages)
` [PATCH 303/493] crypto: remove use of __devinitdata
` [PATCH 397/493] crypto: remove use of __devexit


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