linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-07 09:23:15 to 2014-03-11 21:55:43 UTC [more...]

[RFC PATCH 00/22] staging: add skein/threefish crypto algos
 2014-03-11 21:32 UTC  (15+ messages)
` [RFC PATCH 01/22] scripts: objdiff: detect object code changes between two commits
` [RFC PATCH 02/22] staging: crypto: skein: import code from Skein3Fish.git
` [RFC PATCH 03/22] staging: crypto: skein: allow building statically
` [RFC PATCH 04/22] staging: crypto: skein: remove brg_*.h includes
` [RFC PATCH 05/22] staging: crypto: skein: remove skein_port.h
` [RFC PATCH 06/22] staging: crypto: skein: remove __cplusplus and an unneeded stddef.h
` [RFC PATCH 07/22] staging: crypto: skein: remove unneeded typedefs
` [RFC PATCH 08/22] staging: crypto: skein: remove all typedef {struct,enum}
` [RFC PATCH 09/22] staging: crypto: skein: use u8, u64 vice uint*_t
` [RFC PATCH 10/22] staging: crypto: skein: fixup pointer whitespace
` [RFC PATCH 11/22] staging: crypto: skein: cleanup whitespace around operators/punc
` [RFC PATCH 12/22] staging: crypto: skein: dos2unix, remove executable perms
` [RFC PATCH 13/22] staging: crypto: skein: fix leading whitespace
` [RFC PATCH 15/22] staging: crypto: skein: cleanup >80 character lines

[PATCH] crypto: avoid module request when lookup crypto larval of template
 2014-03-11 14:02 UTC  (3+ messages)

