linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-01 06:17:11 to 2016-09-15 18:31:54 UTC [more...]

CONFIG_FIPS without module loading support?
 2016-09-15 18:31 UTC  (8+ messages)

crypto-caamhash: Fine-tuning for several function implementations
 2016-09-15 15:30 UTC  (9+ messages)
  ` [PATCH 1/6] crypto-caamhash: Use kmalloc_array() in ahash_setkey()
  ` [PATCH 2/6] crypto-caamhash: Rename jump labels "
  ` [PATCH 3/6] crypto-caamhash: Rename a jump label in five functions
  ` [PATCH 4/6] crypto-caamhash: Return a value directly in caam_hash_cra_init()
  ` [PATCH 5/6] crypto-caamhash: Delete an unnecessary initialisation in seven functions
  ` [PATCH 6/6] crypto-caamhash: Move common error handling code in two functions

[PATCHv3 00/11] crypto: omap HW crypto fixes
 2016-09-15  9:15 UTC  (19+ messages)
` [PATCHv3 03/11] crypto: omap-sham: implement context export/import APIs
` [PATCHv3 06/11] crypto: omap-des: Fix support for unequal lengths

[RFC] revamp fips_allowed flag
 2016-09-15  6:26 UTC  (4+ messages)

[PATCH -next] crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset
 2016-09-15  3:28 UTC 

[PATCH -next] crypto: omap-aes - fix error return code in omap_aes_probe()
 2016-09-15  3:27 UTC 

[PATCH -next] crypto: omap-des - fix error return code in omap_des_probe()
 2016-09-15  3:27 UTC 

[PATCH RESEND] crypto: doc - fix documentation for bulk registration functions
 2016-09-14 18:56 UTC 

[PATCH] crypto: squash lines for simple wrapper functions
 2016-09-14  2:29 UTC  (5+ messages)

[PATCH] hwrng: pasemi-rng - Use linux/io.h instead of asm/io.h
 2016-09-14  1:54 UTC  (4+ messages)
`  "

[BUG] crypto: atmel-aes - erro when compiling with VERBOSE_DEBUG enable
 2016-09-13 15:09 UTC 

[PATCH 0/2] add omitted release in qat_common
 2016-09-13 12:56 UTC  (12+ messages)
` [PATCH 1/2] crypto: qat - introduces a variable to handle error codes
` [PATCH 2/2] crypto: qat - fix resource release omissions
` [PATCH 0/2][RESEND] add omitted release in qat_common
  ` [PATCH 1/2][RESEND] crypto: qat - introduces a variable to handle error codes
  ` [PATCH v2 0/2] add omitted release in qat_common
    ` [PATCH v2 1/2] crypto: qat - introduces a variable to handle error codes
    ` [PATCH v2 2/2] crypto: qat - fix resource release omissions

[PATCH v7 0/9] crypto: asynchronous compression api
 2016-09-13 12:49 UTC  (10+ messages)
` [PATCH v7 1/9] crypto: add "
` [PATCH v7 2/9] crypto: add driver-side scomp interface
` [PATCH v7 3/9] crypto: scomp - add scratch buffers allocator and deallocator
` [PATCH v7 4/9] crypto: acomp - add support for lzo via scomp
` [PATCH v7 5/9] crypto: acomp - add support for lz4 "
` [PATCH v7 6/9] crypto: acomp - add support for lz4hc "
` [PATCH v7 7/9] crypto: acomp - add support for 842 "
` [PATCH v7 8/9] crypto: acomp - add support for deflate "
` [PATCH v7 9/9] crypto: acomp - update testmgr with support for acomp

[PATCH 1/2] crypto: arm/aes-ctr: fix NULL dereference in tail processing
 2016-09-13 12:43 UTC  (3+ messages)
` [PATCH 2/2] crypto: arm64/aes-ctr: "

[PATCH] hwrng: geode-rng - Use linux/io.h instead of asm/io.h
 2016-09-13 12:42 UTC  (2+ messages)

