linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-21 10:10:08 to 2016-12-01 20:49:21 UTC [more...]

[bug report] crypto: chcr - Add AEAD algos
 2016-12-01 20:48 UTC 

[PATCH] crypto: marvell - Don't copy hash operation twice into the SRAM
 2016-12-01 16:27 UTC  (2+ messages)

[PATCH] crypto: arm/aesbs - Select SIMD in Kconfig
 2016-12-01 13:43 UTC  (3+ messages)

[PATCH v2] crypto: AF_ALG - fix AEAD AIO handling of zero buffer
 2016-12-01 13:22 UTC  (2+ messages)

[PATCH 1/4] crypto: api - fix comment typo
 2016-12-01 13:21 UTC  (5+ messages)
` [PATCH 2/4] crypto: doc - fix header file name
` [PATCH 3/4] crypt: doc - remove misleading mention of async API
` [PATCH 4/4] MAINTAINERS: add crypto headers to crypto entry

[PATCH 1/1] crypto: set error code when kcalloc fails
 2016-12-01 13:21 UTC  (2+ messages)

[PATCH 1/2] crypto: caam: pass key buffers with typesafe pointers
 2016-12-01 13:21 UTC  (3+ messages)
` [PATCH 2/2] crypto: caam: make aamalg_desc a proper module

[cryptodev:master 109/113] drivers/crypto/caam/caamalg_desc.c:67:27: warning: cast to pointer from integer of different size
 2016-12-01 12:53 UTC  (3+ messages)
` [PATCH] crypto: caam - fix key pointer size warning

[PATCH v5 0/1] virtio-crypto: add Linux driver
 2016-12-01 12:39 UTC  (2+ messages)
` [PATCH v5 1/1] crypto: add virtio-crypto driver

[PATCH v4 0/1] virtio-crypto: add Linux driver
 2016-12-01 12:33 UTC  (8+ messages)
` [PATCH v4 1/1] crypto: add virtio-crypto driver

[cryptodev:master 98/130] arch/arm64/crypto/aes-neon-blk.o:(.bss+0x0): multiple definition of `aes_simd_algs'
 2016-12-01  5:45 UTC  (2+ messages)

[PATCH 0/3] Add Broadcom SPU Crypto Driver
 2016-11-30 20:07 UTC  (4+ messages)
` [PATCH 1/3] crypto: brcm: DT documentation for Broadcom SPU driver
  ` [PATCH 2/3] crypto: brcm: Add "
` [PATCH 3/3] crypto: brcm: Add Broadcom SPU driver DT entry

[PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion
 2016-11-30 13:36 UTC  (3+ messages)

[PATCH 1/4] crypto: arm/aes-ce: fix broken monolithic build
 2016-11-30 13:24 UTC  (8+ messages)
` [PATCH 2/4] crypto: skcipher - fix crash in skcipher_walk_aead()
` [PATCH 3/4] crypto: arm64/aes-ce-ccm - fix decrypt path with new skcipher interface
` [PATCH 4/4] crypto: arm64/aes-ce-ctr: fix skcipher conversion

[PATCH v3 00/10] crypto/chcr: AEAD support and bug fixes
 2016-11-30 13:18 UTC  (12+ messages)
` [PATCH v3 01/10] crypto/chcr:Fix memory corruption
` [PATCH v3 02/10] crypto/chcr:Cosmetic change
` [PATCH v3 03/10] crypto/chcr: Added new structure chcr_wr
` [PATCH v3 04/10] crypto/chcr: Fixes Unchecked dereference inside function
` [PATCH v3 05/10] crypto/chcr: Remove dynamic allocation
` [PATCH v3 06/10] crypto/chcr: Calculate Reverse round key in setkey callback
` [PATCH v3 07/10] crypto/chcr: Adjust Dest. buffer size
` [PATCH v3 08/10] crypto/chcr: Use SHASH_DESC_ON_STACK
` [PATCH v3 09/10] crypto/chcr: Move tfm ctx variable to request context
` [PATCH v3 10/10] Add AEAD algos

