linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-19 14:30:22 to 2020-01-06 19:32:13 UTC [more...]

[PATCH] crypto: sun8i-ce: remove dead code
 2020-01-06 19:32 UTC 

[PATCH] crypto: sun8i-ce: fix removal of module
 2020-01-06 19:30 UTC 

[PATCH] crypto: amlogic: fix removal of module
 2020-01-06 19:29 UTC 

[PATCH] crypto: sun8i-ss: fix removal of module
 2020-01-06 19:28 UTC 

[PATCH 0/8] crypto: remove the CRYPTO_TFM_RES_* flags
 2020-01-06 15:00 UTC  (15+ messages)
` [PATCH 1/8] crypto: chelsio - fix writing tfm flags to wrong place
` [PATCH 2/8] crypto: artpec6 - return correct error code for failed setkey()
` [PATCH 3/8] crypto: atmel-sha - fix error handling when setting hmac key
` [PATCH 4/8] crypto: remove unused tfm result flags
` [PATCH 5/8] crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
` [PATCH 6/8] crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
` [PATCH 7/8] crypto: remove CRYPTO_TFM_RES_WEAK_KEY
` [PATCH 8/8] crypto: remove propagation of CRYPTO_TFM_RES_* flags

[PATCH] treewide: remove redundent IS_ERR() before error code check
 2020-01-06 10:05 UTC  (4+ messages)

[PATCH v8 0/4] crypto: poly1305 improvements
 2020-01-06  3:40 UTC  (5+ messages)
` [PATCH v8 1/4] crypto: poly1305 - add new 32 and 64-bit generic versions
` [PATCH v8 2/4] crypto: x86_64/poly1305 - import unmodified cryptogams implementation
` [PATCH v8 3/4] crypto: x86_64/poly1305 - wire up faster implementations for kernel
` [PATCH v8 4/4] crypto: arm/arm64/mips/poly1305 - remove redundant non-reduction from emit

[PATCH v7 0/4] crypto: poly1305 improvements
 2020-01-04 23:41 UTC  (5+ messages)
` [PATCH v7 1/4] crypto: poly1305 - add new 32 and 64-bit generic versions
` [PATCH v7 2/4] crypto: x86_64/poly1305 - import unmodified cryptogams implementation
` [PATCH v7 3/4] crypto: x86_64/poly1305 - wire up faster implementations for kernel
` [PATCH v7 4/4] crypto: arm/arm64/mips/poly1305 - remove redundant non-reduction from emit

[PATCH v2 12/20] crypto: exynos-rng - Rename Exynos to lowercase
 2020-01-04 15:20 UTC 

[PATCH 0/4] TEE driver for AMD APUs
 2020-01-04  5:50 UTC  (10+ messages)
` [PATCH 1/4] tee: allow compilation of tee subsystem for AMD CPUs
` [PATCH 2/4] tee: add AMD-TEE driver
` [PATCH 3/4] tee: amdtee: check TEE status during driver initialization
` [PATCH 4/4] Documentation: tee: add AMD-TEE driver details

[PATCH 11/19] crypto: exynos-rng - Rename Exynos to lowercase
 2020-01-03 17:11 UTC 

Subject: [PATCH 0/6] crypto: QCE hw-crypto fixes
 2020-01-03 14:37 UTC  (12+ messages)
` [PATCH 1/6] crypto: qce - fix ctr-aes-qce block, chunk sizes
` [PATCH 2/6] crypto: qce - fix xts-aes-qce key sizes
` [PATCH 3/6] crypto: qce - save a sg table slot for result buf
` [PATCH 4/6] crypto: qce - update the skcipher IV
` [PATCH 5/6] crypto: qce - initialize fallback only for AES
` [PATCH 6/6] crypto: qce - allow building only hashes/ciphers
    ` Fwd: QCE hw-crypto DMA issues
    `  "

[Crypto/chcr] Resetting crypto counters during the driver unregister
 2020-01-03  4:56 UTC 

[PATCH v2 0/6] crypto: remove old way of allocating and freeing instances
 2020-01-03  4:04 UTC  (7+ messages)
