linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-24 00:23:59 to 2017-02-05 09:52:04 UTC [more...]

[PATCH v2 0/6] Add support for ECDSA algorithm
 2017-02-05  9:51 UTC  (8+ messages)
` [PATCH v2 1/6] crypto: ecc: separate out ecc and ecdh
` [PATCH v2 2/6] crypto: ecc: add vli and ecc ops
` [PATCH v2 3/6] crypto: ecc: export "
` [PATCH v2 4/6] crypto: ecdsa: add ECDSA SW implementation
` [PATCH v2 5/6] crypto: testmgr: add ECDSA tests
` [PATCH v2 6/6] crypto: tcrypt: add ECDSA test modes

[PATCH 0/6] Broadcom SBA RAID support
 2017-02-05  6:06 UTC  (12+ messages)
` [PATCH 1/6] mailbox: Add new API mbox_channel_device() for clients
` [PATCH 2/6] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH 3/6] async_tx: Handle DMA devices having support for fewer PQ coefficients
` [PATCH 4/6] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH 5/6] dmaengine: Add Broadcom SBA RAID driver
  ` [PATCH 6/6] dt-bindings: Add DT bindings document for "

[RFC PATCH] crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
 2017-02-05  3:05 UTC  (6+ messages)

[PATCH v2] crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
 2017-02-04 21:49 UTC  (4+ messages)

[PATCH resend 4.9] hw_random: Don't use a stack buffer in add_early_randomness()
 2017-02-04 10:32 UTC  (4+ messages)

[PATCH v5 0/3] Add Support for Cavium Cryptographic Acceleration Unit
 2017-02-04  5:17 UTC  (8+ messages)
` [PATCH v5 1/3] drivers: crypto: Add Support for Octeon-tx CPT Engine
` [PATCH v5 2/3] drivers: crypto: Add the Virtual Function driver for CPT
` [PATCH v5 3/3] drivers: crypto: Enable CPT options crypto for build

[PATCH] crypto: improve gcc optimization flags for serpent and wp512
 2017-02-03 22:33 UTC 

[PATCH v4 0/3] Add Broadcom SPU Crypto Driver
 2017-02-03 17:55 UTC  (4+ messages)
` [PATCH v4 1/3] crypto: brcm: DT documentation for Broadcom SPU hardware
` [PATCH v4 2/3] crypto: brcm: Add Broadcom SPU driver
` [PATCH v4 3/3] arm64: dts: ns2: Add Broadcom SPU driver DT entry

[PATCH v3 0/3] crypto: time invariant AES for CCM (and CMAC/XCBC)
 2017-02-03 14:49 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: testmgr - add test cases for cbcmac(aes)
` [PATCH v3 2/3] crypto: ccm - switch to separate cbcmac driver
` [PATCH v3 3/3] crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver

[PATCH 0/6] Add support for ECDSA algorithm
 2017-02-03 11:16 UTC  (12+ messages)
` [PATCH 4/6] crypto: ecdsa: add ECDSA SW implementation
` [PATCH 5/6] crypto: testmgr: add ECDSA tests

[PATCH 1/2] crypto: arm64/aes - don't use IV buffer to return final keystream block
 2017-02-03 10:22 UTC  (4+ messages)