bug in blkcipher_walk code
 2016-11-30 13:18 UTC  (8+ messages)
  ` [PATCH] crypto: CTR DRBG - prevent invalid SG mappings
      ` [PATCH RESEND] "
          ` [PATCH v2] "

[PATCH] crypto: rsa - Add Makefile dependencies to fix parallel builds
 2016-11-29 19:15 UTC 

[PATCH v3] virtio-crypto: add Linux driver
 2016-11-29 11:50 UTC  (18+ messages)
` [PATCH v3] crypto: add virtio-crypto driver
    ` [virtio-dev] "

linux-next: build failure after merge of the crypto tree
 2016-11-29  8:43 UTC  (2+ messages)

[PATCH] crypto: arm64/sha2: add generated .S files to .gitignore
 2016-11-29  8:11 UTC  (2+ messages)

[RFC PATCH] IV Generation algorithms for dm-crypt
 2016-11-29  7:50 UTC  (7+ messages)
` [RFC PATCH] crypto: Add IV generation algorithms

[cryptodev:master 89/113] crypto/lrw.c:313:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values
 2016-11-29  6:35 UTC  (3+ messages)
` [PATCH] crypto: fix ifnullfree.cocci warnings

[cryptodev:master 102/113] ERROR: "simd_skcipher_free" [arch/arm/crypto/aes-arm-bs.ko] undefined!
 2016-11-28 21:27 UTC 

[cryptodev:master 99/113] ERROR: "simd_skcipher_free" [arch/arm/crypto/aes-arm-ce.ko] undefined!
 2016-11-28 20:38 UTC 

[cryptodev:master 98/113] arch/arm64/crypto/aes-glue.c:353: undefined reference to `simd_skcipher_free'
 2016-11-28 20:09 UTC 

[cryptodev:master 90/113] crypto/xts.c:254:2-8: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values
 2016-11-28 17:55 UTC  (2+ messages)
` [PATCH] crypto: fix ifnullfree.cocci warnings

[PATCH 0/4] crypto: CRCT10DIF support for ARM and arm64
 2016-11-28 14:59 UTC  (8+ messages)
` [PATCH 1/4] crypto: testmgr - avoid overlap in chunked tests
` [PATCH 2/4] crypto: testmgr - add/enhance test cases for CRC-T10DIF
` [PATCH 3/4] crypto: arm64/crct10dif - port x86 SSE implementation to arm64
` [PATCH 4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM

[PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512
 2016-11-28 13:32 UTC  (6+ messages)

[PATCH] crypto: acomp - don't use stack buffer in test_acomp()
 2016-11-28 13:29 UTC  (2+ messages)

[PATCH] crypto: powerpc - Rename CRYPT_CRC32C_VPMSUM option
 2016-11-28 13:29 UTC  (3+ messages)

[PATCH 00/10] crypto: caam - shared descriptor generation refactoring
 2016-11-28 13:29 UTC  (11+ messages)
` [PATCH 01/10] crypto: caam - move append_key_aead() into init_sh_desc_key_aead()
` [PATCH 02/10] crypto: caam - group algorithm related params
` [PATCH 03/10] crypto: caam - remove superfluous alg_op algorithm param
` [PATCH 04/10] crypto: caam - improve key inlining
` [PATCH 05/10] crypto: caam - rewrite some generic inline append cmds
` [PATCH 06/10] crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM
` [PATCH 08/10] crypto: caam - consolidate split key length computation
` [PATCH 09/10] crypto: caam - refactor ahash shared descriptor generation
` [PATCH 10/10] MAINTAINERS: add maintainers for caam crypto driver

[PATCH v2 0/9] crypto/chcr: AEAD support and bug fixes
 2016-11-28 12:49 UTC  (11+ messages)