` [PATCH v2 1/6] crypto: hash - add support for new way of "
` [PATCH v2 2/6] crypto: geniv - convert to "
` [PATCH v2 3/6] crypto: cryptd "
` [PATCH v2 4/6] crypto: shash - convert shash_free_instance() to new style
` [PATCH v2 5/6] crypto: algapi - remove crypto_template::{alloc,free}()
` [PATCH v2 6/6] crypto: algapi - enforce that all instances have a ->free() method

[PATCH v2 00/28] crypto: template instantiation cleanup
 2020-01-03  3:59 UTC  (29+ messages)
` [PATCH v2 01/28] crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns
` [PATCH v2 02/28] crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name
` [PATCH v2 03/28] crypto: shash - make struct shash_instance be the full size
` [PATCH v2 04/28] crypto: ahash - make struct ahash_instance "
` [PATCH v2 05/28] crypto: skcipher - pass instance to crypto_grab_skcipher()
` [PATCH v2 06/28] crypto: aead - pass instance to crypto_grab_aead()
` [PATCH v2 07/28] crypto: akcipher - pass instance to crypto_grab_akcipher()
` [PATCH v2 08/28] crypto: algapi - pass instance to crypto_grab_spawn()
` [PATCH v2 09/28] crypto: shash - introduce crypto_grab_shash()
` [PATCH v2 10/28] crypto: ahash - introduce crypto_grab_ahash()
` [PATCH v2 11/28] crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()
` [PATCH v2 12/28] crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths
` [PATCH v2 13/28] crypto: cryptd - use crypto_grab_shash() "
` [PATCH v2 14/28] crypto: hmac "
` [PATCH v2 15/28] crypto: authenc - use crypto_grab_ahash() "
` [PATCH v2 16/28] crypto: authencesn "
` [PATCH v2 17/28] crypto: gcm "
` [PATCH v2 18/28] crypto: ccm "
` [PATCH v2 19/28] crypto: chacha20poly1305 "
` [PATCH v2 20/28] crypto: skcipher - use crypto_grab_cipher() "
` [PATCH v2 21/28] crypto: cbcmac "
` [PATCH v2 22/28] crypto: cmac "
` [PATCH v2 23/28] crypto: vmac "
` [PATCH v2 24/28] crypto: xcbc "
` [PATCH v2 25/28] crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
` [PATCH v2 26/28] crypto: algapi - remove obsoleted instance creation helpers
` [PATCH v2 27/28] crypto: ahash - unexport crypto_ahash_type
` [PATCH v2 28/28] crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()

[PATCH v2 00/10] crypto: caam - backlogging support
 2020-01-03  1:02 UTC  (11+ messages)
` [PATCH v2 01/10] crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions
` [PATCH v2 02/10] crypto: caam - refactor ahash_done callbacks
` [PATCH v2 03/10] crypto: caam - refactor ahash_edesc_alloc
` [PATCH v2 04/10] crypto: caam - refactor RSA private key _done callbacks
` [PATCH v2 05/10] crypto: caam - change return code in caam_jr_enqueue function
` [PATCH v2 06/10] crypto: caam - refactor caam_jr_enqueue
` [PATCH v2 07/10] crypto: caam - support crypto_engine framework for SKCIPHER algorithms
` [PATCH v2 08/10] crypto: caam - add crypto_engine support for AEAD algorithms
` [PATCH v2 09/10] crypto: caam - add crypto_engine support for RSA algorithms
` [PATCH v2 10/10] crypto: caam - add crypto_engine support for HASH algorithms

[PATCH] crypto: ccp - Update MAINTAINERS for CCP driver
 2020-01-02 19:57 UTC 

[PATCH 1/2] arm64: dts: imx8mm: Add CAAM node
 2020-01-01 22:41 UTC  (3+ messages)
` [PATCH 2/2] crypto: caam - add clock entry for i.MX8MM

[PATCH 1/2] crypto: crypto4xx - reduce memory fragmentation
 2020-01-01 22:27 UTC  (2+ messages)
` [PATCH 2/2] crypto: crypto4xx - use GFP_KERNEL for big allocations