` [PATCH 2/2] crypto: arm/aes "

[PATCH v3 00/10] crypto - AES for ARM/arm64 updates for v4.11 (round #2)
 2017-02-03 10:22 UTC  (12+ messages)
` [PATCH v3 01/10] crypto: arm64/aes-neon-bs - honour iv_out requirement in CTR mode
` [PATCH v3 02/10] crypto: arm/aes-ce - remove cra_alignmask
` [PATCH v3 03/10] crypto: arm/chacha20 "
` [PATCH v3 04/10] crypto: arm64/aes-ce-ccm "
` [PATCH v3 05/10] crypto: arm64/aes-blk "
` [PATCH v3 06/10] crypto: arm64/chacha20 "
` [PATCH v3 07/10] crypto: arm64/aes - avoid literals for cross-module symbol references
` [PATCH v3 08/10] crypto: arm64/aes - performance tweak
` [PATCH v3 09/10] crypto: arm64/aes-neon-blk - tweak performance for low end cores
` [PATCH v3 10/10] crypto: arm64/aes - replace scalar fallback with plain NEON fallback

[PATCH] crypto: ccp: Fix double add when creating new DMA command
 2017-02-03 10:21 UTC  (3+ messages)

[PATCH] crypto: ccp: Fix DMA operations when IOMMU is enabled
 2017-02-03 10:21 UTC  (3+ messages)

[PATCH 0/8] Bug fixes
 2017-02-03 10:21 UTC  (10+ messages)
` [PATCH 1/8] crypto:chcr-Change flow IDs
` [PATCH 2/8] crypto:chcr- Fix key length for RFC4106
` [PATCH 3/8] crypto:chcr-fix itnull.cocci warnings
` [PATCH 4/8] crypto:chcr- Use cipher instead of Block Cipher in gcm setkey
` [PATCH 5/8] crypto:chcr: Change cra_flags for cipher algos
` [PATCH 6/8] crypto:chcr- Change algo priority
` [PATCH 7/8] crypto:chcr- Fix wrong typecasting
` [PATCH 8/8] crypto:chcr-Fix Smatch Complaint

[PATCH v3 00/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
 2017-02-03 10:20 UTC  (14+ messages)
` [PATCH v3 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
` [PATCH v3 02/12] crypto: atmel-sha: update request queue management to make it more generic
` [PATCH v3 03/12] crypto: atmel-sha: make atmel_sha_done_task "
` [PATCH v3 04/12] crypto: atmel-sha: redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*
` [PATCH v3 05/12] crypto: atmel-sha: add atmel_sha_wait_for_data_ready()
` [PATCH v3 06/12] crypto: atmel-sha: add SHA_MR_MODE_IDATAR0
` [PATCH v3 07/12] crypto: atmel-sha: add atmel_sha_cpu_start()
` [PATCH v3 08/12] crypto: atmel-sha: add simple DMA transfers
` [PATCH v3 09/12] crypto: atmel-sha: add support to hmac(shaX)
` [PATCH v3 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()
` [PATCH v3 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX), Y(aes)) modes
` [PATCH v3 12/12] crypto: atmel-sha: add verbose debug facilities to print hw register names

[PATCHv2] crypto: doc - Fix hash export state information
 2017-02-03 10:20 UTC  (2+ messages)

[PATCH v2 0/2 ] Bug Fixes for 4.10
 2017-02-03 10:20 UTC  (4+ messages)
` [PATCH v2 1/2] crypto:chcr- Fix panic on dma_unmap_sg
` [PATCH v2 2/2] crypto:chcr- Check device is allocated before use

[PATCH v2 0/4] crypto: time invariant AES for CCM (and GCM/CTR)
 2017-02-02 18:56 UTC  (10+ messages)
` [PATCH v2 1/4] crypto: testmgr - add test cases for cbcmac(aes)
` [PATCH v2 2/4] crypto: ccm - switch to separate cbcmac driver
` [PATCH v2 3/4] crypto: arm64/aes - add NEON and Crypto Extension CBC-MAC driver
` [RFC PATCH v2 4/4] crypto: aes - add generic time invariant AES for CTR/CCM/GCM

[PATCH] crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers
 2017-02-02 16:47 UTC  (2+ messages)

[PATCH v3] crypto: aes - add generic time invariant AES cipher
 2017-02-02 16:37 UTC 

crypto: NULL deref in sha512_mb_mgr_get_comp_job_avx2
 2017-02-02 16:00 UTC  (5+ messages)

[PATCH] crypto: generic/aes - drop alignment requirement
 2017-02-02 15:58 UTC 

[PATCH v3 0/3] Add Broadcom SPU Crypto Driver
 2017-02-02 15:11 UTC  (8+ messages)
` [PATCH v3 1/3] crypto: brcm: DT documentation for Broadcom SPU hardware
  ` [PATCH v3 2/3] crypto: brcm: Add Broadcom SPU driver
` [PATCH v3 3/3] arm64: dts: ns2: Add Broadcom SPU driver DT entry

