linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-21 14:34:18 to 2011-11-30 00:27:58 UTC [more...]

[RFC][PATCH 00/16] Crypto keys and module signing [ver #2]
 2011-11-29 23:46 UTC  (14+ messages)
` [PATCH 01/16] MPILIB: Export some more symbols "
` [PATCH 03/16] KEYS: Permit key_serial() to be called with a const key pointer "
` [PATCH 04/16] PGP: Add definitions (RFC 4880) and packet parser "
` [PATCH 06/16] KEYS: Add a DSA crypto key subtype "
` [PATCH 07/16] KEYS: Add a RSA "
` [PATCH 08/16] PGP: Add signature parser "
` [PATCH 09/16] KEYS: Add signature verification facility "
` [PATCH 10/16] KEYS: DSA key signature verification "
` [PATCH 11/16] KEYS: RSA "
` [PATCH 12/16] KEYS: Add a crypto key request function "
` [PATCH 13/16] KEYS: Provide a function to load keys from a PGP keyring blob "
` [PATCH 14/16] MODSIGN: Add indications of module ELF types "
` [PATCH 16/16] MODSIGN: Apply signature checking to modules on module load "

Announce loop-AES-v3.6e file/swap crypto package
 2011-11-29 15:01 UTC 

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-11-28 22:38 UTC  (15+ messages)
` [PATCH 01/14] removed two instances of trailing whitespaces
` [PATCH 02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt
` [PATCH 03/14] Replaced the unit test provided in crc32.c, which doesn't have a
` [PATCH 04/14] Replace 2D array references by pointer references in loops
` [PATCH 05/14] Misc cleanup of lib/crc32.c and related files
` [PATCH 06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types
` [PATCH 07/14] crc32.c provides a choice of one of several algorithms for
` [PATCH 08/14] add slicing-by-8 algorithm to the existing
` [PATCH 09/14] Add two changes that improve the performance of x86 systems
` [PATCH 10/14] Some final changes
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig

[PATCH 01/14] MPILIB: Export some more symbols
 2011-11-28 16:27 UTC  (15+ messages)
` [PATCH 02/14] KEYS: Permit key_serial() to be called with a const key pointer
` [PATCH 03/14] PGP: Add definitions (RFC 4880) and packet parser
` [PATCH 04/14] KEYS: Create a key type that can be used for general cryptographic operations
` [PATCH 05/14] KEYS: Add a DSA crypto key subtype
` [PATCH 06/14] KEYS: Add a RSA "
` [PATCH 07/14] PGP: Add signature parser
` [PATCH 08/14] KEYS: Add signature verification facility
` [PATCH 09/14] KEYS: DSA key signature verification
` [PATCH 10/14] KEYS: Add a crypto key request function
` [PATCH 11/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH 12/14] MODSIGN: Add indications of module ELF types
` [PATCH 13/14] MODSIGN: Module ELF verifier
` [PATCH 14/14] MODSIGN: Apply signature checking to modules on module load
` [PATCH 00/14][RFC] Crypto keys and module signing

[PATCH 08/62] x86: remove the second argument of k[un]map_atomic()
 2011-11-28 12:47 UTC  (5+ messages)
` [PATCH 09/62] crypto: "
` [PATCH 12/62] "

[PATCH] crypto: convert drivers/crypto/* to use module_platform_driver()
 2011-11-26 14:55 UTC  (3+ messages)

Crypto Fixes for 2.6.35
 2011-11-26  2: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.1
                  ` Crypto Fixes for 3.2

linux-next: Tree for Nov 23 (crypto)
 2011-11-24 18:35 UTC  (3+ messages)
  ` [PATCH] crypto: serpent-sse2 - should select CRYPTO_CRYPTD

crypto_ahash_setkey
 2011-11-23 10:25 UTC  (7+ messages)

[PATCH 1/2] crypto: serpent - cleanup checkpatch errors and warnings
 2011-11-23 10:21 UTC  (2+ messages)
` [PATCH 2/2] crypto: serpent - rename serpent.c to serpent_generic.c

Bug?
 2011-11-23  9:18 UTC 

[PATCH v2.2 0/7] evm: digital signature verification extension
 2011-11-21 21:09 UTC  (9+ messages)
` [PATCH v2.2 1/7] crypto: GnuPG based MPI lib - source files (part 1)
` [PATCH v2.2 6/7] integrity: digital signature verification using multiple keyrings

[PATCH -next] digsig: fix build errors
 2011-11-21 15:52 UTC  (3+ messages)

[PATCH 1/5] crypto: talitos - add hmac algorithms
 2011-11-21  8:23 UTC  (4+ messages)

[PATCH] crypto: mv_cesa - fix hashing of chunks > 1920 bytes
 2011-11-21  8:23 UTC  (3+ messages)
    ` [PATCH v2] "

[PATCH 1/4] [v2] crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
 2011-11-21  8:19 UTC  (6+ messages)
` [PATCH 2/4] crypto: serpent: add 4-way parallel i586/SSE2 "
` [PATCH 3/4] crypto: serpent-sse2: add lrw support
` [PATCH 4/4] crypto: serpent-sse2: add xts support
  ` [PATCH] crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes

[PATCH v6 0/2] crypto: driver for Tegra AES hardware
 2011-11-18 18:34 UTC  (6+ messages)
  ` [PATCH v7 1/2] arm: tegra: export tegra_chip_uid
  ` [PATCH v7 2/2] crypto: driver for Tegra AES hardware

authenc_verify_ahash_done and H/W accelerator
 2011-11-17 12:19 UTC 

[PATCH v1] crypto: driver for tegra AES hardware
 2011-11-17 11:29 UTC  (13+ messages)

[PATCH 5/5] crypto: caam - add support for MD5 algorithm variants
 2011-11-17  0:21 UTC 

[PATCH 4/5] crypto: talitos - support for channel remap and 2nd IRQ
 2011-11-17  0:20 UTC 

[PATCH 3/5] crypto: talitos - prepare driver for channel remap support
 2011-11-17  0:19 UTC 

[PATCH 2/5] crypto: talitos - be less noisy on startup
 2011-11-17  0:19 UTC 

[PATCH v6 0/2] crypto: driver for Tegra AES hardware
 2011-11-16  8:54 UTC  (3+ messages)
  ` [PATCH v6 1/2] arm: tegra: export tegra_chip_uid
` [PATCH v6 2/2] crypto: driver for Tegra AES hardware

[PATCH v5 0/2] *** SUBJECT HERE ***
 2011-11-16  8:24 UTC  (3+ messages)
` [PATCH v5 1/2] arm: tegra: export tegra_chip_uid
` [PATCH v5 2/2] crypto: driver for Tegra AES hardware

[PATCH v1] arm: tegra: export tegra_chip_uid
 2011-11-15 16:28 UTC  (2+ messages)

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-11-15 15:38 UTC  (9+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
          ` Time for a fresh slice-by-8 crc32.c posting?

[PATCH v4] crypto: driver for Tegra AES hardware
 2011-11-15  8:58 UTC 

[PATCH v3] crypto: driver for tegra AES hardware
 2011-11-14 18:42 UTC  (3+ messages)

[PATCH v2] crypto: driver for tegra AES hardware
 2011-11-12 10:24 UTC 

[PATCH V2] fix typo in crypto/Kconfig
 2011-11-09 12:02 UTC  (2+ messages)

Add IPSec IP Range in Linux kernel
 2011-11-09  7:25 UTC  (14+ messages)

[PATCH] ansi_cprng: enforce key != seed in fips mode
 2011-11-09  4:07 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] crypto: Small spelling correction for Kconfig CRYPTO_USER
 2011-11-09  4:06 UTC  (2+ messages)

[PATCH][RESEND] fix typo in crypto/Kconfig
 2011-11-09  4:05 UTC  (2+ messages)

[PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes
 2011-11-09  4:00 UTC  (2+ messages)

[PATCH 0/7] crypto: add SSE2-x86_64/i586 implementation of Serpent cipher
 2011-11-09  3:44 UTC  (3+ messages)
` [PATCH 6/7] crypto: serpent: add 8-way parallel x86_64/SSE2 assembler implementation

[PATCH] crypto: talitos - fix descriptor buffer access code
 2011-11-09  1:39 UTC  (2+ messages)

[PATCH] crypto: Unlink and free instances when deleted
 2011-11-08  9:09 UTC 

[PATCH] crypto: driver for tegra AES hardware
 2011-11-07 17:52 UTC  (9+ messages)

Hardware acceleration indication in af_alg
 2011-11-02 22:51 UTC  (9+ messages)

[PATCH v4 00/17] crypto user configuration api
 2011-11-02 14:25 UTC  (3+ messages)
` [PATCH v4 12/17] crypto: Add userspace report for aead type algorithms

Crypto Update for 2.6.33
 2011-11-01  3:48 UTC  (13+ messages)
` Crypto Update for 2.6.34
  ` Crypto Update for 2.6.35
      ` 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

Il limite di archiviazione della cassetta postale è stata superato
 2011-10-30  4:20 UTC 

Your mailbox storage limit has been
 2011-10-30  3:09 UTC 

linux-next: Tree for Oct 25 (crypto)
 2011-10-29 23:20 UTC  (8+ messages)

Hi
 2011-10-28 11:18 UTC 

[PATCH] fix typo in crypto/Kconfig
 2011-10-25 11:07 UTC 

cryptodev tree on github
 2011-10-24 10:06 UTC  (4+ messages)

[PATCH 0/2] Fixes for parallel XTS/LRW patch series
 2011-10-23 15:23 UTC  (3+ messages)
` [PATCH 1/2] crypto: xts: fix nblocks not being updated in walk loop
` [PATCH 2/2] crypto: lrw: "

[PATCH 28/49] crypto: irq: Remove IRQF_DISABLED
 2011-10-22  9:56 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).