linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 08:10:32 to 2020-02-13 22:40:23 UTC [more...]

[GIT PULL] Crypto Update for 5.4
 2020-02-13 22:40 UTC  (7+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.5
        ` [GIT PULL] Crypto Fixes for 5.6

[PATCH] crypto: s5p-sss - Replace zero-length array with flexible-array member
 2020-02-13 17:21 UTC 

[PATCH] crypto: img-hash - Replace zero-length array with flexible-array member
 2020-02-13 16:50 UTC 

[PATCH] crypto: chacha20poly1305 - prevent integer overflow on large input
 2020-02-13 16:38 UTC 

[PATCH] Remove WQ_CPU_INTENSIVE flag from unbound wq's
 2020-02-13 16:19 UTC  (3+ messages)
`  "

[net] net/tls: Fix to avoid gettig invalid tls record
 2020-02-13 15:30 UTC  (4+ messages)

[PATCH v12 0/4] Add uacce module for Accelerator
 2020-02-13 13:00 UTC  (7+ messages)
` [PATCH v12 2/4] uacce: add uacce driver

[PATCH] treewide: Replace zero-length arrays with flexible-array member
 2020-02-13 11:11 UTC  (14+ messages)

[PATCH] crypto: arm64/poly1305: ignore build files
 2020-02-13 10:44 UTC  (5+ messages)

[PATCH v2 0/3] hw_random: introduce Arm CryptoCell TRNG driver
 2020-02-13 10:21 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine

[PATCH v5 0/3] crypto: qce driver fixes for gcm
 2020-02-13  9:26 UTC  (5+ messages)
` [PATCH v5 1/3] crypto: qce - use cryptlen when adding extra sgl
` [PATCH v5 2/3] crypto: qce - use AES fallback for small requests
` [PATCH v5 3/3] crypto: qce - handle AES-XTS cases that qce fails

[PATCH -next] crypto: allwinner - remove redundant platform_get_irq error message
 2020-02-13  9:25 UTC  (2+ messages)

[Crypto] chcr: Print the chcr driver information while module load
 2020-02-13  9:25 UTC  (2+ messages)

[PATCH] crypto: tcrypt - fix printed skcipher [a]sync mode
 2020-02-13  9:25 UTC  (2+ messages)

[PATCH] crypto: proc - simplify the c_show function
 2020-02-13  9:24 UTC  (2+ messages)

[PATCH crypto/chcr 0/2] Bug fixes for libkcapi's fail tests
 2020-02-13  9:24 UTC  (2+ messages)

[PATCH -next] crypto: ccree - remove set but not used variable 'du_size'
 2020-02-13  9:22 UTC  (2+ messages)

[PATCH] crypto: ccree - dec auth tag size from cryptlen map
 2020-02-13  9:22 UTC  (4+ messages)

[PATCH] crypto: caam/qi - optimize frame queue cleanup
 2020-02-13  9:20 UTC  (2+ messages)

[PATCH 0/4] crypto: ccree - fixes
 2020-02-13  9:19 UTC  (2+ messages)

[PATCH RESEND -next] tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD
 2020-02-13  9:18 UTC  (2+ messages)

[PATCH] crypto: x86/curve25519 - replace with formally verified implementation
 2020-02-13  9:18 UTC  (2+ messages)

[PATCH] crypto: rng - Fix a refcounting bug in crypto_rng_reset()
 2020-02-13  9:17 UTC  (2+ messages)

[PATCH 0/4] crypto: hisilicon: Unify hardware error handle process
 2020-02-13  9:17 UTC  (2+ messages)

[PATCH V6 0/4] Add Xilinx's ZynqMP AES-GCM driver support
 2020-02-13  9:02 UTC  (4+ messages)
` [PATCH V6 3/4] crypto: Add Xilinx AES driver

[PATCH 0/3] provide paes selftests
 2020-02-13  8:39 UTC  (8+ messages)
` [PATCH 3/3] crypto/testmgr: add selftests for paes-s390
  ` [PATCH] "

[PATCH v2 00/34] crypto: ccree - miscellaneous fixes and improvements
 2020-02-13  7:47 UTC  (37+ messages)
` [PATCH v2 01/34] debugfs: regset32: Add Runtime PM support
` [PATCH v2 02/34] crypto: ccree - fix debugfs register access while suspended
` [PATCH v2 03/34] crypto: ccree - fix retry handling in cc_send_sync_request()
` [PATCH v2 04/34] crypto: ccree - remove unneeded casts
` [PATCH v2 05/34] crypto: ccree - swap SHA384 and SHA512 larval hashes at build time
` [PATCH v2 06/34] crypto: ccree - drop duplicated error message on SRAM exhaustion
` [PATCH v2 07/34] crypto: ccree - remove empty cc_sram_mgr_fini()
` [PATCH v2 08/34] crypto: ccree - clean up clock handling
` [PATCH v2 09/34] crypto: ccree - make mlli_params.mlli_virt_addr void *
` [PATCH v2 10/34] crypto: ccree - use existing helpers to split 64-bit addresses
` [PATCH v2 11/34] crypto: ccree - defer larval_digest_addr init until needed
` [PATCH v2 12/34] crypto: ccree - remove bogus paragraph about freeing SRAM
` [PATCH v2 13/34] crypto: ccree - use u32 for SRAM addresses
` [PATCH v2 14/34] crypto: ccree - simplify Runtime PM handling
` [PATCH v2 15/34] crypto: ccree - use of_device_get_match_data()
` [PATCH v2 16/34] crypto: ccree - remove cc_pm_is_dev_suspended() wrapper
` [PATCH v2 17/34] crypto: ccree - make cc_pm_{suspend,resume}() static
` [PATCH v2 18/34] crypto: ccree - remove struct cc_sram_ctx
` [PATCH v2 19/34] crypto: ccree - remove struct cc_debugfs_ctx
` [PATCH v2 20/34] crypto: ccree - remove struct buff_mgr_handle
` [PATCH v2 21/34] crypto: ccree - remove struct cc_cipher_handle
` [PATCH v2 22/34] crypto: ccree - extract cc_init_copy_sram()
` [PATCH v2 23/34] crypto: ccree - remove bogus kerneldoc markers
` [PATCH v2 24/34] crypto: ccree - improve kerneldoc in cc_hw_queue_defs.h
` [PATCH v2 25/34] crypto: ccree - improve kerneldoc in cc_buffer_mgr.c
` [PATCH v2 26/34] crypto: ccree - improve kerneldoc in cc_hash.[ch]
` [PATCH v2 27/34] crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]
` [PATCH v2 28/34] crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]
` [PATCH v2 29/34] crypto: ccree - spelling s/Crytpcell/Cryptocell/
` [PATCH v2 30/34] crypto: ccree - grammar s/not room/no room/
` [PATCH v2 31/34] crypto: ccree - use existing dev helper in init_cc_resources()
` [PATCH v2 32/34] crypto: ccree - use devm_k[mz]alloc() for AEAD data
` [PATCH v2 33/34] crypto: ccree - use devm_k[mz]alloc() for cipher data
` [PATCH v2 34/34] crypto: ccree - use devm_kzalloc() for hash data

[PATCH v3 0/2] crypto: engine - support for parallel and batch requests
 2020-02-13  6:18 UTC  (4+ messages)
` [PATCH v3 1/2] crypto: engine - support for parallel requests
` [PATCH v3 2/2] crypto: engine - support for batch requests

[PATCH] crypto: chelsio - remove extra allocation for chtls_dev
 2020-02-13  5:47 UTC  (2+ messages)

[BUG] crypto: export() overran state buffer on test vector
 2020-02-13  5:05 UTC  (8+ messages)

[PATCH] hwrng: imx-rngc: improve dependencies
 2020-02-12 20:45 UTC  (3+ messages)

[PATCH v6 0/9] crypto: caam - backlogging support
 2020-02-12 19:04 UTC  (14+ messages)
` [PATCH v6 1/9] crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions
` [PATCH v6 2/9] crypto: caam - refactor ahash_done callbacks
` [PATCH v6 3/9] crypto: caam - refactor ahash_edesc_alloc
` [PATCH v6 4/9] crypto: caam - refactor RSA private key _done callbacks
` [PATCH v6 5/9] crypto: caam - change return code in caam_jr_enqueue function
` [PATCH v6 6/9] crypto: caam - support crypto_engine framework for SKCIPHER algorithms
` [PATCH v6 7/9] crypto: caam - add crypto_engine support for AEAD algorithms
` [PATCH v6 8/9] crypto: caam - add crypto_engine support for RSA algorithms
` [PATCH v6 9/9] crypto: caam - add crypto_engine support for HASH algorithms

