linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-22 13:34:25 to 2015-05-28 04:49:30 UTC [more...]

[PATCH] xfrm6: Do not use xfrm_local_error for path MTU issues in tunnels
 2015-05-28  4:49 UTC  (2+ messages)

[PATCH RFC v2 0/2] crypto: Introduce Public Key Encryption API
 2015-05-28  4:08 UTC  (7+ messages)
` [PATCH RFC v2 1/2] crypto: add PKE API

[PATCH] crypto: jitterentropy - remove timekeeping_valid_for_hres
 2015-05-28  3:31 UTC  (2+ messages)

crypto: algif_aead - Disable AEAD user-space for now
 2015-05-28  3:30 UTC  (2+ messages)
` Revert "crypto: algif_aead - Disable AEAD user-space for now"

[PATCH v1 0/3] crypto: ccp - CCP driver updates 2015-05-26
 2015-05-28  0:36 UTC  (10+ messages)
` [PATCH v1 1/3] crypto: ccp - Remove manual check and set of dma_mask pointer
` [PATCH v1 2/3] crypto: ccp - Remove unused structure field
` [PATCH v1 3/3] crypto: ccp - Protect against poorly marked end of sg list

[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
 2015-05-27 17:48 UTC  (24+ messages)
` [PATCH 01/13] dmaengine: of_dma: Correct return code for of_dma_request_slave_channel in case !CONFIG_OF
` [PATCH 02/13] dmaengine: Introduce dma_request_slave_channel_compat_reason()
  ` [PATCH 03/13] serial: 8250_dma: Support for deferred probing when requesting DMA channels
  ` [PATCH 09/13] crypto: omap-des - "
  ` [PATCH 13/13] ASoC: omap-pcm: Switch to use dma_request_slave_channel_compat_reason()
` [PATCH 04/13] mmc: omap_hsmmc: No need to check DMA channel validity at module remove
` [PATCH 05/13] mmc: omap_hsmmc: Support for deferred probing when requesting DMA channels
` [PATCH 06/13] mmc: omap: "
` [PATCH 07/13] mmc: davinci_mmc: "
` [PATCH 08/13] crypto: omap-aes - "
` [PATCH 10/13] crypto: omap-sham - Support for deferred probing when requesting DMA channel
` [PATCH 11/13] spi: omap2-mcspi: Support for deferred probing when requesting DMA channels
` [PATCH 12/13] [media] omap3isp: Support for deferred probing when requesting DMA channel

[ipsec PATCH 0/3] Preserve skb->mark through VTI tunnels
 2015-05-27 14:16 UTC  (4+ messages)
` [ipsec PATCH 1/3] ip_vti/ip6_vti: Do not touch skb->mark on xmit
` [ipsec PATCH 2/3] xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input
` [ipsec PATCH 3/3] ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call

[PATCH 0/11] crypto: aead - Tweaks/fixes to new AEAD interface
 2015-05-27 12:01 UTC  (16+ messages)
` [PATCH 1/11] crypto: aead - Document behaviour of AD in destination buffer
` [PATCH 2/11] crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
` [PATCH 3/11] crypto: aead - Preserve in-place processing in old_crypt
` [PATCH 4/11] crypto: aead - Add common IV generation code
` [PATCH 5/11] crypto: echainiv - Copy AD along with plain text
` [PATCH 6/11] crypto: echainiv - Use common IV generation code
` [PATCH 7/11] crypto: echainiv - Fix IV size in context size calculation
` [PATCH 8/11] crypto: seqiv - Copy AD along with plain/cipher text
` [PATCH 9/11] crypto: seqiv - Use common IV generation code
` [PATCH 10/11] crypto: seqiv - Fix IV size in context size calculation
` [PATCH 11/11] crypto: seqiv - Fix module unload/reload crash

[PATCH 0/8] ARM: mvebu: Add support for RAID6 PQ offloading
 2015-05-27 11:52 UTC  (9+ messages)

[PATCH v3 0/2] crypto: add a new driver for Marvell's CESA
 2015-05-27 11:38 UTC  (40+ messages)
