Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2016-06-21 08:08:40 to 2016-06-24 09:26:48 UTC [more...]

[PATCH v6 0/8] crypto: asynchronous compression api
 2016-06-24  9:26 UTC  (7+ messages)
` [PATCH v6 2/8] crypto: add driver-side scomp interface

crypto: rsa - Do not gratuitously drop leading zeroes
 2016-06-24  9:23 UTC  (22+ messages)
` [PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA
` [PATCH 2/8] crypto: rsa - Generate fixed-length output
` [PATCH 3/8] lib/mpi: Do not do sg_virt
` [PATCH 4/8] crypto: rsa-pkcs1pad - Require hash to be present
` [PATCH 5/8] crypto: rsa-pkcs1pad - Remove bogus page splitting
` [PATCH 6/8] crypto: rsa-pkcs1pad - Always use GFP_KERNEL
` [PATCH 7/8] crypto: rsa-pkcs1pad - Move key size check to setkey
` [PATCH 8/8] crypto: rsa-pkcs1pad - Avoid copying output when possible

linux-next: build failure after merge of the crypto tree
 2016-06-24  6:20 UTC 

[PATCH 0/5] crypto: Fix IPsec reordering caused by cryptd
 2016-06-24  8:40 UTC  (8+ messages)
` [PATCH 1/5] crypto: cryptd - Add helpers to check whether a tfm is queued
` [PATCH 2/5] crypto: aesni - Fix cryptd reordering problem on gcm
` [PATCH 3/5] crypto: ablk_helper - Fix cryptd reordering
` [PATCH 4/5] crypto: ghash-clmulni "
` [PATCH 5/5] crypto: ghash-ce "

[cryptodev:master 79/79] (.text+0x330de0): multiple definition of `ecdh_shared_secret'
 2016-06-24  6:45 UTC  (8+ messages)

[PATCH v8 0/6] crypto: algif - add akcipher
 2016-06-24  6:07 UTC  (9+ messages)
` [PATCH v8 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v8 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v8 4/6] crypto: algif_akcipher - enable compilation
  ` [PATCH v8 1/6] crypto: AF_ALG -- add sign/verify API
  ` [PATCH v8 5/6] crypto: algif_akcipher - add ops_nokey
` [PATCH v8 6/6] crypto: AF_ALG - add support for key_id

[PATCH 0/7] crypto: SHA256 multibuffer implementation
 2016-06-24  1:40 UTC  (8+ messages)
` [PATCH 1/7] crypto: sha256-mb - SHA256 multibuffer job manager and glue code
` [PATCH 2/7] crypto: sha256-mb - Enable multibuffer support
` [PATCH 3/7] crypto: sha256-mb - submit/flush routines for AVX2
` [PATCH 4/7] crypto: sha256-mb - Algorithm data structures
` [PATCH 5/7] crypto: sha256-mb - Crypto computation (x8 AVX2)
` [PATCH 6/7] crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
` [PATCH 7/7] crypto: sha1-mb - rename sha-mb to sha1-mb

[PATCH] crypto: user - re-add size check for CRYPTO_MSG_GETALG
 2016-06-24  1:00 UTC  (6+ messages)

Doing crypto in small stack buffers (bluetooth vs vmalloc-stack crash, etc)
 2016-06-23 22:11 UTC  (9+ messages)

[PATCH 0/8] KEYS: keyctl operations for asymmetric keys [ver #2]
 2016-06-23 15:46 UTC  (10+ messages)
` [PATCH 1/8] KEYS: Provide key type operations for asymmetric key ops "
` [PATCH 2/8] KEYS: Provide keyctls to drive the new key type ops for asymmetric keys "
` [PATCH 3/8] KEYS: Provide missing asymmetric key subops for new key type ops "
` [PATCH 4/8] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type "
` [PATCH 5/8] KEYS: Provide software public key query function "
` [PATCH 6/8] KEYS: Allow the public_key struct to hold a private key "
` [PATCH 7/8] KEYS: Implement encrypt, decrypt and sign for software asymmetric "
` [PATCH 8/8] KEYS: Implement PKCS#8 RSA Private Key parser "

[PATCH v6 0/6] crypto: algif - add akcipher
 2016-06-23 15:22 UTC  (8+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

[PATCH 0/8] KEYS: keyctl operations for asymmetric keys
 2016-06-23 13:47 UTC 

[PATCH] crypto : async implementation for sha1-mb
 2016-06-23 10:45 UTC  (2+ messages)

[PATCH v3 00/10] Chain crypto requests together at the DMA level
 2016-06-23 10:44 UTC  (13+ messages)
` [PATCH v3 01/10] crypto: marvell: Add a macro constant for the size of the crypto queue
` [PATCH v3 02/10] crypto: marvell: Check engine is not already running when enabling a req
` [PATCH v3 03/10] crypto: marvell: Fix wrong type check in dma functions
` [PATCH v3 04/10] crypto: marvell: Copy IV vectors by DMA transfers for acipher requests
` [PATCH v3 08/10] crypto: marvell: Add load balancing between engines
` [PATCH v3 09/10] crypto: marvell: Add support for chaining crypto requests in TDMA mode
` [PATCH v3 10/10] crypto: marvell: Increase the size of the crypto queue

[PATCH v11 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-06-23 10:44 UTC  (5+ messages)
` [PATCH v11 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v11 2/3] crypto: kpp - Add DH software implementation
` [PATCH v11 3/3] crypto: kpp - Add ECDH software support

[PATCHv2 00/27] crypto: fixes for omap family of devices
 2016-06-23  4:49 UTC  (29+ messages)
` [PATCHv2 01/27] crypto: omap-sham: use runtime_pm autosuspend for clock handling
` [PATCHv2 02/27] crypto: omap-sham: change queue size from 1 to 10
` [PATCHv2 03/27] crypto: omap: do not call dmaengine_terminate_all
` [PATCHv2 04/27] crypto: omap-sham: set sw fallback to 240 bytes
` [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed
` [PATCHv2 06/27] crypto: ahash: increase the maximum allowed statesize
` [PATCHv2 07/27] crypto: omap-sham: implement context export/import APIs
` [PATCHv2 08/27] crypto: omap-des: Fix support for unequal lengths
` [PATCHv2 09/27] crypto: omap-aes - Fix enabling clocks
` [PATCHv2 10/27] crypto: omap-aes: Add support for multiple cores
` [PATCHv2 11/27] crypto: omap-aes: Add fallback support
` [PATCHv2 12/27] crypto: engine: avoid unnecessary context switches
` [PATCHv2 13/27] crypto: omap-aes: fix crypto engine initialization order
` [PATCHv2 14/27] crypto: omap-des: "
` [PATCHv2 15/27] ARM: dts: DRA7: Add DT node for DES IP
` [PATCHv2 16/27] ARM: dts: DRA7: Add DT nodes for AES IP
` [PATCHv2 17/27] ARM: dts: DRA7: Add support for SHA IP
` [PATCHv2 18/27] ARM: dts: DRA7: Add DT node for RNG IP
` [PATCHv2 19/27] ARM: dts: AM43xx: clk: Add RNG clk node
` [PATCHv2 20/27] ARM: dts: AM43xx: Add node for RNG
` [PATCHv2 21/27] ARM: DRA7: hwmod: Add data for DES IP
` [PATCHv2 22/27] ARM: DRA7: hwmod: Add data for AES IP
` [PATCHv2 23/27] ARM: DRA7: hwmod: Add data for SHA IP
` [PATCHv2 24/27] ARM: DRA7: hwmod: Add data for RNG IP
` [PATCHv2 25/27] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
` [PATCHv2 26/27] ARM: AM43xx: hwmod: Add data for DES
` [PATCHv2 27/27] ARM: AMx3xx: hwmod: Add data for RNG

[PATCH 0/3] hw_random: bcm2835: Add support for Broadcom BCM5301x
 2016-06-23  0:55 UTC  (5+ messages)
` [PATCH 1/3] Documentation: devicetree: bindings: Add BCM5301x binding
` [PATCH 2/3] hw_random: bcm2835: Add support for Broadcom BCM5301x
` [PATCH 3/3] ARM: dts: BCM5301x: Add RNG Device Tree node

[PATCH v2] crypto: Jitter RNG - use ktime_get_ns as fallback
 2016-06-22 20:16 UTC  (3+ messages)

KEYS: Use skcipher for big keys
 2016-06-22 14:23 UTC  (2+ messages)

[PATCH v4 0/5] /dev/random - a new approach
 2016-06-22 13:25 UTC  (23+ messages)

[PATCH v10 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-06-22 10:08 UTC  (11+ messages)
` [PATCH v10 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v10 2/3] crypto: kpp - Add DH software implementation
` [PATCH v10 3/3] crypto: kpp - Add ECDH software support

[[PATCH v2] 11/11] hwrng: exynos - fixup IO accesors
 2016-06-22 11:53 UTC  (3+ messages)

[PATCH 00/28] crypto: omap fixes / support additions
 2016-06-22  9:17 UTC  (13+ messages)
` [PATCH 02/28] crypto: omap-sham: Don't idle/start SHA device between Encrypt operations
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
  ` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP

[PATCH v9 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-06-21 20:57 UTC  (6+ messages)
` [PATCH v9 2/3] crypto: kpp - Add DH software implementation

RV Owners Email List
 2016-06-21 19:08 UTC 

[PATCH] crypto: Jitter RNG - use ktime_get_raw_ns as fallback
 2016-06-21 19:38 UTC  (6+ messages)
      ` [Y2038] "

[PATCH v5 0/7] /dev/random - a new approach
 2016-06-21 18:46 UTC  (8+ messages)

[PATCH] crypto: use timespec64 for jent_get_nstime
 2016-06-21 17:16 UTC  (11+ messages)
      ` [Y2038] "

[PATCH] crypto : async implementation for sha1-mb
 2016-06-21 13:07 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