[PATCH 0/6] imx-rngc - several small fixes
 2020-02-12 16:24 UTC  (11+ messages)
` [PATCH 1/6] hwrng: imx-rngc - fix an error path
` [PATCH 2/6] hwrng: imx-rngc - use automatic seeding
` [PATCH 3/6] hwrng: imx-rngc - use devres for registration
` [PATCH 4/6] hwrng: imx-rngc - (trivial) simplify error prints
` [PATCH 5/6] hwrng: imx-rngc - check the rng type

[PATCH v7 0/9] enable CAAM's HWRNG as default
 2020-02-12 13:20 UTC  (12+ messages)
` [PATCH v7 2/9] crypto: caam - use struct hwrng's .init for initialization
` [PATCH v7 3/9] crypto: caam - use devm_kzalloc to allocate JR data
` [PATCH v7 4/9] crypto: caam - drop global context pointer and init_done
` [PATCH v7 5/9] crypto: caam - simplify RNG implementation
` [PATCH v7 6/9] crypto: caam - check if RNG job failed

[PATCH trivial] crypto: qat - spelling s/Decrytp/Decrypt/
 2020-02-12  8:45 UTC 

[PATCH 1/3] ARM: dts: imx7s: add snvs clock to pwrkey
 2020-02-12  0:58 UTC  (10+ messages)
