linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-23 08:50:48 to 2019-05-30 13:43:42 UTC [more...]

[PATCH v2 0/4] crypto: CAAM: Print debug messages at debug level
 2019-05-30 13:43 UTC  (5+ messages)
` [PATCH 1/4] crypto: caam: print IV only when non NULL
  ` [PATCH 1/4] crypto: caam - "
` [PATCH 4/4] crypto: caam: print messages in caam_dump_sg at debug level

crypto: run initcalls for generic implementations earlier
 2019-05-30 13:42 UTC  (3+ messages)
` [PATCH] crypto: jitterentropy - change back to module_init()

[PATCH] crypto: hmac - fix memory leak in hmac_init_tfm()
 2019-05-30 13:42 UTC  (2+ messages)

[PATCH v1 00/15] Fixing selftests failure on Talitos driver
 2019-05-30 13:42 UTC  (6+ messages)
` [PATCH v1 08/15] crypto: talitos - Do not modify req->cryptlen on decryption

[PATCH] crypto: algapi - remove crypto_tfm_in_queue()
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: cryptd - move kcrypto_wq into cryptd
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: gf128mul - make unselectable by user
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: echainiv - change to 'default n'
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: make all templates select CRYPTO_MANAGER
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: testmgr - make extra tests depend on cryptomgr
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: testmgr - fix length truncation with large page size
 2019-05-30 13:41 UTC  (2+ messages)

[PATCH] crypto: vmx - convert to skcipher API
 2019-05-30 13:40 UTC  (2+ messages)

[PATCH] crypto: vmx - convert to SPDX license identifiers
 2019-05-30 13:40 UTC  (2+ messages)

[PATCH] char: hw_random: meson-rng: update with SPDX Licence identifier
 2019-05-30 13:40 UTC  (2+ messages)

[PATCH 1/2] zstd: pass pointer rathen than structure to functions
 2019-05-30 13:35 UTC  (3+ messages)

[PATCH] crypto: gcm - fix cacheline sharing
 2019-05-30 13:34 UTC  (11+ messages)

[PATCH] crypto: af_alg - implement keyring support
 2019-05-30 13:22 UTC  (8+ messages)

[cryptodev:master 56/59] drivers/crypto/atmel-i2c.c:39:18: sparse: sparse: incorrect type in assignment (different base types)
 2019-05-30 13:05 UTC 

[PATCH] crypto: caam - fix DKP detection logic
 2019-05-30 11:36 UTC  (4+ messages)
` [v2 PATCH] "

Conding style question regarding configuration
 2019-05-30 10:25 UTC  (7+ messages)

Can an ahash driver be used through shash API?
 2019-05-30 10:02 UTC  (5+ messages)

Issues with initialising generic crypto implementations earlier on ARMv7
 2019-05-30  9:47 UTC  (2+ messages)

[PATCH 2/2] zstd: use U16 data type for rankPos
 2019-05-30  9:16 UTC  (2+ messages)

[RFC PATCH 1/2] crypto: Allow working with key references
 2019-05-30  7:23 UTC  (4+ messages)
` [RFC PATCH 2/2] crypto: mxs-dcp: Implement reference keys

[PATCH v4] crypto: xxhash - Implement xxhash support
 2019-05-30  6:52 UTC 

[PATCH v3] crypto: xxhash - Implement xxhash support
 2019-05-29 20:36 UTC  (3+ messages)

[PATCH] crypto: Jitter RNG - update implementation to 2.1.2
 2019-05-29 19:24 UTC 

[PATCH v7 00/12] x86: PIE support to extend KASLR randomization
 2019-05-29 15:48 UTC  (6+ messages)
` [PATCH v7 01/12] x86/crypto: Adapt assembly for PIE support

Question about padata's callback cpu
 2019-05-28 23:37 UTC 

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-05-28 20:06 UTC  (16+ messages)
` [PATCH v10 01/12] MODSIGN: Export module signature definitions
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
` [PATCH v10 11/12] ima: Define ima-modsig template
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

[PATCH] crypto: testmgr - test the shash API
 2019-05-28 16:56 UTC  (2+ messages)

[PATCH v2] crypto: xxhash - Implement xxhash support
 2019-05-28 16:55 UTC  (4+ messages)

Purchase_rfq
 2019-05-28 14:42 UTC 

