Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-15 11:26:48 to 2015-06-18 13:52:13 UTC [more...]

[v2 PATCH 0/8] crypto: aead - Convert gcm to new interface
 2015-06-18 11:18 UTC  (14+ messages)
` [v2 PATCH 1/8] crypto: testmgr - Disable rfc4543 test
` [v2 PATCH 2/8] crypto: gcm - Convert to new AEAD interface
` [v2 PATCH 3/8] crypto: testmgr - Update rfc4543 test vectors
` [v2 PATCH 4/8] crypto: nx - Convert GCM to new AEAD interface
` [v2 PATCH 5/8] crypto: caam - Handle errors in dma_map_sg_chained
` [v2 PATCH 6/8] crypto: caam - Convert GCM to new AEAD interface
      ` [PATCH 1/2] crypto: caam - Reintroduce DESC_MAX_USED_BYTES
      ` [PATCH 2/2] crypto: caam - Set last bit on src SG list
` [v2 PATCH 7/8] Revert "crypto: testmgr - Disable rfc4543 test"
` [v2 PATCH 8/8] crypto: testmgr - Add mcgrew test vectors for rfc4106

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

variable iv lengths for aes-gcm
 2015-06-18  9:44 UTC  (3+ messages)

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

[PATCH] crypto: caam - fix non-64-bit write/read access
 2015-06-18  6:49 UTC  (3+ messages)

[PATCH 0/2] crypto: aead - Fix aead_instance memory overrun
 2015-06-18  6:00 UTC  (3+ messages)
` [PATCH 1/2] crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg
` [PATCH 2/2] crypto: aead - Fix aead_instance struct size

Crypto Fixes for 3.13
 2015-06-18  3:43 UTC  (11+ messages)
` Crypto Fixes for 3.14
  ` Crypto Fixes for 3.19
      ` Crypto Fixes for 4.1

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

[PATCH RFC v7 0/3] crypto: Introduce Public Key Encryption API
 2015-06-17 16:06 UTC  (10+ messages)
` [PATCH RFC v7 1/3] crypto: add PKE API
` [PATCH RFC v7 2/3] crypto: rsa: add a new rsa generic implementation
` [PATCH RFC v7 3/3] crypto: add tests vectors for RSA

[PATCH] crypto: poly1305 - Pass key as first two message blocks to each desc_ctx
 2015-06-17  9:13 UTC  (2+ messages)

[PATCH 0/3] crypto: picoxcell - Clamp AEAD SG list by input length
 2015-06-17  8:23 UTC  (2+ messages)

[PATCH RFC 00/11] crypto: caam - Add i.MX6 support to the Freescale CAAM driver
 2015-06-17  8:23 UTC  (26+ 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

crypto: tcrypt - Fixed AEAD speed test setup
 2015-06-17  6:05 UTC 

crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
 2015-06-17  6:04 UTC 

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

[PATCH 0/2] crypto: testmgr: test IV value after a cipher operation
 2015-06-16  9:46 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: testmgr: add iv_out information for all CBC testvec

[PATCH RFC v6 0/3] crypto: Introduce Public Key Encryption API
 2015-06-16  8:41 UTC  (6+ messages)
` [PATCH RFC v6 1/3] crypto: add PKE API
` [PATCH RFC v6 2/3] crypto: rsa: add a new rsa generic implementation
` [PATCH RFC v6 3/3] crypto: add tests vectors for RSA

[PATCH RFC v5 0/4] crypto: Introduce Public Key Encryption API
 2015-06-16  6:40 UTC  (33+ 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

[V6 PATCH 0/7] ACPI: Introduce support for _CCA object
 2015-06-16  3:45 UTC  (3+ messages)

[PATCH 0/8] crypto: aead - Convert gcm to new interface
 2015-06-15 14:05 UTC  (7+ messages)
` [PATCH 6/8] crypto: caam - Convert GCM to new AEAD interface

[RESEND PATCH v4 00/14] crypto: add a new driver for Marvell's CESA
 2015-06-15 12:40 UTC  (12+ messages)
` [RESEND PATCH v4 04/14] "


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).