` [PATCH 2/3] Input: snvs_pwrkey - enable snvs clock as needed

[PATCH] IMA hash algorithm supports sm3
 2020-02-11 23:23 UTC  (7+ messages)
` [PATCH 1/2] crypto: rename sm3-256 to sm3 in hash_algo_name
` [PATCH 2/2] ima: add sm3 algorithm to hash algorithm configuration list

[PATCH v5 0/9] crypto: caam - backlogging support
 2020-02-11 12:25 UTC  (9+ messages)
` [PATCH v5 6/9] crypto: caam - support crypto_engine framework for SKCIPHER algorithms
` [PATCH v5 7/9] crypto: caam - add crypto_engine support for AEAD algorithms
` [PATCH v5 8/9] crypto: caam - add crypto_engine support for RSA algorithms
` [PATCH v5 9/9] crypto: caam - add crypto_engine support for HASH algorithms

[PATCH 1/2] arm64: crypto: Modernize some extra assembly annotations
 2020-02-11 12:20 UTC  (2+ messages)
` [PATCH 2/2] arm64: crypto: Modernize names for AES function macros

[PATCH] IMA hash algorithm supports sm3-256
 2020-02-11  7:56 UTC  (12+ messages)
` [PATCH 1/2] crypto: sm3 - add a new alias name sm3-256
      ` 回复:[PATCH "
` [PATCH 2/2] ima: add sm3-256 algorithm to hash algorithm configuration list

[PATCH v13 0/4] Add uacce module for Accelerator
 2020-02-11  7:54 UTC  (5+ messages)
` [PATCH v13 1/4] uacce: Add documents for uacce
` [PATCH v13 2/4] uacce: add uacce driver
` [PATCH v13 3/4] crypto: hisilicon - Remove module_param uacce_mode
` [PATCH v13 4/4] crypto: hisilicon - register zip engine to uacce

[PATCH 0/2] Fix debugfs register access while suspended
 2020-02-10 19:01 UTC  (3+ messages)
` [PATCH 1/2] debugfs: regset32: Add Runtime PM support

[PATCH] padata: fix uninitialized return value in padata_replace()
 2020-02-10 18:11 UTC 

[PATCH] dt-bindings: rng: Convert BCM2835 to DT schema
 2020-02-10 12:09 UTC  (4+ messages)

Possible issue with new inauthentic AEAD in extended crypto tests
 2020-02-10 11:04 UTC  (20+ messages)

[PATCH 00/11] Manually convert thermal, crypto and misc-devices to ReST
 2020-02-10  6:10 UTC  (4+ messages)
` [PATCH 02/11] docs: crypto: convert asymmetric-keys.txt "

Investment opportunity
 2020-02-09  0:49 UTC 

[BUG] crypto: rk3288: ecb-aes-rk encryption failed
 2020-02-07 20:48 UTC 

[PATCH v2 0/2] crypto: engine - support for parallel and batch requests
 2020-02-07 12:17 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: engine - support for parallel requests


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