linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-26 20:23:08 to 2013-11-12 16:41:59 UTC [more...]

Crypto Update for 2.6.38
 2013-11-12 16:41 UTC  (12+ messages)
` 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
            ` Crypto Update for 3.8
              ` Crypto Update for 3.9
                ` Crypto Update for 3.12
                  ` Crypto Update for 3.13

[PATCH 1/2] crypto: testmgr - make test_skcipher also test 'dst != src' code paths
 2013-11-12 11:11 UTC  (3+ messages)
` [PATCH 2/2] crypto: testmgr - make test_aead "

[PATCH] powerpc: add explicit OF includes for ppc4xx
 2013-11-12  4:52 UTC  (2+ messages)

[PATCH RESEND] crypto: make sure *blkcipher_walk_init properly initialises walk
 2013-11-11 11:26 UTC  (3+ messages)

[PATCH] CPU Jitter RNG: inclusion into kernel crypto API and /dev/random
 2013-11-11  2:58 UTC  (52+ messages)
      ` Fwd: "

[PATCH 1/3] crypto: Fully restore ahash request before completing
 2013-11-10 17:48 UTC  (19+ messages)
` [PATCH 2/3] ARM: mxs: crypto: Add Freescale MXS DCP driver
` [PATCH 3/3] ARM: mxs: dts: Enable DCP for MXS

[PATCH] CRYPTO: async_tx: Fixed a couple of typos
 2013-11-09 17:30 UTC 

[PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support
 2013-11-08 15:08 UTC  (8+ messages)
` [PATCH RESEND 1/7] ARM: at91/dt/trivial: use macro for AES irq type
` [PATCH RESEND 2/7] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix
` [PATCH RESEND 3/7] ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes
` [PATCH RESEND 4/7] crypto: atmel-aes - add support for Device Tree
` [PATCH RESEND 5/7] crypto: atmel-tdes "
` [PATCH RESEND 6/7] crypto: atmel-sha "
` [PATCH RESEND 7/7] crypto: atmel-sha - add sha information to the log

[RESEND 2][PATCH] hwrng: add randomness to system from rng sources
 2013-11-04  0:20 UTC 

[PATCH 0/4] random: improve entropy pool initialization at boot time
 2013-11-03 23:10 UTC  (8+ messages)
` [PATCH 1/4] random: use device attach events for entropy
` [PATCH 2/4] random: make add_timer_randomness() fill the nonblocking pool first
` [PATCH 3/4] random: printk notifications for urandom pool initialization
` [PATCH 4/4] random: don't zap entropy count in rand_initialize()

linux-next: Tree for Oct 31 (crypto, rsa, mpi)
 2013-11-01 18:21 UTC  (3+ messages)

[PATCH -next] crypto: padlock: Remove #define PFX, use pr_<level>
 2013-10-31 18:59 UTC 

[PATCH 00/51] DMA mask changes
 2013-10-31 14:49 UTC  (11+ messages)
` [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 31/51] DMA-API: media: omap3isp: "

[RFC] Unaligned CTR mode tests in crypto/testmgr.h
 2013-10-31  8:40 UTC  (6+ messages)

crypto: s390 - Fix aes-cbc IV corruption
 2013-10-31  3:25 UTC 

[PATCH] crypto: omap-aes: Fix CTR mode counter length
 2013-10-30  4:11 UTC  (2+ messages)

[PATCH] CRYPTO: omap-sham: Add missing modalias
 2013-10-30  4:11 UTC  (2+ messages)

[PATCH] padata: make the sequence counter an atomic_t
 2013-10-30  4:11 UTC  (7+ messages)
    ` [PATCH RESEND] "

[PATCH 1/3] crypto: caam - Add Platform driver for Job Ring
 2013-10-30  4:11 UTC  (4+ messages)
` [PATCH 2/3] crypto: caam - Add API's to allocate/free Job Rings
` [PATCH 3/3] crypto: caam - Modify the interface layers to use JR API's

