linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-08 15:30:59 to 2010-11-29 18:54:14 UTC [more...]

linux-next: Tree for November 29
 2010-11-29 18:54 UTC  (7+ messages)
` linux-next: Tree for November 29 (aesni-intel)

[PATCH v4] x86, crypto: ported aes-ni implementation to x86
 2010-11-29  0:36 UTC  (7+ messages)
      ` [PATCH] crypto: aesni-intel - Fixed build error on x86-32
      ` [PATCH v2] "

[PATCH v1.5 0/5] keys: trusted and encrypted keys
 2010-11-28 21:56 UTC  (12+ messages)
` [PATCH v1.5 2/5] tpm: add module_put wrapper
` [PATCH v1.5 4/5] keys: add new trusted key-type
` [PATCH v1.5 1/5] lib: hex2bin converts ascii hexadecimal string to binary
` [PATCH v1.5 3/5] key: add tpm_send command
` [PATCH v1.5 5/5] keys: add new key-type encrypted

question about OCF and crypto API
 2010-11-28 19:09 UTC 

crypto: algif_skcipher - Pass on error from af_alg_make_sg
 2010-11-28  8:29 UTC 

[PATCH v3 0/8] omap-sham: OMAP SHA1/MD5 driver fixes and improvements
 2010-11-27  8:39 UTC  (10+ messages)
` [PATCH v3 1/8] omap-sham: uses digest buffer in request context
` [PATCH v3 2/8] omap-sham: DMA initialization fixes for off mode
` [PATCH v3 3/8] omap-sham: error handling improved
` [PATCH v3 4/8] omap-sham: removed redundunt locking
` [PATCH v3 5/8] omap-sham: crypto_ahash_final() now not need to be called
` [PATCH v3 6/8] omap-sham: hash-in-progress is stored in hw format
` [PATCH v3 7/8] omap-sham: FLAGS_FIRST is redundant and removed
` [PATCH v3 8/8] omap-sham: zero-copy scatterlist handling

[PATCH] Crypto: Makefile: Makefile clean up
 2010-11-27  8:33 UTC  (2+ messages)

[PATCH 00/49] Use vzalloc not vmalloc/kmemset
 2010-11-27  8:31 UTC  (3+ messages)