` [PATCH v2 1/9] crypto/chcr:Fix memory corruption done
` [PATCH v2 2/9]crypto/chcr: Added new structure chcr_wr to populate Work Request Header
` [PATCH v2 3/9] crypto/chcr: Fixes Unchecked dereference inside function
` [PATCH v2 4/9] crypto/chcr: Remove dynamic allocation
` [PATCH v2 5/9]crypto/chcr: Calculate Reverse round key in setkey callback
` [PATCH v2 6/9] crypto/chcr: Adjust Dest. buffer size
` [PATCH v2 7/9] crypto/chcr: Use SHASH_DESC_ON_STACK
` [PATCH v2 8/9] crypto/chcr: Move tfm ctx variable to request context
` [PATCH v2 9/9] crypto/chcr: Add AEAD algos

[PATCH] crypto: caam: check caam_emi_slow instead of re-lookup platform
 2016-11-28 17:53 UTC 

[PATCH 0/3] crypto: AF_ALG - AEAD memory handling fixes
 2016-11-28 11:39 UTC  (5+ messages)
` [PATCH 2/3] crypto: AF_ALG - disregard AAD buffer space for output

[PATCH] crypto: vmx - rebuild generated asm when target changes
 2016-11-28  8:48 UTC  (3+ messages)

BALANCE PAYMENT
 2016-11-28  6:03 UTC 

BALANCE PAYMENT
 2016-11-28  6:03 UTC 

[PATCH v2 0/2] virtio-crypto: add Linux driver
 2016-11-28  5:38 UTC  (14+ messages)
` [PATCH v2 1/2] virtio: introduce little edian functions for virtio_cread/write# family
    ` [virtio-dev] "
      `  "
` [PATCH v2 2/2] crypto: add virtio-crypto driver
    ` [virtio-dev] "
      `  "

[PATCH 0/2] CRC32 for ARM and arm64 using PMULL and CRC instructions
 2016-11-26 20:15 UTC  (3+ messages)
` [PATCH 1/2] crypto: arm64/crc32 - accelerated support based on x86 SSE implementation
` [PATCH 2/2] crypto: arm/crc32 "

40147 linux-crypto
 2016-11-24 19:05 UTC 

[PATCH 0/2] KEYS: Fixes [ver #3]
 2016-11-24 13:23 UTC  (3+ messages)
` [PATCH 1/2] X.509: Fix double free in x509_cert_parse() "
` [PATCH 2/2] mpi: Fix NULL ptr dereference in mpi_powm() "

53486 linux-crypto
 2016-11-24  6:32 UTC 

[PATCH] mpi: Fix NULL ptr dereference in mpi_powm()
 2016-11-23 16:28 UTC 

[PATCH] X.509: Fix double free in x509_cert_parse()
 2016-11-23 16:16 UTC 

Crypto Fixes for 4.9
 2016-11-23  5:36 UTC  (2+ messages)

[PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation
 2016-11-22 13:38 UTC  (3+ messages)

[v3 PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3
 2016-11-22 12:08 UTC  (17+ messages)
` [v3 PATCH 1/16] crypto: skcipher - Add skcipher walk interface
` [v3 PATCH 2/16] crypto: aes-ce-ccm - Use "
` [v3 PATCH 3/16] crypto: lrw - Convert to skcipher
` [v3 PATCH 4/16] crypto: xts "
` [v3 PATCH 5/16] crypto: api - Do not clear type bits in crypto_larval_lookup
` [v3 PATCH 6/16] crypto: cryptd - Add support for skcipher
` [v3 PATCH 7/16] crypto: simd - Add simd skcipher helper
` [v3 PATCH 8/16] crypto: pcbc - Convert to skcipher
` [v3 PATCH 9/16] crypto: glue_helper - Add skcipher xts helpers
` [v3 PATCH 10/16] crypto: testmgr - Do not test internal algorithms
` [v3 PATCH 11/16] crypto: aesni - Convert to skcipher
` [v3 PATCH 12/16] crypto: arm64/aes "
` [v3 PATCH 13/16] crypto: aes-ce "
` [v3 PATCH 14/16] crypto: cbc "
` [v3 PATCH 15/16] crypto: cbc - Export CBC implementation
` [v3 PATCH 16/16] crypto: aesbs - Convert to skcipher

vmalloced stacks and scatterwalk_map_and_copy()
 2016-11-21 18:08 UTC  (5+ messages)

[PATCH] hw_random: Make explicit that max >= 32 always
 2016-11-21 14:55 UTC  (2+ messages)

[PATCH] crypto: CTR DRBG - advance output buffer pointer
 2016-11-21 14:55 UTC  (2+ 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).