linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-28 08:00:41 to 2012-11-09 09:30:13 UTC [more...]

Crypto Fixes for 2.6.35
 2012-11-09  9:30 UTC  (10+ 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

CCM-AES Compatibility
 2012-11-09  3:45 UTC 

[PATCH v3 5/9] kernel: padata : use __this_cpu_read per-cpu helper
 2012-11-09  2:21 UTC 

[PATCH] random: prime last_data value per fips requirements
 2012-11-08 12:20 UTC  (7+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 1/1] crypto: s5p-sss: Fix compilation error
 2012-11-08  6:22 UTC 

[PATCH 2/5] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals
 2012-11-07 17:34 UTC  (8+ messages)
  ` [PATCH 2/5 v2] "
      ` [PATCH 2/5 v3] "

[PATCH 1/5] ARM: AT91SAM9G45: fix crypto peripherals irq issue due to sparse irq support
 2012-11-07 15:27 UTC  (2+ messages)

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

[PATCH 5/5] crypto: Atmel SHA driver: add support for latest release of the IP (0x410)
 2012-11-06 16:33 UTC 

[PATCH 4/5] crypto: Atmel TDES driver: add support for latest release of the IP (0x700)
 2012-11-06 16:33 UTC 

[PATCH 3/5] crypto: Atmel AES driver: add support for latest release of the IP (0x130)
 2012-11-06 16:32 UTC 

[PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
 2012-11-04 17:41 UTC  (3+ messages)

[PATCH v2 5/9] kernel: padata : use this_cpu_read per-cpu helper
 2012-11-03  8:24 UTC  (3+ messages)

[PATCH 0/2] Removing the use of VLAIS from the Linux Kernel
 2012-11-01  0:41 UTC  (6+ messages)
` [PATCH 1/2] Remove VLAIS usage from crypto/hmac.c
` [PATCH 2/2] Remove VLAIS usage from crypto/testmgr.c

[PATCH] crypto/omap aes: select BLKCIPHER2
 2012-10-31 19:08 UTC 

[PATCH 6/9] kernel: padata : use this_cpu_ptr per-cpu helper
 2012-10-31 17:45 UTC  (2+ messages)

[PATCH V2 1/2] Remove VLAIS usage from crypto/hmac.c
 2012-10-31 11:20 UTC  (2+ messages)
` [PATCH V2 2/2] Remove VLAIS usage from crypto/testmgr.c

[PATCH] [RFC] crypto: sha1/arm - fix build with CONFIG_THUMB2_KERNEL
 2012-10-31  0:25 UTC  (2+ messages)

[PATCH] algif_skcipher: Avoid crash if buffer is not multiple of cipher block size
 2012-10-29 13:04 UTC 

sha1-arm assembler and CONFIG_THUMB2_KERNEL => build error
 2012-10-28 12:04 UTC 

[PATCH 0/3] [v2] AES-NI/AVX implementation of Camellia cipher
 2012-10-26 18:48 UTC  (7+ messages)
` [PATCH 1/3] [v2] crypto: tcrypt - add async speed test for camellia cipher
` [PATCH 2/3] [v2] crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
` [PATCH 3/3] [v2] crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher

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

[PATCH] crypto: tegra-aes - fix error-valued pointer dereference
 2012-10-25 14:55 UTC 

[PATCH] crypto - ablk_helper: add module parameter to allow testing cryptd redirection of requests
 2012-10-25 14:29 UTC  (3+ messages)

[PATCH] [v2] crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption
 2012-10-24 13:14 UTC  (2+ messages)

[PATCH] crypto: fix missing unlock on error case
 2012-10-24 13:12 UTC  (2+ messages)

[PATCH 0/5] Avoid stack buffers in glue code of AVX implementations
 2012-10-24 13:11 UTC  (7+ messages)
` [PATCH 1/5] crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
` [PATCH 2/5] crypto: cast6/avx - avoid using temporary stack buffers
` [PATCH 3/5] crypto: twofish/avx "
` [PATCH 4/5] crypto: serpent/avx "
` [PATCH 5/5] crypto: cast5/avx "

[PATCH 0/6] New test vectors for camellia, blowfish, serpent, aes, des and des3_ede
 2012-10-24 13:11 UTC  (9+ messages)
` [PATCH 1/6] crypto: testmgr - expand camellia test vectors
` [PATCH 2/6] crypto: testmgr - expand blowfish "
` [PATCH 3/6] crypto: testmgr - expand serpent "
` [PATCH 4/6] crypto: testmgr - add new larger AES testvectors
` [PATCH 5/6] crypto: testmgr - add new larger DES testvectors
` [PATCH 6/6] crypto: testmgr - add new larger DES3_EDE testvectors

[PATCH 1/3] crypto: tcrypt - add async speed test for camellia cipher
 2012-10-24  7:35 UTC  (7+ messages)
` [PATCH 2/3] crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
` [PATCH 3/3] crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher

[PATCH 1/2] crypto: tcrypt - add async speed test for camellia cipher
 2012-10-23 18:05 UTC  (5+ messages)
` [PATCH 2/2] crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of "

[PATCH 0/2] Fixes for MV_CESA with IDMA or TDMA
 2012-10-23 17:11 UTC  (11+ messages)

[PATCH] crypto: cryptd - disable interrupts in cryptd_queue_worker to prevent data corruption
 2012-10-20 21:24 UTC  (3+ messages)

aesni intel and kernel crashes
 2012-10-19 23:05 UTC  (4+ messages)
` [PATCH] "

Kernel 3.7.0-rc1 crash after TrueCrypt mount device on a computer with Intel i5
 2012-10-18 20:34 UTC  (4+ messages)
  ` [PATCH] crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc()

[PATCH 1/2] ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
 2012-10-17 18:13 UTC  (7+ messages)

[PATCH 5/5] crypto: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP
 2012-10-16 14:59 UTC 

[PATCH] crypto: tegra: remove include of <mach/clk.h>
 2012-10-15 17:39 UTC  (3+ messages)

[PATCH] crypto: convert to use be16_add_cpu()
 2012-10-15 14:31 UTC  (2+ messages)

[PATCH 0/3 v2] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module
 2012-10-15 14:31 UTC  (4+ messages)

[PULL] modules
 2012-10-15 11:28 UTC  (7+ messages)
  ` FIPS-mode panic? (was Re: [PULL] modules)

[PATCH 0/3] Update LZO compression
 2012-10-11 16:28 UTC  (5+ messages)

[GIT PULL] Asymmetric keys and module signing
 2012-10-10  9:37 UTC  (27+ messages)
      ` [PATCH 1/2] modsign: don't use bashism in sh scripts
      ` [PATCH 2/2] modules: don't call eu-strip if it doesn't exist
      ` [patch] MODSIGN: Fix build error with strict typechecking

[PATCH 1/1] arm/crypto: Add optimized AES and SHA1 routines
 2012-10-09  4:27 UTC  (5+ messages)

Deadlock on poweroff
 2012-10-08  5:30 UTC  (7+ messages)

[patch v3 01/11] netlink: add reference of module in netlink_dump_start
 2012-10-05  0:50 UTC  (15+ messages)
` [patch v3 02/11] inet_diag: pass inet_diag module to netlink_dump_start
` [patch v3 04/11] nf_conntrack_netlink: pass nf_conntrack_netlink "
` [patch v3 05/11] nfnetlink_acct: pass nfnetlink_acct "
  ` [patch v3 03/11] unix_diag: pass unix_diag "
  ` [patch v3 06/11] nfnetlink_cthelper: pass nfnetlink_cthelper "
  ` [patch v3 07/11] nfnetlink_cttimeout: pass nfnetlink_cttimeout "
  ` [patch v3 11/11] infiniband: pass rdma_cm "
` [patch v3 08/11] crypto: pass crypto_user "
` [patch v3 09/11] xfrm: pass xfrm_user "
` [patch v3 10/11] ipset: pass ipset "

Crypto Update for 2.6.35
 2012-10-04  9:53 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

[PATCH -next] asymmetric keys: fix printk format warning
 2012-10-04  3:18 UTC  (3+ messages)

[PATCH v0] Add SHA-3 hash algorithm
 2012-10-03  7:17 UTC  (5+ messages)

GMAC and CMAC mode
 2012-10-03  4:55 UTC 

[PATCH] crypto: caam - Pages pinned with get_user_pages requires kmap
 2012-09-29 12:40 UTC 

[PATCH] crypto: caam - Pages pinned with get_user_pages requires kmap
 2012-09-28 22:26 UTC 

[PATCH 2/2] modules: don't call eu-strip if it doesn't exist
 2012-09-28  5:59 UTC 

[PATCH 1/2] modsign: don't use bashism in sh scripts
 2012-09-28  5:58 UTC 

[GIT PULL] Asymmetric keys and module signing
 2012-09-28  5:55 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).