Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-09 10:19:52 to 2015-06-16 05:45:58 UTC [more...]

[v2 PATCH 0/8] crypto: aead - Convert gcm to new interface
 2015-06-16  5:45 UTC 

[PATCH RFC v5 0/4] crypto: Introduce Public Key Encryption API
 2015-06-16  4:48 UTC  (30+ messages)
` [PATCH RFC v5 1/4] MPILIB: add mpi_read_buf() and mpi_get_size() helpers
` [PATCH RFC v5 2/4] crypto: add PKE API
` [PATCH RFC v5 3/4] crypto: rsa: add a new rsa generic implementation
` [PATCH RFC v5 4/4] crypto: add tests vectors for RSA

[PATCH RFC 00/11] crypto: caam - Add i.MX6 support to the Freescale CAAM driver
 2015-06-16  4:32 UTC  (18+ messages)
` [PATCH RFC 01/11] crypto: caam - Add cache coherency support
` [PATCH RFC 02/11] crypto: caam - Add register I/O primitives for ARM compatibility
` [PATCH RFC 03/11] crypto: caam - Enable and disable clocks on Freescale i.MX platforms
` [PATCH RFC 04/11] crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definition
` [PATCH RFC 05/11] crypto: caam - Add cache coherency support to Freescale CAAM scatterlist implementation
` [PATCH RFC 06/11] crypto: caam - Enable MXC devices to select CAAM driver in Kconfig
` [PATCH RFC 07/11] crypto: caam - Unmap data prior to displaying data in print statements
` [PATCH RFC 08/11] crypto: caam - improve initalization for context state saves
` [PATCH RFC 09/11] crypto: caam - Fix incorrect size when DMA unmapping buffer
` [PATCH RFC 10/11] crypto: caam - Provide correct value to iounmap() in controller driver
` [PATCH RFC 11/11] crypto: caam - fix RNG buffer cache alignment

[V6 PATCH 0/7] ACPI: Introduce support for _CCA object
 2015-06-16  3:45 UTC  (11+ messages)
` [V6 PATCH 1/7] ACPI / scan: Parse _CCA and setup device coherency
` [V6 PATCH 2/7] arm64 : Introduce support for ACPI _CCA object
` [V6 PATCH 3/7] device property: Introduces device_dma_is_coherent()
` [V6 PATCH 4/7] crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
` [V6 PATCH 5/7] amd-xgbe: "
` [V6 PATCH 6/7] megaraid_sas: fix TRUE and FALSE re-define build error
` [V6 PATCH 7/7] ufs: "

[BUG?] crypto: caam: little/big endianness on ARM vs PPC
 2015-06-16  3:27 UTC  (6+ messages)

[PATCH 0/8] crypto: aead - Convert gcm to new interface
 2015-06-15 14:05 UTC  (14+ messages)
` [PATCH 1/8] crypto: testmgr - Disable rfc4543 test
` [PATCH 2/8] crypto: gcm - Convert to new AEAD interface
` [PATCH 3/8] crypto: testmgr - Update rfc4543 test vectors
` [PATCH 4/8] crypto: nx - Convert GCM to new AEAD interface
` [PATCH 5/8] crypto: caam - Handle errors in dma_map_sg_chained
` [PATCH 6/8] crypto: caam - Convert GCM to new AEAD interface
` [PATCH 7/8] Revert "crypto: testmgr - Disable rfc4543 test"
` [PATCH 8/8] crypto: testmgr - Add mcgrew test vectors for rfc4106

[RESEND PATCH v4 00/14] crypto: add a new driver for Marvell's CESA
 2015-06-15 12:40 UTC  (27+ messages)