[PATCH] arm64 sha2-ce finup: correct digest for empty data
 2019-05-28 14:36 UTC  (2+ messages)

[PATCH] arm64 sha1-ce finup: correct digest for empty data
 2019-05-28 14:30 UTC  (3+ messages)

crypto: inside_secure - call for volunteers
 2019-05-28 12:45 UTC  (8+ messages)

[bug report] crypto: qat - Intel(R) QAT driver framework
 2019-05-28 10:57 UTC 

[PATCH v5 1/2] crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
 2019-05-28 10:58 UTC  (3+ messages)
` [PATCH v5 2/2] crypto: caam - strip input without changing crypto request

[PATCH] crypto: xxhash - Implement xxhash support
 2019-05-28  5:59 UTC  (10+ messages)

another testmgr question
 2019-05-27 20:46 UTC  (46+ messages)

Need traffic for your website?
 2019-05-27  9:38 UTC 

Need traffic for your website?
 2019-05-27 11:59 UTC 

[PATCH v3 1/2] crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
 2019-05-27 16:37 UTC  (4+ messages)
` [PATCH v4] crypto: caam - strip input without changing crypto request

[PATCH 00/14] crypto: inside-secure - self-test fixes
 2019-05-27 14:51 UTC  (15+ messages)
` [PATCH 01/14] crypto: inside-secure - remove empty line
` [PATCH 02/14] crypto: inside-secure - move comment
` [PATCH 03/14] crypto: inside-secure - fix coding style for a condition
` [PATCH 04/14] crypto: inside-secure - remove useless check
` [PATCH 05/14] crypto: inside-secure - improve the result error format when displayed
` [PATCH 06/14] crypto: inside-secure - change returned error when a descriptor reports an error
` [PATCH 07/14] crypto: inside-secure - enable context reuse
` [PATCH 08/14] crypto: inside-secure - unify cache reset
` [PATCH 09/14] crypto: inside-secure - fix zeroing of the request in ahash_exit_inv
` [PATCH 10/14] crypto: inside-secure - fix queued len computation
` [PATCH 11/14] crypto: inside-secure - implement IV retrieval
` [PATCH 12/14] crypto: inside-secure - add support for HMAC updates
` [PATCH 13/14] crypto: inside-secure - fix use of the SG list
` [PATCH 14/14] crypto: inside-secure - do not rely on the hardware last bit for result descriptors

[PATCH v2 0/3] MediaTek Security random number generator support
 2019-05-27  8:38 UTC  (4+ messages)
` [PATCH v2 1/3] soc: mediatek: add SMC fid table for SIP interface
` [PATCH v2 2/3] dt-bindings: rng: update bindings for MediaTek ARMv8 SoCs
` [PATCH v2 3/3] hwrng: add mtk-sec-rng driver

inside secure driver update
 2019-05-27  7:56 UTC 

[PATCH v2 0/6] crypto - wire up Atmel SHA204A as RNG in DT and ACPI mode
 2019-05-24 21:52 UTC  (10+ messages)
` [PATCH v2 1/6] i2c: acpi: permit bus speed to be discovered after enumeration
` [PATCH v2 2/6] crypto: atmel-ecc: add support for ACPI probing on non-AT91 platforms
` [PATCH v2 3/6] crypto: atmel-ecc: factor out code that can be shared
` [PATCH v2 4/6] crypto: atmel-i2c: add support for SHA204A random number generator
` [PATCH v2 5/6] dt-bindings: add Atmel SHA204A I2C crypto processor
` [PATCH v2 6/6] dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices

[PATCH 0/3] MT67XX random number generator support
 2019-05-24 19:00 UTC  (10+ messages)
` [PATCH 3/3] hwrng: add mt67xx-rng driver

[PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode
 2019-05-24 13:36 UTC  (5+ messages)
` [PATCH 5/5] dt-bindings: add Atmel SHA204A I2C crypto processor

[RFC PATCH 0/5] Add Xilinx's ZynqMP AES driver support
 2019-05-24  7:19 UTC  (7+ messages)
` [RFC PATCH 4/5] crypto: Adds user space interface for ALG_SET_KEY_TYPE

[PATCH v2 1/2] crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
 2019-05-24  6:52 UTC  (5+ messages)

testmgr question
 2019-05-23 20:18 UTC  (2+ messages)

FedEx Shipment Notification: Incorrect Delivery Address
 2019-05-23 10:17 UTC 


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).