[PATCH -stable] crypto: ccm - deal with CTR ciphers that honour iv_out
 2017-02-02 11:39 UTC  (6+ messages)

4.10 aesni-intel no longer having lrw/ablk_helper dependencies?
 2017-02-02  5:14 UTC  (4+ messages)

КЛИЕНТСКИЕ БАЗЫ тел +79139230330 Skype: prodawez390 Email: prodawez393@gmail.com Узнайте подробнее!
 2017-02-01 21:01 UTC 

[PATCH v4 0/4] Update LZ4 compressor module
 2017-02-01 20:18 UTC  (20+ messages)
  ` [PATCH v4 1/4] lib: "
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] lib: "
  ` [PATCH v5 2/5] lib/decompress_unlz4: Change module to work with new LZ4 module version
  ` [PATCH v5 3/5] crypto: Change LZ4 modules "
  ` [PATCH v5 4/5] fs/pstore: fs/squashfs: Change usage of LZ4 to work with new LZ4 version
  ` [PATCH v5 5/5] lib/lz4: Remove back-compat wrappers
` [PATCH v6 0/5] Update LZ4 compressor module
  ` [PATCH v6 1/5] lib: "
  ` [PATCH v6 2/5] lib/decompress_unlz4: Change module to work with new LZ4 module version
  ` [PATCH v6 3/5] crypto: Change LZ4 modules "
  ` [PATCH v6 4/5] fs/pstore: fs/squashfs: Change usage of LZ4 to work with new LZ4 version
  ` [PATCH v6 5/5] lib/lz4: Remove back-compat wrappers

[PATCH 1/1] crypto:algif_aead - Fix kernel panic on list_del
 2017-02-01 15:47 UTC  (2+ messages)

[PATCH] crypto: arm64/crc32 - detect crc32 support in assembler
 2017-02-01 15:12 UTC  (6+ messages)

[PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
 2017-02-01 14:06 UTC  (4+ messages)

[PATCH] crypto: tcrypt - Add mode to test specified algs
 2017-02-01 14:03 UTC  (4+ messages)

Crypto Fixes for 4.9
 2017-02-01  9:04 UTC  (4+ messages)
` Crypto Fixes for 4.10

[PATCH] crypto: qat - zero esram only for DH85x devices
 2017-01-31 13:35 UTC  (3+ messages)

[PATCH 0/4] Minor CCP driver improvements and clean-up
 2017-01-30 17:59 UTC  (6+ messages)
` [PATCH 1/4] crypto: ccp - Change mode for detailed CCP init messages
` [PATCH 2/4] crypto: ccp - Set the start-of-command bit
` [PATCH 3/4] crypto: ccp - Update the command queue on errors
` [PATCH 4/4] crypto: ccp - Simplify some buffer management routines

[PATCH] dm: switch dm-verity to async hash crypto API
 2017-01-30  0:28 UTC  (4+ messages)

[PATCH 0/4] crypto: time invariant AES for CCM (and GCM/CTR)
 2017-01-27  9:41 UTC  (8+ messages)
` [PATCH 1/4] crypto: testmgr - add test cases for cbcmac(aes)
` [PATCH 2/4] crypto: ccm - switch to separate cbcmac driver
` [PATCH 3/4] crypto: arm64/aes - add NEON and Crypto Extension CBC-MAC driver
` [RFC PATCH 4/4] crypto: aes - add generic time invariant AES for CTR/CCM/GCM

[PATCH] crypto: camellia: add missing declarations
 2017-01-27  5:31 UTC  (3+ messages)

[PATCH] crypto: doc - Fix hash export state information
 2017-01-26 15:33 UTC  (3+ messages)

[PATCH] x86/crypto: fix %progbits -> @progbits
 2017-01-25 22:37 UTC  (2+ messages)

[bug report] crypto: chcr - Add AEAD algos
 2017-01-24 10:43 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).