crypto: skcipher - Use eseqiv even on UP machines
 2013-10-25 21:57 UTC  (3+ messages)

[PATCH] crypto: blkcipher: do not read unutialised walk->flags
 2013-10-25 11:27 UTC 

linux-next: Tree for Oct 22 (crypto/asymmetric_keys/rsa.c)
 2013-10-22 22:36 UTC 

[PATCH] crypto: n2_core: insert '!err' condition in else scope
 2013-10-20 12:12 UTC  (6+ messages)

[PATCH] [CRYPTO] kconfig: Corrected a typo
 2013-10-17 22:03 UTC  (2+ messages)

[RFC V4 PATCH 00/15] Signature verification of hibernate snapshot
 2013-10-17 14:18 UTC  (2+ messages)

testmgr: async hashes : _update and _final tests
 2013-10-17 11:30 UTC 

[PATCH 0/5] Authenc key parsing consolidation
 2013-10-16 12:58 UTC  (7+ messages)
` [PATCH 1/5] crypto: authenc - Export key parsing helper function
` [PATCH 2/5] crypto: authencesn - Simplify key parsing
` [PATCH 3/5] crypto: ixp4xx - Simplify and harden "
` [PATCH 4/5] crypto: picoxcell "
` [PATCH 5/5] crypto: talitos - Simplify "

[PATCH] crypto: mv_cesa: remove deprecated IRQF_DISABLED
 2013-10-16 12:57 UTC  (2+ messages)

[PATCH] crypto: atmel-aes - add support for Device Tree
 2013-10-15 14:43 UTC  (4+ messages)
` [PATCH 1/3] crypto: atmel-tdes "
  ` [PATCH 2/3] crypto: atmel-sha "
  ` [PATCH 3/3] crypto: atmel-sha - add sha information to the log

[PATCH 1/3] ARM: at91/dt/trivial: use macro for AES irq type
 2013-10-15  8:14 UTC  (5+ messages)
` [PATCH 2/3] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix
` [PATCH 3/3] ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes

initcall calibrate_xor_blocks returned with preemption imbalance
 2013-10-11 18:42 UTC  (4+ messages)

Scatterwalk / scatterlist compatibility
 2013-10-11 13:51 UTC 

[PATCH] sha256_ssse3: also test for BMI2
 2013-10-07  7:11 UTC  (2+ messages)

[PATCH 1/2] crypto: sahara: Remove redundant of_match_ptr
 2013-10-07  7:11 UTC  (3+ messages)
` [PATCH 2/2] crypto: mv_cesa: "

crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
 2013-10-07  7:10 UTC  (2+ messages)

[PATCH] crypto: dcp: Check the return value from devm_ioremap_resource()
 2013-10-07  7:10 UTC  (2+ messages)

[PATCH v2 0/3] ARM: NEON based fast(er) AES in CBC/CTR/XTS modes
 2013-10-04 18:57 UTC  (15+ messages)
` [PATCH v2 1/3] ARM: pull in <asm/simd.h> from asm-generic
` [PATCH v2 2/3] ARM: move AES typedefs and function prototypes to separate header
` [PATCH v2 3/3] ARM: add support for bit sliced AES using NEON instructions

randconfig build error with next-20131003, in crypto
 2013-10-04 17:23 UTC 

[PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
 2013-10-03 12:14 UTC  (7+ messages)
    ` Status of "kernel crypto services" patch? "

crypto: GCM API usage
 2013-10-03 12:10 UTC  (5+ messages)

randconfig build error with next-20131002, in crypto
 2013-10-03  8:25 UTC  (4+ messages)
    ` [PATCH] crypto: Correct RSA MPI dependency

[PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848
 2013-10-02 16:32 UTC  (2+ messages)

Getting started with crypto drivers
 2013-09-29 18:10 UTC 

Asymmetric cryptography HW offloading
 2013-09-29 17:50 UTC  (4+ 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).