` [PATCH v3 01/16] crypto: mv_cesa: request registers memory region
` [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA
` [PATCH v3 11/16] crypto: marvell/CESA: add support for Kirkwood SoCs
` [PATCH v3 13/16] ARM: marvell/dt: add crypto node to armada-xp.dtsi
` [PATCH v3 14/16] ARM: marvell/dt: enable crypto on armada-xp-gp
` [PATCH v3 15/16] ARM: marvell/dt: add crypto node to armada 370 dtsi
` [PATCH v3 16/16] ARM: marvell/dt: add crypto node to kirkwood dtsi

[cryptodev:master 158/160] crypto/jitterentropy.c:133:2: error: implicit declaration of function 'timekeeping_valid_for_hres'
 2015-05-27 10:42 UTC 

crypto: algif_aead - Switch to new AEAD interface
 2015-05-27 10:14 UTC  (3+ messages)

[PATCH v10 0/5] Seeding DRBG with more entropy
 2015-05-27  9:55 UTC  (7+ messages)
` [PATCH v10 1/5] random: Blocking API for accessing nonblocking_pool
` [PATCH v10 2/5] crypto: drbg - prepare for async seeding
` [PATCH v10 3/5] crypto: drbg - add async seeding operation
` [PATCH v10 4/5] crypto: drbg - use Jitter RNG to obtain seed
` [PATCH v10 5/5] crypto: add jitterentropy RNG

[PATCH] crypto: nx - tweak Makefile dependencies
 2015-05-27  9:50 UTC  (2+ messages)

[PATCH 0/7] crypto: Convert all AEAD users to new interface
 2015-05-27  9:32 UTC  (49+ messages)
` [PATCH 5/7] esp6: Switch to new AEAD interface
` [v2 PATCH 0/13] crypto: Convert all AEAD users to new interface
  ` [v2 PATCH 13/13] crypto: algif_aead - Switch to new AEAD interface
        ` [PATCH 0/2] crypto: Use tmpl->create when registering geniv
  ` [v3 PATCH 0/8] crypto: Convert all AEAD users to new interface
    ` [v3 PATCH 1/8] crypto: testmgr - Switch to new AEAD interface
    ` [v3 PATCH 2/8] xfrm: Add IV generator information to xfrm_algo_desc
    ` [v3 PATCH 3/8] ipsec: Add IV generator information to xfrm_state
    ` [v3 PATCH 4/8] esp4: Switch to new AEAD interface
    ` [v3 PATCH 5/8] esp6: "
    ` [v3 PATCH 6/8] mac802154: "
    ` [v3 PATCH 7/8] mac80211: "
    ` [v3 PATCH 8/8] crypto: tcrypt - "

[net-next PATCH RFC 0/3] Preserve skb->mark through VTI tunnels
 2015-05-27  7:55 UTC  (6+ messages)
` [net-next PATCH RFC 1/3] ip_vti/ip6_vti: Do not touch skb->mark on xmit
` [net-next PATCH RFC 2/3] xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input
` [net-next PATCH RFC 3/3] ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call

crypto: echainiv - Add encrypted chain IV generator
 2015-05-26  9:36 UTC 

[PATCH 00/10] omap3 crypto fixes
 2015-05-26 10:54 UTC  (4+ messages)
` [PATCH 02/10] ARM: OMAP3: Fix crypto support for HS devices

Crypto Fixes for 3.13
 2015-05-26  8:43 UTC  (14+ messages)
    ` Crypto Fixes for 3.14
      ` Crypto Fixes for 3.19
          ` Crypto Fixes for 4.1

[PATCH cryptodev] crypto: echainiv_read_iv() can be static
 2015-05-25 12:58 UTC  (2+ messages)

[PATCH] Added one larger ghash testvector (400 bytes) to the testmgr
 2015-05-25 12:57 UTC  (2+ messages)

Announce loop-AES-v3.7d file/swap crypto package
 2015-05-24  8:58 UTC 

[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
 2015-05-24  8:12 UTC  (14+ messages)
` [PATCH v9 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
` [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator
      `  "
        ` [linux-sunxi] "

[PATCH 0/8] crypto: aead - Use type-safe instance registration and remove cryptoff
 2015-05-23  7:41 UTC  (9+ messages)
` [PATCH 1/8] crypto: skcipher - Use tmpl->create
` [PATCH 2/8] crypto: aead "
` [PATCH 3/8] crypto: seqiv - Use aead_register_instance
` [PATCH 4/8] crypto: echainiv "
` [PATCH 5/8] crypto: aead - Do not set cra_type for new style instances
` [PATCH 6/8] crypto: echainiv - Stop using cryptoff
` [PATCH 7/8] crypto: seqiv "
` [PATCH 8/8] crypto: aead - Remove unused cryptoff parameter

[V5 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-23  1:38 UTC  (8+ messages)
` [V5 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency

[PATCH] crypto: move Kconfig 842 to end of list, default to N
 2015-05-23  0:35 UTC  (3+ 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).