[PATCH 00/28] crypto: template instantiation cleanup
 2020-01-01 14:50 UTC  (30+ messages)
` [PATCH 01/28] crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns
` [PATCH 02/28] crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name
` [PATCH 03/28] crypto: shash - make struct shash_instance be the full size
` [PATCH 04/28] crypto: ahash - make struct ahash_instance "
` [PATCH 05/28] crypto: skcipher - pass instance to crypto_grab_skcipher()
` [PATCH 06/28] crypto: aead - pass instance to crypto_grab_aead()
` [PATCH 07/28] crypto: akcipher - pass instance to crypto_grab_akcipher()
` [PATCH 08/28] crypto: algapi - pass instance to crypto_grab_spawn()
` [PATCH 09/28] crypto: shash - introduce crypto_grab_shash()
` [PATCH 10/28] crypto: ahash - introduce crypto_grab_ahash()
` [PATCH 11/28] crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()
` [PATCH 12/28] crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths
` [PATCH 13/28] crypto: cryptd - use crypto_grab_shash() "
` [PATCH 14/28] crypto: hmac "
` [PATCH 15/28] crypto: authenc - use crypto_grab_ahash() "
` [PATCH 16/28] crypto: authencesn "
` [PATCH 17/28] crypto: gcm "
` [PATCH 18/28] crypto: ccm "
` [PATCH 19/28] crypto: chacha20poly1305 "
` [PATCH 20/28] crypto: skcipher - use crypto_grab_cipher() "
` [PATCH 21/28] crypto: cbcmac "
` [PATCH 22/28] crypto: cmac "
` [PATCH 23/28] crypto: vmac "
` [PATCH 24/28] crypto: xcbc "
` [PATCH 25/28] crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
` [PATCH 26/28] crypto: algapi - remove obsoleted instance creation helpers
` [PATCH 27/28] crypto: ahash - unexport crypto_ahash_type
` [PATCH 28/28] crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()

Hardware TRNG driver framework selection criteria
 2019-12-31 12:47 UTC  (2+ messages)

Hardware ANSI X9.31 PRNG, handling multiple context?
 2019-12-31  2:43 UTC 

[PATCH] crypto: skcipher - remove skcipher_walk_aead()
 2019-12-30 19:41 UTC 

[PATCH v10 00/11] x86: PIE support to extend KASLR randomization
 2019-12-30 18:52 UTC  (5+ messages)

Internal crypto test fail: changed 'req->iv'
 2019-12-30 15:11 UTC  (2+ messages)

[PATCH -next] PKCS#7: Use match_string() helper to simplify the code
 2019-12-30  2:28 UTC 

[PATCH 0/6] crypto: remove old way of allocating and freeing instances
 2019-12-29 21:48 UTC  (7+ messages)
` [PATCH 1/6] crypto: hash - add support for new way of "
` [PATCH 2/6] crypto: geniv - convert to "
` [PATCH 3/6] crypto: cryptd "
` [PATCH 4/6] crypto: shash - convert shash_free_instance() to new style
` [PATCH 5/6] crypto: algapi - remove crypto_template::{alloc,free}()
` [PATCH 6/6] crypto: algapi - enforce that all instances have a ->free() method

[PATCH net-next 0/2] chelsio/chtls
 2019-12-27 10:38 UTC  (2+ messages)

[PATCH V3 1/3] crypto: caam: Add support for i.MX8M Mini
 2019-12-27 10:38 UTC  (7+ messages)
` [PATCH V3 2/3] arm64: dts: imx8mm: Add Crypto CAAM support
` [PATCH V3 3/3] arm64: defconfig: Enable CRYPTO_DEV_FSL_CAAM

[PATCH] crypto: sun4i-ss: make unexported sun4i_ss_pm_ops static
 2019-12-27 10:37 UTC  (2+ messages)

[PATCH] crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()
 2019-12-27 10:37 UTC  (2+ messages)

[PATCH] crypto: img-hash - Use dma_request_chan instead dma_request_slave_channel
 2019-12-27 10:37 UTC  (2+ messages)

[PATCH] crypto: curve25519 - re-add selftests
 2019-12-27 10:37 UTC  (2+ messages)

