Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2009-04-09 12:46:33 to 2009-05-31 06:02:13 UTC [more...]

[PATCH] Use kzfree in crypto API context initialization and key/iv handling
 2009-05-31  6:02 UTC 

[patch 5/5] Apply the PG_sensitive flag to the CryptoAPI subsystem
 2009-05-30 18:05 UTC  (2+ messages)

[RFC PATCH] crypto: add buffer overflow checks to testmgr
 2009-05-30  1:12 UTC  (4+ messages)

HMAC regression
 2009-05-30  1:12 UTC  (5+ messages)

sha384 self-test failure oddity
 2009-05-29 18:35 UTC 

[PATCH] crypto: tcrypt: add option to not exit on success
 2009-05-27  5:10 UTC  (17+ messages)
                  ` [PATCH v2] crypto: tcrypt: do not exit on success in fips mode

[PATCH 2/6] crypto: compress - Add pcomp interface
 2009-05-27  5:05 UTC  (19+ messages)
` [PATCH 3/6] crypto: testmgr - Add support for the "
  ` [PATCH 4/6] crypto: new zlib crypto module, using pcomp
    ` [PATCH 5/6] crypto: testmgr - add zlib test
      ` [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface
              ` [PATCH/RFC] crypto: compress - Add comp_request.total_out (was: Re: [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface)
                ` [PATCH/RFC] crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}() (was: Re: [PATCH/RFC] crypto: compress - Add comp_request.total_out (was: Re: [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface))
                      ` [PATCH/RFC] crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}() (was: Re: [PATCH/RFC] crypto: compress - Add comp_request.total_out
                      ` [PATCH/RFC] crypto: compress - Return produced bytes in crypto_{, de}compress_{update, final}() (was: Re: [PATCH/RFC] crypto: compress - Add comp_request.total_out (was: Re: [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface))
                        ` [PATCH] crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}()

(no subject)
 2009-05-23 11:09 UTC 

Crypto Update for 2.6.29
 2009-05-17 22:28 UTC  (4+ messages)
    ` Crypto Update for 2.6.30

Your cowboy can give her twice more pleasure and you can do it without effort
 2009-05-17 16:55 UTC 

understanding concept, async block ciphers
 2009-05-17  1:38 UTC  (2+ messages)

[RFC] how to auto-load via-rng ?
 2009-05-15  9:52 UTC  (2+ messages)

[PATCH] Support VIA Nano hardware RNG on X86_64 builds
 2009-05-15  6:02 UTC  (2+ messages)

[PATCH] Support VIA Nano hardware RNG
 2009-05-15  6:00 UTC  (2+ messages)

[PATCH] Enable VIA PadLock on x86_64
 2009-05-15  5:59 UTC  (4+ messages)

[PATCH] The VIA Hardware RNG driver is for the CPU, not Chipset
 2009-05-15  5:57 UTC  (9+ messages)

[PATCH 0/2] crypto: disallow non-approved algs in fips mode
 2009-05-15  5:17 UTC  (9+ messages)
` [PATCH 1/2] crypto: add infra to skip disallowed "
    ` [PATCH 1/2] crypto: mark algs allowed "
    ` [PATCH 2/2] crypto: skip algs not flagged fips_allowed "
` [PATCH 2/2] crypto: mark algs allowed "

Contact Mr. Bryn Anderson
 2009-05-14 11:51 UTC 

[RFC] [PATCH 0/5] Parallel IPsec v3
 2009-05-13 13:10 UTC  (6+ messages)
` [RFC] [PATCH 1/5] padata: generic interface for parallel processing
` [RFC] [PATCH 2/5] aead: Add generic aead wrapper interface
` [RFC] [PATCH 3/5] pcrypt: Add pcrypt crypto parallelization wrapper
` [RFC] [PATCH 4/5] eseqiv: Add support for aead algorithms
` [RFC] [PATCH 5/5] authenc: Add support for the pcrypt aead wrapper

[PATCH 2/2 v2] crypto: skip algs not flagged fips_allowed in fips mode
 2009-05-12 19:09 UTC  (2+ messages)

[PATCH 1/2 v2] crypto: mark algs allowed in fips mode
 2009-05-12 19:08 UTC  (2+ messages)