[PATCH] hwrng: geode-rng - Migrate to managed API
 2016-09-13 12:42 UTC  (2+ messages)

[PATCH -next] hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
 2016-09-13 12:41 UTC  (4+ messages)
` [STLinux Kernel] "

[PATCH] hwrng: amd-rng - Migrate to managed API
 2016-09-13 12:41 UTC  (2+ messages)

[PATCH v2] hwrng: core - Allocate memory during module init
 2016-09-13 12:40 UTC  (2+ messages)

algif_aead: AIO broken with more than one iocb
 2016-09-13 11:29 UTC  (5+ messages)

Memory corruption in algif_skciper AIO sendpage with multiple iocb
 2016-09-13 11:27 UTC  (4+ messages)
` [PATCH v3] crypto: only call put_page on referenced and used pages

Crypto Update for 3.18
 2016-09-13 10:35 UTC  (12+ messages)
` Crypto Update for 3.19
  ` Crypto Update for 3.20
    ` Crypto Update for 4.1
      ` Crypto Update for 4.2
        ` Crypto Update for 4.3
          ` Crypto Update for 4.4
            ` Crypto Update for 4.5
              ` Crypto Fixes "
                ` Crypto Fixes for 4.8

[RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
 2016-09-13  9:56 UTC 

[PATCH v2 0/8] Add support for SafeXcel IP-76 to OMAP RNG
 2016-09-13  9:48 UTC  (10+ messages)
` [PATCH v2 1/8] dt-bindings: Add vendor prefix for INSIDE Secure
` [PATCH v2 2/8] dt-bindings: omap-rng: Document SafeXcel IP-76 device variant
` [PATCH v2 3/8] hwrng: omap - Switch to non-obsolete read API implementation
` [PATCH v2 4/8] hwrng: omap - Remove global definition of hwrng
` [PATCH v2 5/8] hwrng: omap - Add support for 128-bit output of data
` [PATCH v2 6/8] hwrng: omap - Don't prefix the probe message with OMAP
` [PATCH v2 7/8] hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
` [PATCH v2 8/8] arm64: dts: marvell: add TRNG description for Armada 8K CP

Kernel panic - encryption/decryption failed when open file on Arm64
 2016-09-13  7:56 UTC  (10+ messages)

[PATCH] crypto: qce: Initialize core src clock @100Mhz
 2016-09-13  4:00 UTC  (6+ messages)

BUG while working on algif_skcipher AIO support
 2016-09-10 11:50 UTC  (2+ messages)
` [PATCH] crypto: call put_page on used pages only

Company Agent Needed
 2016-09-10  8:37 UTC 

BUG in recvmsg using io_submit
 2016-09-10  3:48 UTC  (4+ messages)
` [PATCH] crypto: only call put_page used pages
  ` [PATCH v2] "

[PATCH] softirq: fix tasklet_kill() and its users
 2016-09-10  1:41 UTC  (2+ messages)

test
 2016-09-09  3:47 UTC 

[PATCH 0/9] Add support for SafeXcel IP-76 to OMAP RNG
 2016-09-08 17:02 UTC  (16+ messages)
