linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-12 14:02:43 to 2011-10-20 12:19:13 UTC [more...]

[PATCH] crypto: ghash: Avoid null pointer dereference if no key is set
 2011-10-20 12:19 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] crypto: picoxcell: add dependency on HAVE_CLK
 2011-10-20 12:10 UTC  (2+ messages)

Kernel OOPS with Freescale talitos driver on ppc
 2011-10-19 15:52 UTC  (8+ messages)
    ` [PATCH] talitos: handle descriptor not found in error path

[PATCH v2.2 0/7] evm: digital signature verification extension
 2011-10-19 11:51 UTC  (8+ messages)
` [PATCH v2.2 1/7] crypto: GnuPG based MPI lib - source files (part 1)
` [PATCH v2.2 2/7] crypto: GnuPG based MPI lib - header files (part 2)
` [PATCH v2.2 3/7] crypto: GnuPG based MPI lib - make files (part 3)
` [PATCH v2.2 4/7] crypto: GnuPG based MPI lib - additional sources (part 4)
` [PATCH v2.2 5/7] crypto: digital signature verification support
` [PATCH v2.2 6/7] integrity: digital signature verification using multiple keyrings
` [PATCH v2.2 7/7] evm: digital signature verification support

Hardware acceleration indication in af_alg
 2011-10-18 13:13 UTC 

[PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes
 2011-10-18 10:33 UTC  (19+ messages)
` [PATCH 01/18] crypto: lrw: fix memleak
` [PATCH 02/18] crypto: lrw: use blocksize constant
` [PATCH 03/18] crypto: lrw: split gf128mul table initialization from setkey
` [PATCH 04/18] crypto: lrw: add interface for parallelized cipher implementions
` [PATCH 05/18] crypto: testmgr: add lrw(serpent) test vectors
` [PATCH 06/18] crypto: tcrypt: add lrw(serpent) tests
` [PATCH 07/18] crypto: serpent-sse2: add lrw support
` [PATCH 08/18] crypto: testmgr: add lrw(twofish) test vectors
` [PATCH 09/18] crypto: tcrypt: add lrw(twofish) tests
` [PATCH 10/18] crypto: twofish-x86_64-3way: add lrw support
` [PATCH 11/18] crypto: xts: use blocksize constant
` [PATCH 12/18] crypto: xts: add interface for parallelized cipher implementations
` [PATCH 13/18] crypto: testmgr: add xts(serpent) test vectors
` [PATCH 14/18] crypto: tcrypt: add xts(serpent) tests
` [PATCH 15/18] crypto: serpent-sse2: add xts support
` [PATCH 16/18] crypto: testmgr: add xts(twofish) test vectors
` [PATCH 17/18] crypto: tcrypt: add xts(twofish) tests
` [PATCH 18/18] crypto: twofish-x86_64-3way: add xts support

[PATCH v2.1 0/7] evm: digital signature verification extension
 2011-10-18  6:46 UTC  (16+ messages)
` [PATCH v2.1 1/7] crypto: GnuPG based MPI lib - source files (part 1)
` [PATCH v2.1 2/7] crypto: GnuPG based MPI lib - header files (part 2)
` [PATCH v2.1 3/7] crypto: GnuPG based MPI lib - make files (part 3)
` [PATCH v2.1 4/7] crypto: GnuPG based MPI lib - additional sources (part 4)
` [PATCH v2.1 5/7] crypto: digital signature verification support
` [PATCH v2.1 6/7] integrity: digital signature verification using multiple keyrings
` [PATCH v2.1 7/7] evm: digital signature verification support

[PATCH 0/7] crypto: add SSE2-x86_64/i586 implementation of Serpent cipher
 2011-10-17 21:03 UTC  (8+ messages)
` [PATCH 1/7] crypto: testmgr: add new serpent test vectors
` [PATCH 2/7] crypto: tcrypt: add test_acipher_speed
` [PATCH 3/7] crypto: tcrypt: add serpent speed tests
` [PATCH 4/7] crypto: serpent: export common functions for x86_64/i386-sse2 assembler implementations
` [PATCH 5/7] crypto: serpent: rename module from serpent to serpent_generic
` [PATCH 6/7] crypto: serpent: add 8-way parallel x86_64/SSE2 assembler implementation
` [PATCH 7/7] crypto: serpent: add 4-way parallel i586/SSE2 "

Fwd: crypto accelerator driver problems
 2011-10-15 11:26 UTC  (13+ messages)

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-10-13  6:52 UTC 

CONFIG_CRYPTO_PCRYPT, CONFIG_CRYPTO_CRYPTD etc. questions
 2011-10-11  9:17 UTC  (2+ messages)

[RFC]: do_xor_speed Broken on UML do to jiffies
 2011-10-11  0:13 UTC 

[PATCH] crypto: testmgr: add twofish tests
 2011-10-10 20:03 UTC 

[PATCH] crypto: testmgr: add blowfish test-vectors
 2011-10-10 20:03 UTC 

[PATCH] crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BIT
 2011-10-10 10:55 UTC 

[PATCH] crypto: twofish-x86_64-3way: fix ctr blocksize to 1
 2011-10-10  9:33 UTC 

[PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1
 2011-10-10  9:32 UTC 

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-08  7:42 UTC  (8+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
` [PATCH 2/4] crypto: crc32c should use library implementation
` [PATCH 3/4] crc32: Add self-test code for crc32c
` [PATCH 4/4] crc32: Select an algorithm via kconfig
  ` [PATCH v5.1 "

[PATCH v4] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-10-04 23:54 UTC  (8+ messages)

[RFC v2.1 0/6] evm: digital signature verification extension
 2011-10-04 19:04 UTC  (15+ messages)
` [RFC v2.1 1/6] crypto: GnuPG based MPI lib - source files needed for ksign
` [RFC v2.1 2/6] crypto: GnuPG based MPI lib - header "
` [RFC v2.1 3/6] crypto: GnuPG based MPI lib - make "
` [RFC v2.1 4/6] crypto: GnuPG based MPI lib - extra MPI sources
` [RFC v2.1 5/6] crypto: ksign - digital signature verification support
` [RFC v2.1 6/6] evm: "

[PATCH v3] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-10-03 20:13 UTC  (4+ messages)

RFC: redesigning random(4)
 2011-09-29  6:46 UTC 

[PATCH v3] crc32c: Implement CRC32c with slicing-by-8 algorithm
 2011-09-29  0:15 UTC 

[PATCH v2 0/3] crc32c: Add faster algorithm and self-test code
 2011-09-29  0:02 UTC  (8+ messages)
` [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm
` [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c
` [PATCH 3/3] crc32c: Implement a self-test for CRC32c

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-09-28 23:21 UTC 

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-09-28  8:25 UTC 

[PATCH v4 00/17] crypto user configuration api
 2011-09-27  5:48 UTC  (18+ messages)
` [PATCH v4 01/17] crypto: Add a flag to identify crypto instances
` [PATCH v4 02/17] crypto: Export crypto_remove_spawns
` [PATCH v4 03/17] crypto: Export crypto_remove_final
` [PATCH v4 04/17] crypto: Add userspace configuration API
` [PATCH v4 05/17] crypto: Add a report function pointer to crypto_type
` [PATCH v4 06/17] crypto: Add userspace report for larval type algorithms
` [PATCH v4 07/17] crypto: Add userspace report for shash "
` [PATCH v4 08/17] crypto: Add userspace report for ahash "
` [PATCH v4 09/17] crypto: Add userspace report for blkcipher "
` [PATCH v4 10/17] crypto: Add userspace report for ablkcipher "
` [PATCH v4 11/17] crypto: Add userspace report for givcipher "
` [PATCH v4 12/17] crypto: Add userspace report for aead "
` [PATCH v4 13/17] crypto: Add userspace report for nivaead "
` [PATCH v4 14/17] crypto: Add userspace report for pcompress "
` [PATCH v4 15/17] crypto: Add userspace report for rng "
` [PATCH v4 16/17] crypto: Add userspace report for cipher "
` [PATCH v4 17/17] crypto: Add userspace report for compress "

[PATCH] whirlpool: count rounds from 0
 2011-09-27  5:26 UTC 

[PATCH 1/3] crypto: tcrypt: add ctr(twofish) speed test
 2011-09-26 13:47 UTC  (3+ messages)
` [PATCH 2/3] crypto: twofish-x86-asm: make assembler functions use twofish_ctx instead of crypto_tfm
` [PATCH 3/3] crypto: twofish: add 3-way parallel x86_64 assembler implemention

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-26 11:42 UTC 

[PATCH v3 00/17] crypto user configuration api
 2011-09-26 11:21 UTC  (24+ messages)
` [PATCH v3 01/17] crypto: Add a flag to identify crypto instances
` [PATCH v3 02/17] crypto: Export crypto_remove_spawns
` [PATCH v3 03/17] crypto: Export crypto_remove_final
` [PATCH v3 04/17] crypto: Add userspace configuration API
` [PATCH v3 05/17] crypto: Add a report function pointer to crypto_typ
` [PATCH v3 06/17] crypto: Add userspace report for larval type algorithms
` [PATCH v3 07/17] crypto: Add userspace report for shash "
` [PATCH v3 08/17] crypto: Add userspace report for ahash "
` [PATCH v3 09/17] crypto: Add userspace report for blkcipher "
` [PATCH v3 10/17] crypto: Add userspace report for ablkcipher "
` [PATCH v3 11/17] crypto: Add userspace report for givcipher "
` [PATCH v3 12/17] crypto: Add userspace report for aead "
` [PATCH v3 13/17] crypto: Add userspace report for nivaead "
` [PATCH v3 14/17] crypto: Add userspace report for pcompress "
` [PATCH v3 15/17] crypto: Add userspace report for rng "
` [PATCH 16/17] crypto: Add userspace report for cipher "
` [PATCH v3 17/17] crypto: Add userspace report for compress "

random(4) overheads question
 2011-09-26  6:41 UTC 

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-25 12:40 UTC 

cryptodev tree on github
 2011-09-25  4:50 UTC  (3+ messages)

[PATCH 1/2] crypto: blowfish-x86_64: improve x86_64 blowfish 4-way performance
 2011-09-23 16:51 UTC  (2+ messages)
` [PATCH 2/2] crypto: blowfish-x86_64: add credits

[[RFC] PATCH 1/4] crypto: blowfish: split generic and common c code
 2011-09-22 14:25 UTC  (6+ messages)
` [[RFC] PATCH 4/4] crypto: blowfish: add x86_64 assembly implementation
` [PATCH 1/4] crypto: blowfish - split generic and common c code

[PATCH] lib/sha1.c: quite sparse noise about symbol not declared
 2011-09-22 11:33 UTC  (2+ messages)

[PATCH 29/55] crypto: irq: Remove IRQF_DISABLED
 2011-09-22  8:58 UTC 

[PATCH 00/16] crypto user configuration api
 2011-09-21 11:19 UTC  (7+ messages)
` [PATCH 01/16] crypto: authenc - Don't multiply priorities

[PATCH 29/57] crypto: irq: Remove IRQF_DISABLED
 2011-09-21  9:28 UTC 

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万
 2011-09-21  7:25 UTC 

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-09-18  1:02 UTC 

[PATCH] random: add blocking facility to urandom
 2011-09-13 12:18 UTC  (21+ 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).