[PATCH] crypto: remove unneeded semicolon
 2019-12-27 10:36 UTC  (2+ messages)

[PATCH] crypto: allwinner - remove unneeded semicolon
 2019-12-27 10:36 UTC  (2+ messages)

[PATCH] crypto: chelsio: chtls: fix possible sleep-in-atomic-context bugs in abort_syn_rcv()
 2019-12-27  2:57 UTC  (2+ messages)

[RFC PATCH v3 0/6] Add TEE interface support to AMD Secure Processor driver
 2019-12-27  2:43 UTC  (16+ messages)
` [RFC PATCH v3 1/6] crypto: ccp - rename psp-dev files to sev-dev
` [RFC PATCH v3 2/6] crypto: ccp - create a generic psp-dev file
` [RFC PATCH v3 3/6] crypto: ccp - move SEV vdata to a dedicated data structure
` [RFC PATCH v3 4/6] crypto: ccp - check whether PSP supports SEV or TEE before initialization
` [RFC PATCH v3 5/6] crypto: ccp - add TEE support for Raven Ridge
` [RFC PATCH v3 6/6] crypto: ccp - provide in-kernel API to submit TEE commands

[PATCH v10 0/4] Add uacce module for Accelerator
 2019-12-23 13:41 UTC  (2+ messages)

[PATCH V2 1/3] crypto: caam: Add support for i.MX8M Mini
 2019-12-20  8:07 UTC  (6+ messages)
` [PATCH V2 3/3] arm64: defconfig: Enable CRYPTO_DEV_FSL_CAAM

[PATCH 00/10] crypto/nx: Enable GZIP engine and provide userpace API
 2019-12-20  7:41 UTC  (5+ messages)
` [PATCH 08/10] crypto/NX: Add NX GZIP user space API

[PATCH] arm64: crypto: Use modern annotations for assembly functions
 2019-12-20  7:09 UTC  (2+ messages)

[PATCH] crypto: algapi - make unregistration functions return void
 2019-12-20  7:09 UTC  (2+ messages)

[bug report] crypto: atmel-aes - Fix saving of IV for CTR mode
 2019-12-20  7:08 UTC  (3+ messages)
` [PATCH] crypto: atmel-aes - Fix CTR counter overflow when multiple fragments

[Crypto/chcr] calculating tx_channel_id as per the max number of channels
 2019-12-20  7:07 UTC  (2+ messages)

[PATCH 1/5] crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()
 2019-12-20  7:07 UTC  (2+ messages)

[PATCH v1 0/7] uml: add unspecified HAS_IOMEM dependencies
 2019-12-20  7:07 UTC  (5+ messages)
` [PATCH v1 4/7] crypto: inside-secure: add unspecified HAS_IOMEM dependency
` [PATCH v1 5/7] crypto: amlogic: "

[PATCH 0/3] crypto: inside-secure - Made driver work on EIP97
 2019-12-20  7:07 UTC  (2+ messages)

[PATCH] padata: update documentation file path in MAINTAINERS
 2019-12-20  7:07 UTC  (2+ messages)

[PATCH 1/2] crypto: caam - remove double buffering for ahash
 2019-12-20  7:05 UTC  (2+ messages)

[PATCH v4 resend] crypto: picoxcell: adjust the position of tasklet_init and fix missed tasklet_kill
 2019-12-20  7:05 UTC  (2+ messages)

[PATCH] crypto: hisilicon - still no need to check return value of debugfs_create functions
 2019-12-20  7:05 UTC  (2+ messages)

[PATCH] crypto: skcipher - Add skcipher_ialg_simple helper
 2019-12-20  5:29 UTC  (4+ messages)
` [v2 PATCH] "
    ` [v3 "

[PATCH AUTOSEL 5.4 316/350] int128: move __uint128_t compiler test to Kconfig
 2019-12-19 23:24 UTC  (3+ messages)

[PATCH] crypto: testmgr: allow building a copy as loadable module for testing
 2019-12-19 18:38 UTC  (2+ messages)

[PATCH net-next v2] net: WireGuard secure network tunnel
 2019-12-19 14:30 UTC  (13+ 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).