` [PATCH 1/9] dt-bindings: Add vendor prefix for INSIDE Secure
` [PATCH 2/9] dt-bindings: omap-rng: Document SafeXcel IP-76 device variant
` [PATCH 3/9] hwrng: omap - Switch to non-obsolete read API implementation
` [PATCH 4/9] hwrng: omap - Use the managed device resource API for registration
` [PATCH 5/9] hwrng: omap - Remove global definition of hwrng
` [PATCH 6/9] hwrng: omap - Add support for 128-bit output of data
` [PATCH 7/9] hwrng: omap - Don't prefix the probe message with OMAP
` [PATCH 8/9] hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
` [PATCH 9/9] arm64: dts: marvell: add TRNG description for Armada 8K CP

[PATCH] crypto: engine: fix linux-next merge conflict
 2016-09-08 13:57 UTC 

rmmod crypto driver when ipsec is in use
 2016-09-08 11:19 UTC  (2+ messages)

[PATCH] crypto: arm/ghash: change internal cra_name to "__ghash"
 2016-09-07 13:22 UTC  (2+ messages)

[PATCH v2] hwrng: pasemi_rng.c: Migrate to managed API
 2016-09-07 13:22 UTC  (2+ messages)

[PATCH] crypto: mv_cesa: remove NO_IRQ reference
 2016-09-07 13:21 UTC  (3+ messages)

[PATCH] crypto: ccp - add missing release in ccp_dmaengine_register
 2016-09-07 13:21 UTC  (2+ messages)

[PATCH v2 0/3] crypto: arm and cryptd fixes
 2016-09-07 13:21 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: arm/sha1-neon - add support for building in Thumb2 mode
` [PATCH v2 2/3] crypto: arm/ghash-ce - add missing async import/export
` [PATCH v2 3/3] crypto: cryptd - initialize child shash_desc on import

[PATCH] crypto: caam - fix rfc3686(ctr(aes)) IV load
 2016-09-07 13:20 UTC  (2+ messages)

[PATCH v4 0/2] crypto: engine: permit to enqueue ashash_request
 2016-09-07 13:20 UTC  (2+ messages)

[PATCH] crypto: qat - fix incorrect accelerator mask for C3X devices
 2016-09-07 13:20 UTC  (2+ messages)

[PATCH] char: hw_random: bcm2835: handle of_iomap failures in bcm2835 driver
 2016-09-07 13:19 UTC  (2+ messages)

[PATCH] hwrng: core - Allocate memory during module init
 2016-09-07 13:16 UTC  (4+ messages)

[PATCH] crypto: caam: add missing header dependencies
 2016-09-07 13:11 UTC  (2+ messages)

echainiv not working as supposed to be?
 2016-09-07 10:42 UTC  (3+ messages)

linux 3.10 crash with crypto hardware assist,
 2016-09-06 19:13 UTC 

[PATCH 13/21] padata: Convert to hotplug state machine
 2016-09-06 17:04 UTC 

[PATCH][V2] s390/crypto: initialize ret to nbytes to avoid returning garbage value
 2016-09-06  7:25 UTC 

[PATCH] s390/crypto: initialize ret to zero to avoid returning garbage value
 2016-09-06  7:10 UTC  (2+ messages)

[PATCH 1/2] crypto: arm/ghash-ce - add missing async import/export
 2016-09-05  9:41 UTC  (5+ messages)

[cryptodev:master 65/80] drivers/pci/quirks.c:843:6: error: 'struct pci_dev' has no member named 'sriov'
 2016-09-05  9:12 UTC  (3+ messages)

algif_akcipher
 2016-09-05  8:57 UTC  (2+ messages)

Who will copy the AAD data to dest. buffer
 2016-09-03 13:19 UTC  (4+ messages)

dm-crypt: flush crypt_queue on suspend? on REQ_FLUSH?
 2016-09-03  6:26 UTC  (2+ messages)
` [dm-devel] "

[PATCH v2 0/4] hw_random: Add driver for Ingenic JZ4780 SoC RNG
 2016-09-02 12:57 UTC  (4+ messages)
` [PATCH v2 3/4] hw_random: jz4780-rng: Add RNG node to jz4780.dtsi

bcachefs: Encryption (Posting for review)
 2016-09-02  4:41 UTC 

[RFC PATCH] crypto: caam - convert from ablkcipher -> skcipher
 2016-09-01 10:12 UTC  (2+ messages)

AF_ALG zero-size hash fails
 2016-09-01  9:16 UTC  (3+ messages)

[PATCH] hwrng: pasemi_rng.c: Migrate to managed API
 2016-09-01  6:59 UTC  (7+ 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).