linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-01 14:25:18 to 2016-07-19 07:40:36 UTC [more...]

[PATCH v2 1/2] crypto: vmx - Adding asm subroutines for XTS
 2016-07-19  7:40 UTC  (3+ messages)
` [PATCH v2 2/2] crypto: vmx - Adding support "

[Patch-V2 0/3] crypto/chcr: Add Chelsio Crypto Driver
 2016-07-19  5:42 UTC  (4+ messages)
` [Patch-V2 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD
` [Patch-V2 2/3] chcr: Support for Chelsio's Crypto Hardware
` [Patch-V2 3/3] crypto: Added Chelsio Menu to the Kconfig file

[PATCH V2 0/2] Automatically load the vmx_crypto module if supported
 2016-07-19  4:03 UTC  (3+ messages)
` [PATCH V2 1/2] powerpc: Add module autoloading based on CPU features
` [PATCH V2 2/2] crypto: vmx - Convert to CPU feature based module autoloading

[PATCH 0/2] Automatically load the vmx_crypto module if supported
 2016-07-19  3:59 UTC  (13+ messages)
` [PATCH 1/2] Allow drivers to be autoloaded
` [PATCH 1/2] powerpc: Add module autoloading based on CPU features
` [PATCH 2/2] Automatically load the vmx_crypto module if supported
` [PATCH 2/2] crypto: vmx - Convert to CPU feature based module autoloading

[patch] crypto: sha256-mb - cleanup a || vs | typo
 2016-07-18 22:12 UTC  (14+ messages)

[cryptodev:master 147/175] DocBook: include/crypto/skcipher.h:135: warning: No description found for parameter 'base'
 2016-07-18 16:59 UTC  (2+ messages)

[RFC PATCH] KEYS: add SP800-56A KDF support for DH
 2016-07-18 15:37 UTC  (19+ messages)
` [PATCH v3 0/4] crypto: Key Derivation Function (SP800-108)
  ` [PATCH v3 1/4] crypto: add template handling for RNGs
  ` [PATCH v3 2/4] crypto: kdf - add known answer tests
  ` [PATCH v3 3/4] crypto: kdf - SP800-108 Key Derivation Function
  ` [PATCH v3 4/4] crypto: kdf - enable compilation
` [PATCH] DH support: add KDF handling support

[cryptodev:master 163/175] DocBook: include/linux/crypto.h:1: warning: no structured comments found
 2016-07-18 13:15 UTC 

[patch] crypto: nx - off by one bug in nx_of_update_msc()
 2016-07-18 10:23 UTC  (2+ messages)

[PATCH] crypto: rsa-pkcs1pad - Fix akcipher request allocation
 2016-07-18 10:23 UTC  (3+ messages)

[PATCH] crypto: testmgr - Print akcipher algorithm name
 2016-07-18 10:20 UTC 

[PATCH] crypto: marvell: Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op
 2016-07-18 10:00 UTC  (2+ messages)

[PATCH 0/6] crypto: img-hash - fixes and interface changes
 2016-07-18  6:13 UTC  (13+ messages)
` [PATCH 1/6] crypto: img-hash - Fix null pointer exception
` [PATCH 2/6] crypto: img-hash - Fix hash request context
` [PATCH 3/6] crypto: img-hash - Reconfigure DMA Burst length
` [PATCH 4/6] crypto: img-hash - Add suspend resume hooks for img hash
` [PATCH 5/6] crypto: img-hash - Add support for export and import
` [PATCH 6/6] crypto: img-hash - log a successful probe

[PATCH 0/3] KEYS: Miscellaneous fixes
 2016-07-17 23:10 UTC  (4+ messages)
` [PATCH 1/3] PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined
` [PATCH 2/3] pefile: Fix the failure of calculation for digest
` [PATCH 3/3] KEYS: Fix for erroneous trust of incorrectly signed X.509 certs

[V2][PATCH 1/2] PKCS#7: Fix kernel panic when referring to the empty AuthorityKeyIdentifier
 2016-07-17 22:58 UTC  (4+ messages)

Please quote urgently
 2016-07-15  2:41 UTC 

[V2][PATCH 2/2] pefile: Fix the failure of calculation for digest
 2016-07-14  2:18 UTC 

Fast Loans
 2016-07-13 12:27 UTC 

[PATCH 1/2] crypto: vmx - Adding asm subroutines for XTS
 2016-07-13 16:02 UTC  (9+ messages)
` [PATCH 2/2] crypto: vmx - Adding support "

Loan Offer
 2016-07-13  0:41 UTC 

[PATCH 0/3] crypto/chcr: Add Chelsio Crypto Driver
 2016-07-12  8:44 UTC  (10+ messages)
` [PATCH 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD
` [PATCH 2/3] chcr: Support for Chelsio's Crypto Hardware
` [PATCH 3/3] crypto: Added Chelsio Menu to the Kconfig file

[PATCH 0/30] crypto: skcipher - skcipher algorithm conversion part 2
 2016-07-12  5:18 UTC  (31+ messages)
` [PATCH 1/30] crypto: skcipher - Add low-level skcipher interface
` [PATCH 2/30] crypto: null - Add new default null skcipher
` [PATCH 3/30] crypto: aead - Add chunk size
` [PATCH 4/30] crypto: authenc - Use skcipher
` [PATCH 5/30] crypto: authencesn "
` [PATCH 6/30] crypto: ctr - Use skcipher in rfc3686
` [PATCH 7/30] crypto: ccm - Use skcipher
` [PATCH 8/30] crypto: gcm "
` [PATCH 9/30] crypto: chacha20poly1305 "
` [PATCH 10/30] crypto: cryptd - Add support for skcipher
` [PATCH 11/30] crypto: aead - Add skcipher null for IV generators
` [PATCH 12/30] crypto: echainiv - Use skcipher
` [PATCH 13/30] crypto: seqiv "
` [PATCH 14/30] crypto: aead - Remove blkcipher null for IV generators
` [PATCH 15/30] crypto: null - Remove default null blkcipher
` [PATCH 16/30] crypto: cts - Convert to skcipher
` [PATCH 17/30] crypto: user - Remove crypto_lookup_skcipher call
` [PATCH 18/30] crypto: skcipher - Remove top-level givcipher interface
` [PATCH 19/30] crypto: simd - Add simd skcipher helper
` [PATCH 20/30] crypto: omap - Stop using crypto scatterwalk_bytes_sglen
` [PATCH 21/30] crypto: scatterwalk - Remove scatterwalk_bytes_sglen
` [PATCH 22/30] crypto: scatterwalk - Add no-copy support to copychunks
` [PATCH 23/30] crypto: api - Optimise away crypto_yield when hard preemption is on
` [PATCH 24/30] crypto: scatterwalk - Fix test in scatterwalk_done
` [PATCH 25/30] crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedone
` [PATCH 26/30] crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_start
` [PATCH 27/30] crypto: scatterwalk - Inline start/map/done
` [PATCH 28/30] crypto: skcipher - Add skcipher walk interface
` [PATCH 29/30] crypto: aes-ce-ccm - Use "
` [PATCH 30/30] crypto: lrw - Convert to skcipher

[PATCH] crypto: qat - Stop dropping leading zeros from RSA output
 2016-07-11 10:08 UTC  (2+ messages)

[PATCH] crypto: qat - Add DH support
 2016-07-11 10:08 UTC  (2+ messages)

[PATCH] [linux-next] crypto: doc- Fix double words "the the" in crypto-API.tmpl
 2016-07-11 10:08 UTC  (2+ messages)

[PATCH v8 0/6] crypto: algif - add akcipher
 2016-07-08 17:26 UTC  (8+ messages)
` [PATCH v8 6/6] crypto: AF_ALG - add support for key_id

DH & KDF
 2016-07-06 18:45 UTC  (3+ messages)

AEAD: Having separate underlying cipher handle for each request
 2016-07-06 13:10 UTC  (5+ messages)

[PATCH 0/3] Add RSA CRT mode to qat driver
 2016-07-05 15:16 UTC  (5+ messages)
` [PATCH 1/3] crypto: rsa - Store rest of the private key components
` [PATCH 2/3] crypto: testmgr - Add 4K private key to RSA testvector
` [PATCH 3/3] crypto: qat - Add RSA CRT mode

[PATCH] crypto: bfin_crc: Simplify use of devm_ioremap_resource
 2016-07-05 15:15 UTC  (2+ messages)

[v10 PATCH] crypto: caam - add support for RSA algorithm
 2016-07-05 15:15 UTC  (2+ messages)

[PATCH] crypto: testmgr - Set err before proceeding
 2016-07-05 15:15 UTC  (2+ messages)

[PATCH v2] crypto: qat - Switch to new rsa_helper functions
 2016-07-05 15:14 UTC  (2+ messages)

[PATCH 1/2] powerpc: define FUNC_START/FUNC_END
 2016-07-05 15:14 UTC  (4+ messages)
` [PATCH 2/2] crypto: powerpc: Add POWER8 optimised crc32c

[PATCH] Enable slice hang handling for C3X and C6X devices
 2016-07-05 11:04 UTC  (2+ messages)

Здравствуйте! Вас интересуют клиентские базы данных? ДА - НЕТ пришлите на email: aburov52@gmail.com Skype: prodawez389 Пришлем подробности!
 2016-07-04 13:16 UTC 

[v9 PATCH] crypto: caam - add support for RSA algorithm
 2016-07-04  9:50 UTC  (9+ messages)

Why null skcipher to copy AAD data?
 2016-07-05  5:03 UTC  (2+ messages)

[PATCH] Use alternative reset methods depending on the specific device
 2016-07-04 15:26 UTC 

[PATCHv2 00/27] crypto: fixes for omap family of devices
 2016-07-04  9:42 UTC  (9+ messages)
` [PATCHv2 06/27] crypto: ahash: increase the maximum allowed statesize

crypto: rsa - Do not gratuitously drop leading zeroes
 2016-07-03  5:57 UTC  (7+ messages)
` [v3 PATCH 0/8] "
  ` [v4 "

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors
 2016-07-03  2:47 UTC  (2+ messages)

[PATCH] crypto: omap-sham - increase cra_proirity to 400
 2016-07-03  2:47 UTC  (2+ messages)

[cryptodev:master 118/131] arch/s390/crypto/aes_s390.c:271:1: warning: 'fallback_blk_dec' uses dynamic stack allocation
 2016-07-01 23:50 UTC 

[cryptodev:master 116/131] drivers/crypto/qce/ablkcipher.c:229:1: warning: 'qce_ablkcipher_crypt' uses dynamic stack allocation
 2016-07-01 23:35 UTC 

[RFC] WireGuard: next generation secure network tunnel
 2016-07-01 14:47 UTC  (5+ 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).