[PATCH 2/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - fixed whitespace
 2014-03-10 23:12 UTC  (9+ messages)

[PATCH 0/6] SP800-90A Deterministic Random Bit Generator
 2014-03-10 13:56 UTC  (9+ messages)
` [PATCH 1/6] "
  ` [PATCH 2/6] header file for DRBG
    ` [PATCH 3/6] DRBG kernel configuration options
      ` [PATCH 4/6] compile the DRBG code
        ` [PATCH 5/6] DRBG testmgr test vectors
          ` [PATCH 6/6] Add DRBG test code to testmgr

[PATCH v3] crypto: omap-sham: Map SG pages if they are HIGHMEM before accessing
 2014-03-10 12:23 UTC  (2+ messages)

[PATCH] crypto: caam - Dynamic memory allocation for caam_rng_ctx object
 2014-03-10 12:23 UTC  (3+ messages)

[RFC PATCH 0/3] take 2: repurposing blkcipher walk api for aead
 2014-03-10 12:22 UTC  (9+ messages)
` [RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform
` [RFC PATCH 2/3] crypto: allow blkcipher walks over AEAD data
` [RFC PATCH 3/3] arm64: add support for AES in CCM mode using Crypto Extensions

[PATCH][RESEND 3] hwrng: add randomness to system from rng sources
 2014-03-10 12:22 UTC  (13+ messages)

[PATCH] crypto: mxs-dcp: Optimize hashing
 2014-03-10 12:22 UTC  (2+ messages)

[PATCH] crypto: mxs-dcp: Align the bounce buffers
 2014-03-10 12:22 UTC  (2+ messages)

[PATCH] crypto: omap-des - make local functions static
 2014-03-10 12:21 UTC  (3+ messages)

[PATCH 1/3] crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macro
 2014-03-10 12:21 UTC  (5+ messages)
` [PATCH 2/3] crypto: omap-des "
` [PATCH 3/3] crypto: omap-sham "

[PATCH] crypt: bfin_crc: Remove useless SSYNC instruction and cache flush to DMA coherent memory
 2014-03-10 12:21 UTC  (3+ messages)

[PATCH 1/2] crypto: sahara: Use devm_ioremap_resource()
 2014-03-10 12:20 UTC  (3+ messages)
` [PATCH 2/2] crypto: sahara: Use return value of devm_request_irq() on error

[PATCH 1/2] SHA1 transform: x86_64 AVX2 optimization - assembly code
 2014-03-10 12:15 UTC  (2+ messages)

[PATCH 0/9 v7] crypto:s5p-sss: Add DT and Exynos support
 2014-03-10  0:19 UTC  (12+ messages)
` [PATCH 1/9 v7] crypto:s5p-sss: Use platform_get_irq() instead of _byname()
` [PATCH 2/9 v7] crypto:s5p-sss: Add device tree support
` [PATCH 3/9 v7] crypto:s5p-sss: Add support for SSS module on Exynos
` [PATCH 4/9 v7] crypto:s5p-sss: Kconfig: Let Exynos SoCs select SSS driver
` [PATCH 5/9 v7] clk: samsung exynos5250/5420: Add gate clock for SSS module
` [PATCH 6/9 v7] ARM: dts: exynos5250/5420: add dt node for sss module
` [PATCH 7/9 v7] crypto:s5p-sss: validate iv before memcpy
` [PATCH 8/9 v7] crypto:s5p-sss: Use clk_prepare/clk_unprepare
` [PATCH 9/9] crypto:s5p-sss: Look for the next request in the queue

[PATCH v2] crypto: omap-sham: kmap SG pages before appending
 2014-03-06  0:21 UTC  (6+ messages)

[PATCH 1/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106
 2014-03-03 23:04 UTC  (3+ messages)

[PATCH 2/2] Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - resend
 2014-03-03 22:23 UTC  (2+ messages)

[PATCH 0/3] crypto: Clean up ahash handling confusion
 2014-03-03  0:21 UTC  (9+ messages)
` [PATCH 1/3] crypto: Fix the pointer voodoo in unaligned ahash
` [PATCH 1/3 V2] "
  ` [PATCH 2/3 V2] crypto: Pull out the functions to save/restore request
  ` [PATCH 3/3 V2] crypto: Simplify the ahash_finup implementation

[PATCH 2/2] SHA1 transform: x86_64 AVX2 optimization - glue & build - version2
 2014-02-27 22:38 UTC 

[PATCH 2/2] SHA1 transform: x86_64 AVX2 optimization - glue & build - resend with email correction
 2014-02-27 20:12 UTC  (3+ messages)

[PATCH 2/2] SHA1 transform: x86_64 AVX2 optimization - glue & build
 2014-02-27 17:07 UTC 

Support for ECDH P-192 and P-256
 2014-02-26 22:03 UTC  (2+ messages)

[RFC][PATCH] SP800-90A DRBG
 2014-02-25 21:25 UTC 

[RFC PATCH 0/3] reworked ccm(aes) using blkcipher walk API
 2014-02-25 12:57 UTC  (4+ messages)
` [RFC PATCH 1/3] crypto: remove direct blkcipher_walk dependency on transform
` [RFC PATCH 2/3] crypto: allow blkcipher walks with no associated blkcipher transform
` [RFC PATCH 3/3] arm64: add support for AES in CCM mode using Crypto Extensions

[patch] crypto: caam - writel() arguments are swapped
 2014-02-25 12:18 UTC  (3+ messages)

[PATCH 0/3] crypto: ccp - minor code fixes
 2014-02-25 12:19 UTC  (5+ messages)
` [PATCH 1/3] crypto: ccp - Prevent a possible lost CCP command request
` [PATCH 2/3] crypto: ccp - Invoke context callback when there is a backlog error
` [PATCH 3/3] crypto: ccp - Account for CCP backlog processing

[PATCH] crypto: tegra: remove driver
 2014-02-25 12:18 UTC  (3+ messages)

[PATCH v2 0/2] Introduce omap-des driver for OMAP SoCs
 2014-02-25 12:18 UTC  (2+ messages)

[PATCH] crypto: mxs-dcp: Fix platform_get_irq() error handling
 2014-02-25 12:18 UTC  (3+ messages)

[patch] crypto: remove a duplicate checks in __cbc_decrypt()
 2014-02-25 12:18 UTC  (4+ messages)

[PATCH 1/4] crypto: picoxcell - Use devm_ioremap_resource()
 2014-02-25 12:17 UTC  (7+ messages)
` [PATCH 2/4] crypto: sahara "
` [PATCH 3/4] crypto: s5p-sss "
` [PATCH 4/4] crypto: tegra-aes "

[PATCH] CRC32C: crc32c module soft dependency
 2014-02-25 12:16 UTC  (4+ messages)

[RFC PATCH] arm64: add support for AES in CCM mode using Crypto Extensions
 2014-02-25 10:11 UTC  (7+ messages)

[RFC PATCH v2 0/3] support for interleaving in generic chaining modes
 2014-02-25  7:34 UTC  (4+ messages)
` [RFC PATCH v2 1/3] crypto: update generic ECB's driver_name to 'ecb_generic'
` [RFC PATCH v2 2/3] crypto: use ECB to implement CBC decryption
` [RFC PATCH v2 3/3] arm64: add Crypto Extensions based core AES cipher and 4-way ECB

[PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules
 2014-02-17 12:08 UTC  (10+ messages)

[PATCH 9/9 v7] crypto:s5p-sss: Look for the next request in the queue
 2014-02-17  9:45 UTC 

[PATCH 5/5] ARM: exynos5420: add dt node for sss module
 2014-02-17  8:56 UTC  (7+ messages)
` [PATCH 6/9 v6] ARM: dts: exynos5250/5420: "

[PATCH] crypto: omap-sham: Map SG pages if they are HIGHMEM before accessing
 2014-02-14 19:53 UTC  (2+ messages)

[PATCH v2 2/2] crypto: omap-des: Add config and build options
 2014-02-14 16:49 UTC 

[PATCH v2 1/2] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx
 2014-02-14 16:49 UTC 

[PATCH] AES: Add soft module dependency to load other accelerated AES modules
 2014-02-12 18:54 UTC 

[PATCH 05/28] Remove MPILIB_EXTRA
 2014-02-09 20:18 UTC  (2+ messages)

[PATCH] crypto: caam - fix ERA retrieval function
 2014-02-09  9:22 UTC  (4+ messages)

[PATCH 1/2] crypto: mxs-dcp: Use devm_kzalloc()
 2014-02-09  9:22 UTC  (3+ messages)

[PATCH] crypto: talitos: init the priv->alg_list more earlier in talitos_probe()
 2014-02-09  9:21 UTC  (2+ messages)

[PATCH 0/4] crypto: ccp - selective algorithm registration and ipsec-related fixes
 2014-02-09  9:21 UTC  (2+ messages)

Fix ccp_run_passthru_cmd dma variable assignments
 2014-02-09  9:20 UTC  (2+ messages)

[PATCH] crypto: caam - Fix job ring discovery in controller driver
 2014-02-09  9:20 UTC  (3+ messages)

[PATCH] dcp: aes: Move the AES operation type from actx to rctx
 2014-02-09  9:19 UTC  (2+ messages)

[RFC PATCH 0/3] support for interleaving in generic chaining modes
 2014-02-07  9:53 UTC  (8+ messages)


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