` [PATCH 06/49] crypto: Use vzalloc

[PATCH 4/4] crypto: algif_skcipher - User-space interface for skcipher operations
 2010-11-26 12:58 UTC  (20+ messages)
    ` [PATCH 2/4] crypto: af_alg - User-space interface for Crypto API
    ` [PATCH 1/4] net - Add AF_ALG macros
          ` [PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

[PATCH] crypto: pcrypt - Fix use after free on padata_free
 2010-11-26  8:54 UTC  (3+ messages)

[PATCH 0/5] RFC v2: AF_ALG auditing
 2010-11-24 17:05 UTC  (6+ messages)
` [PATCH 1/5] Add general crypto auditing infrastructure
` [PATCH 2/5] Add unique IDs to AF_ALG sockets
` [PATCH 3/5] Add "alg_name" operation to af_alg_type
` [PATCH 4/5] Audit type-independent events
` [PATCH 5/5] Audit type-specific crypto operations

RFC: AF_ALG auditing
 2010-11-23 18:37 UTC  (9+ messages)
  ` [PATCH 1/5] Add general crypto auditing infrastructure
  ` [PATCH 2/5] Add unique IDs to AF_ALG sockets
  ` [PATCH 3/5] Add "alg_name" operation to af_alg_type
  ` [PATCH 4/5] Audit type-independent events
  ` [PATCH 5/5] Audit type-specific crypto operations

crypto_shash_digest API
 2010-11-23 14:42 UTC  (2+ messages)

[PATCH v1.4 0/5] keys: trusted and encrypted keys
 2010-11-22 12:16 UTC  (15+ messages)
` [PATCH v1.4 1/5] lib: hex2bin converts ascii hexadecimal string to binary
` [PATCH v1.4 2/5] tpm: add module_put wrapper
` [PATCH v1.4 3/5] key: add tpm_send command
` [PATCH v1.4 4/5] keys: add new trusted key-type
` [PATCH v1.4 5/5] keys: add new key-type encrypted

[RFC] [PATCH 0/11] Add IPsec extended (64-bit) sequence numbers
 2010-11-22 10:37 UTC  (13+ messages)
` [RFC] [PATCH 01/11] crypto: scatterwalk - Add scatterwalk_crypto_chain helper
` [RFC] [PATCH 02/11] crypto: Use scatterwalk_crypto_chain
` [RFC] [PATCH 03/11] crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers
` [RFC] [PATCH 04/11] xfrm: Add basic infrastructure to support "
` [RFC] [PATCH 05/11] xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb
` [RFC] [PATCH 06/11] esp4: Add support for IPsec extended sequence numbers
` [RFC] [PATCH 07/11] esp6: "
` [RFC] [PATCH 08/11] xfrm: Move IPsec replay detection functions to a separate file
` [RFC] [PATCH 09/11] xfrm: Support anti-replay window size bigger than 32 packets
` [RFC] [PATCH 10/11] xfrm: Add support for IPsec extended sequence numbers
` [RFC] [PATCH 11/11] xfrm: Add user interface for esn and big anti-replay windows
` [RFC] [PATCH] iproute2: Add IPsec extended sequence number support

[PATCH 2/3] RFC4106 AES-GCM Driver Using Intel New Instructions
 2010-11-18  9:38 UTC  (5+ messages)

[PATCH v3] x86, crypto: ported aes-ni implementation to x86
 2010-11-18  7:38 UTC  (9+ messages)

Checkpatch complaining about spaces around * used as arithmetic operator
 2010-11-17 20:50 UTC 

[PATCH v1.3 0/4] keys: trusted and encrypted keys
 2010-11-17 13:12 UTC  (32+ messages)
` [PATCH v1.3 1/4] lib: hex2bin converts ascii hexadecimal string to binary
` [PATCH v1.3 2/4] key: add tpm_send command
` [PATCH v1.3 3/4] keys: add new trusted key-type
` [PATCH v1.3 4/4] keys: add new key-type encrypted

[PATCH 0/7] omap-sham off mode and error handling fixes
 2010-11-17 10:17 UTC  (11+ messages)
` [PATCH 1/7] crypto: updates omap sham device related platform code
` [PATCH 2/7] crypto: omap-sham - omap sha1 & md5 driver
` [PATCH 3/7] omap-sham: OMAP macros corrected
` [PATCH 4/7] omap-sham: uses digest buffer in request context
` [PATCH 5/7] omap-sham: DMA initialization fixes for off mode
` [PATCH 6/7] omap-sham: error handling improved
` [PATCH 7/7] omap-sham: removed redundunt locking

[PATCH 0/5] omap-aes off mode and error handling fixes
 2010-11-16 17:13 UTC  (8+ messages)
` [PATCH 1/5] crypto: omap-aes: change in prevention of OCP bus error
` [PATCH 2/5] omap-aes: DMA initialization fixes for OMAP off mode
` [PATCH 3/5] omap-aes: redundant locking is removed
` [PATCH 4/5] omap-aes: error handling implementation improved
` [PATCH 5/5] omap-aes: unnecessary code removed

[CRYPTO] obfuscating kernel pointers
 2010-11-15 12:06 UTC  (9+ messages)

Crypto Update for 2.6.29
 2010-11-13 12:59 UTC  (6+ messages)
    ` Crypto Update for 2.6.31
        ` Crypto Fixes for 2.6.32
          ` Crypto Fixes for 2.6.33
              ` Crypto Fixes for 2.6.37

crypto ahash error handling
 2010-11-12 11:30 UTC  (7+ messages)

Linux 2.6.37-rc1 (pcrypt fault)
 2010-11-10 18:11 UTC  (3+ messages)

[PATCH 0/4]v2 omap-sham off mode and error handling fixes
 2010-11-10 17:36 UTC  (5+ messages)
` [PATCH 1/4] omap-sham: uses digest buffer in request context
` [PATCH 2/4] omap-sham: DMA initialization fixes for off mode
` [PATCH 3/4] omap-sham: error handling improved
` [PATCH 4/4] omap-sham: removed redundunt locking

[PATCH v1.2 0/4] keys: trusted and encrypted keys
 2010-11-09 16:46 UTC  (9+ messages)
` [PATCH v1.2 3/4] keys: add new trusted key-type

hello
 2010-11-09  5:51 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).