` [RESEND PATCH v4 01/14] crypto: mv_cesa: document the clocks property
` [RESEND PATCH v4 02/14] crypto: mv_cesa: use gen_pool to reserve the SRAM memory region
` [RESEND PATCH v4 03/14] crypto: mv_cesa: explicitly define kirkwood and dove compatible strings
` [RESEND PATCH v4 04/14] crypto: add a new driver for Marvell's CESA
` [RESEND PATCH v4 05/14] crypto: marvell/CESA: add TDMA support
` [RESEND PATCH v4 06/14] crypto: marvell/CESA: add DES support
` [RESEND PATCH v4 07/14] crypto: marvell/CESA: add Triple-DES support
` [RESEND PATCH v4 08/14] crypto: marvell/CESA: add MD5 support
` [RESEND PATCH v4 09/14] crypto: marvell/CESA: add SHA256 support
` [RESEND PATCH v4 10/14] crypto: marvell/CESA: add support for all armada SoCs
` [RESEND PATCH v4 11/14] crypto: marvell/CESA: add allhwsupport module parameter
` [RESEND PATCH v4 13/14] crypto: marvell/CESA: add support for Kirkwood and Dove SoCs
  ` [RESEND PATCH v4 12/14] crypto: marvell/CESA: add support for Orion SoCs
  ` [RESEND PATCH v4 14/14] crypto: marvell/CESA: add DT bindings documentation

[PATCH] crypto: aesni-intel: fix crypto_fpu_exit() section mismatch
 2015-06-15 10:19 UTC  (2+ messages)

[PATCH 0/2] remove nx842.h from include/linux
 2015-06-15 10:19 UTC  (4+ messages)
` [PATCH 1/2] crypto: move include/linux/nx842.h into drivers/crypto/nx/nx-842.h
` [PATCH 2/2] crypto: replace NX842_MEM_COMPRESS with function

crypto: vmx - Remove duplicate PPC64 dependency
 2015-06-15  8:55 UTC  (2+ messages)
` crypto: vmx - Reindent to kernel style

[cryptodev:master 73/233] drivers/crypto/nx/nx-842-pseries.c:45:14: error: 'DDE_BUFFER_LAST_MULT' undeclared here (not in a function)
 2015-06-13 15:37 UTC 

caam: Can you do zero-length seq fifo loads?
 2015-06-13 14:36 UTC 

[PATCH RFC v4 0/4] crypto: Introduce Public Key Encryption API
 2015-06-12 18:59 UTC  (15+ messages)
` [PATCH RFC v4 1/4] MPILIB: add mpi_read_buf(), mpi_copy() and mpi_get_size() helpers
` [PATCH RFC v4 2/4] crypto: add PKE API
` [PATCH RFC v4 3/4] crypto: rsa: add a new rsa generic implementation
` [PATCH RFC v4 4/4] crypto: add tests vectors for RSA

[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
 2015-06-12 12:58 UTC  (9+ messages)
` [PATCH 02/13] dmaengine: Introduce dma_request_slave_channel_compat_reason()

[PATCH v13 0/2] crypto: AF_ALG: add AEAD support
 2015-06-11 23:03 UTC  (4+ messages)