pcomp for lzma for later use with squashfs
 2009-05-08 18:00 UTC  (4+ messages)

[WIP] crypto: add support for Orion5X crypto engine
 2009-05-07 21:39 UTC  (2+ messages)

[PATCH] crypto: don't raise alarm for no ctr(aes*) tests in fips mode
 2009-05-06 12:51 UTC  (17+ messages)
    ` [PATCH v2] crypto: don't raise alarm for no ctr(aes) tests
  ` [PATCH] crypto: add ctr(aes) test vectors
        ` [PATCH v2] "

AMCC PPC4XX Security Driver-Self tests for GCM
 2009-05-06  6:17 UTC 

talitos_probe hangs
 2009-05-05 17:49 UTC  (3+ messages)

[PATCH] crypto: print self-test pass notices in fips mode
 2009-05-04 11:51 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] crypto: catch base cipher self-test failures in fips mode
 2009-05-04 11:49 UTC  (9+ messages)
        ` [PATCH v2] "

[PATCH 0/2] crypto: ansi_cprng self-test infra and vectors
 2009-05-04 11:48 UTC  (6+ messages)
` [PATCH 1/2] add infrastructure for ansi_cprng self-tests
` [PATCH 2/2] add ansi_cprng test vectors

[PATCH] add self-tests for rfc4309(ccm(aes))
 2009-05-04 11:24 UTC  (22+ messages)
        ` [PATCH v2] crypto: "
              ` [PATCH 0/3] crypto: add testmgr support and self-tests for rfc4309
                ` [PATCH 1/3] crypto: properly handle null input and assoc data aead test vectors
                ` [PATCH 2/3] crypto: handle ccm dec test vectors expected to fail verification
                ` [PATCH 3/3] crypto: add self-tests for rfc4309(ccm(aes))
                    ` [PATCH v4 0/2] crypto: add testmgr support and self-tests for rfc4309
                      ` [PATCH 1/2] crypto: handle ccm dec test vectors expected to fail verification
                      ` [PATCH 2/2] crypto: add self-tests for rfc4309(ccm(aes))

XTS cipher mode not using assembler AES implementation?
 2009-04-30 18:56 UTC 

No fear of falling
 2009-04-30 15:51 UTC 

Jolie dresses down to undies
 2009-04-30  5:03 UTC 

[RFC] [PATCH v2 0/4] Parallel IPsec
 2009-04-28 10:11 UTC  (16+ messages)
` [RFC] [PATCH v2 1/4] padata: generic interface for parallel processing
` [RFC] [PATCH v2 2/4] pcrypt: Add pcrypt crypto parallelization engine
` [RFC] [PATCH v2 3/4] xfrm: Add a netlink attribute for software crypto accelerators
` [RFC] [PATCH v2 4/4] esp: Use pcrypt if it is selected as software crypto accelerator

Green Card Lottery
 2009-04-27 21:08 UTC 

Winner
 2009-04-25 14:02 UTC 

Be smart, get medddds from well known chemists since 2002
 2009-04-22 10:34 UTC 

[BUILD FAILURE 12/12] Next April 21 : PPC64 randconfig [crypto/async_tx/async_xor.o]
 2009-04-21 18:55 UTC 

VIA Padlock driver no longer loads automatically
 2009-04-21 11:51 UTC  (5+ messages)

padlock hardware crypto for x86_64
 2009-04-21  5:59 UTC  (7+ messages)
` enable padlock on x86_64

Keep a spy eye on your Girlfriend's mobile
 2009-04-18  9:18 UTC 

[PATCH] crypto: eseqiv - fix IV generation for sync algorithms
 2009-04-15 12:45 UTC  (4+ messages)

[RFC] [PATCH 0/4] Parallel IPsec
 2009-04-14 13:05 UTC  (8+ messages)
` [RFC] [PATCH 2/4] cpu_chainiv: add percpu IV chain genarator

help for ixp4xx crypto panic
 2009-04-12  5:02 UTC  (4+ messages)
  ` [PATCH] ixp4xx_crypto: check firmware for crypto support

Harder banging is real!
 2009-04-11 23:15 UTC 

GCM benchmark
 2009-04-10  1:51 UTC 

[2.6.30-rc1] device-mapper: table: 254:0: crypt: Error allocating crypto tfm
 2009-04-09 13:22 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