` [PATCH v13 1/2] "

[PATCH v4 00/14] crypto: add a new driver for Marvell's CESA
 2015-06-11 20:14 UTC  (29+ messages)
` [PATCH v4 01/13] crypto: mv_cesa: use gen_pool to reserve the SRAM memory region
` [PATCH v4 02/13] crypto: mv_cesa: explicitly define kirkwood and dove compatible strings
` [PATCH v4 02/14] crypto: mv_cesa: use gen_pool to reserve the SRAM memory region
` [PATCH v4 03/14] crypto: mv_cesa: explicitly define kirkwood and dove compatible strings
` [PATCH v4 04/14] crypto: add a new driver for Marvell's CESA
` [PATCH v4 04/13] crypto: marvell/CESA: add TDMA support
` [PATCH v4 05/13] crypto: marvell/CESA: add DES support
` [PATCH v4 05/14] crypto: marvell/CESA: add TDMA support
` [PATCH v4 06/14] crypto: marvell/CESA: add DES support
` [PATCH v4 06/13] crypto: marvell/CESA: add Triple-DES support
` [PATCH v4 07/13] crypto: marvell/CESA: add MD5 support
` [PATCH v4 07/14] crypto: marvell/CESA: add Triple-DES support
` [PATCH v4 08/14] crypto: marvell/CESA: add MD5 support
` [PATCH v4 08/13] crypto: marvell/CESA: add SHA256 support
` [PATCH v4 09/14] "
` [PATCH v4 10/14] crypto: marvell/CESA: add support for all armada SoCs
` [PATCH v4 11/14] crypto: marvell/CESA: add allhwsupport module parameter
  ` [PATCH v4 01/14] crypto: mv_cesa: document the clocks property
  ` [PATCH v4 03/13] crypto: add a new driver for Marvell's CESA
  ` [PATCH v4 09/13] crypto: marvell/CESA: add support for all armada SoCs
  ` [PATCH v4 10/13] crypto: marvell/CESA: add allhwsupport module parameter
  ` [PATCH v4 11/13] crypto: marvell/CESA: add support for Orion SoCs
` [PATCH v4 12/13] crypto: marvell/CESA: add support for Kirkwood and Dove SoCs
` [PATCH v4 12/14] crypto: marvell/CESA: add support for Orion SoCs
` [PATCH v4 13/13] crypto: marvell/CESA: add DT bindings documentation
` [PATCH v4 13/14] crypto: marvell/CESA: add support for Kirkwood and Dove SoCs
` [PATCH v4 14/14] crypto: marvell/CESA: add DT bindings documentation

[PATCH] trivial: report backend_cra_name when allocation fails
 2015-06-11 14:00 UTC  (8+ messages)
` [PATCH] crypto/drbg: "

[PATCH 0/3] crypto: picoxcell - Clamp AEAD SG list by input length
 2015-06-11  3:28 UTC  (4+ messages)
` [PATCH 1/3] crypto: picoxcell - Include linux/sizes.h
` [PATCH 2/3] crypto: picoxcell - Make use of sg_nents_for_len
` [PATCH 3/3] crypto: picoxcell - Clamp AEAD SG list by input length

crypto: drbg - Add select on sha256
 2015-06-11  1:44 UTC  (4+ messages)

[PATCH v5 04/10] x86/asm/crypto: Fix asmvalidate warnings for aesni-intel_asm.S
 2015-06-10 12:06 UTC  (2+ messages)
` [PATCH v5 05/10] x86/asm/crypto: Fix asmvalidate warnings for ghash-clmulni-intel_asm.S

[PATCH v2] crypto: drbg - reseed often if seedsource is degraded
 2015-06-10 11:20 UTC  (2+ messages)

[PATCH RFC] crypto: drbg - lower reseed threshold if seed source is degraded
 2015-06-09 15:33 UTC  (6+ messages)

[PATCH] crypto: drbg - use pragmas for disabling optimization
 2015-06-09 14:35 UTC  (2+ messages)

[PATCH] crypto: qat - Set max request size
 2015-06-09 14:34 UTC  (2+ messages)

[PATCH RFC] crypto: testmgr - Document struct cipher_testvec
 2015-06-09 14:34 UTC  (2+ messages)

[PATCH] crypto: drbg - decrease verbosity
 2015-06-09 14:18 UTC  (4+ messages)
` [PATCH v2] crypto: drbg - initialize in subsys_initcall

[PATCH 0/3] random: Replace kernel blocking API with callback API
 2015-06-09 13:55 UTC  (8+ messages)
` [PATCH 1/3] random: Add callback API for random pool readiness
` [PATCH 2/3] crypto: drbg - Use callback API for random readiness
` [PATCH 3/3] random: Remove kernel blocking API


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 read-only IMAP folder(s) and NNTP newsgroup(s).