linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-04 04:12:48 to 2022-05-09 02:21:55 UTC [more...]

[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
 2022-05-09  2:17 UTC  (3+ messages)
` [PATCH v5 9/9] crypto: Introduce RSA algorithm
  ` PING: "

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (34+ messages)
` [PATCH v7 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v7 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v7 03/33] crypto: rockchip: do not do custom power management
` [PATCH v7 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v7 05/33] crypto: rockchip: do not store mode globally
` [PATCH v7 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v7 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v7 08/33] crypto: rockchip: better handle cipher key
` [PATCH v7 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v7 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v7 11/33] crypto: rockchip: rewrite type
` [PATCH v7 12/33] crypto: rockchip: add debugfs
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v7 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v7 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v7 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 19/33] crypto: rockchip: add support for rk3328
` [PATCH v7 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v7 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v7 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v7 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v7 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [PATCH v7 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v7 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v7 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v7 28/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v7 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v7 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v7 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter
` [PATCH v7 32/33] crypto: rockchip: permit to have more than one reset
` [PATCH v7 33/33] crypto: rockchip: Add support for RK3399

[PATCH] s390/crypto: add crypto library interface for ChaCha20
 2022-05-08 13:09 UTC 

[PATCH] crypto: talitos - Uniform coding style with defined variable
 2022-05-08  5:22 UTC 

[PATCH] hex2bin: make the function hex_to_bin constant-time
 2022-05-08  0:37 UTC  (25+ messages)
  ` [PATCH v2] "

[PATCHv3 06/10]crypto: add rocksoft 64b crc framework
 2022-05-08  0:01 UTC 

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-07 21:30 UTC  (9+ messages)
` [PATCH v8 5/6] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v8 6/6] MAINTAINERS: add myself as CAAM trusted key maintainer

[PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-07 19:29 UTC  (11+ messages)
` [PATCH v9 1/7] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v9 2/7] KEYS: trusted: allow use of kernel RNG for key material
` [PATCH v9 3/7] crypto: caam - determine whether CAAM supports blob encap/decap
` [PATCH v9 4/7] crypto: caam - add in-kernel interface for blob generator
` [PATCH v9 5/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [PATCH v9 6/7] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v9 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

[PATCH 00/12] crypto: qat - re-enable algorithms
 2022-05-07 18:52 UTC  (23+ messages)
` [PATCH 01/12] crypto: qat - use pre-allocated buffers in datapath
` [PATCH 02/12] crypto: qat - refactor submission logic
` [PATCH 03/12] crypto: qat - add backlog mechanism
` [PATCH 04/12] crypto: qat - fix memory leak in RSA
` [PATCH 05/12] crypto: qat - remove dma_free_coherent() for RSA
` [PATCH 06/12] crypto: qat - remove dma_free_coherent() for DH
` [PATCH 07/12] crypto: qat - set to zero DH parameters before free
` [PATCH 08/12] crypto: qat - add param check for RSA
` [PATCH 09/12] crypto: qat - add param check for DH
` [PATCH 10/12] crypto: qat - use memzero_explicit() for algs
` [PATCH 11/12] crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag
` [PATCH 12/12] crypto: qat - re-enable registration of algorithms

[patch 3/3] x86/fpu: Make FPU protection more robust
 2022-05-07 13:50 UTC  (17+ messages)

[PATCH] siphash: use one source of truth for siphash permutations
 2022-05-07 12:19 UTC 

[PATCH] crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ
 2022-05-07  8:41 UTC  (3+ messages)

[PATCH] crypto: vmx - Align the short log with Makefile cleanups
 2022-05-07  5:24 UTC  (5+ messages)

[PATCH] crypto: vmx - Fix build error
 2022-05-07  5:22 UTC 

[PATCH 1/3] random: order timer entropy functions below interrupt functions
 2022-05-06 21:54 UTC  (3+ messages)
` [PATCH 2/3] random: do not use input pool from hard IRQs
` [PATCH 3/3] random: help compiler out with fast_mix() by using simpler arguments

[PATCH v6 0/9] crypto: HCTR2 support
 2022-05-06 21:22 UTC  (13+ messages)
` [PATCH v6 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v6 5/9] crypto: arm64/aes-xctr: "
` [PATCH v6 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v6 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v6 8/9] crypto: arm64/polyval: Add PMULL "

[PATCH v6 06/17] timekeeping: add raw clock fallback for random_get_entropy()
 2022-05-06 16:01 UTC  (8+ messages)
` [PATCH v7] timekeeping: Add "
  ` [timekeeping] 3aeaac747d: PANIC:early_exception
` [PATCH v8] timekeeping: Add raw clock fallback for random_get_entropy()

[PATCH v2] crypto: vmx - Align the short log with Makefile cleanups
 2022-05-06 15:08 UTC 

[PATCH v2 00/11] crypto: qat - re-enable algorithms
 2022-05-06 14:43 UTC  (13+ messages)
` [PATCH v2 01/11] crypto: qat - use pre-allocated buffers in datapath
` [PATCH v2 02/11] crypto: qat - refactor submission logic
` [PATCH v2 03/11] crypto: qat - add backlog mechanism
` [PATCH v2 04/11] crypto: qat - fix memory leak in RSA
` [PATCH v2 05/11] crypto: qat - remove dma_free_coherent() for RSA
` [PATCH v2 06/11] crypto: qat - remove dma_free_coherent() for DH
` [PATCH v2 07/11] crypto: qat - set to zero DH parameters before free
` [PATCH v2 08/11] crypto: qat - add param check for RSA
` [PATCH v2 09/11] crypto: qat - add param check for DH
` [PATCH v2 10/11] crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag
` [PATCH v2 11/11] crypto: qat - re-enable registration of algorithms

[PATCH v6 0/5] virtio-crypto: Improve performance
 2022-05-06 13:16 UTC  (6+ messages)
` [PATCH v6 1/5] virtio-crypto: change code style
` [PATCH v6 2/5] virtio-crypto: use private buffer for control request
` [PATCH v6 3/5] virtio-crypto: wait ctrl queue instead of busy polling
` [PATCH v6 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v6 5/5] virtio-crypto: enable retry for virtio-crypto-dev

[PATCH v5 0/5] virtio-crypto: Improve performance
 2022-05-06 11:33 UTC  (13+ messages)
` [PATCH v5 1/5] virtio-crypto: change code style
` [PATCH v5 2/5] virtio-crypto: use private buffer for control request
` [PATCH v5 3/5] virtio-crypto: wait ctrl queue instead of busy polling
` [PATCH v5 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v5 5/5] virtio-crypto: enable retry for virtio-crypto-dev
    `  "

[PATCH] crypto: atmel - Avoid flush_scheduled_work() usage
 2022-05-06 10:22 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] crypto: atmel-i2c - Simplify return code in probe function
 2022-05-06 10:22 UTC  (3+ messages)

[PATCH v4 0/1] crypto: caam/rng: Add support for PRNG
 2022-05-06 10:22 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] "

[PATCH 1/2] crypto: atmel-sha204a: Remove useless check
 2022-05-06 10:21 UTC  (2+ messages)

[PATCH v2] crypto: inside-secure - Add MODULE_FIRMWARE macros
 2022-05-06 10:21 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec - add sm4 generic selection
 2022-05-06 10:21 UTC  (2+ messages)

[PATCH] crypto: atmel-sha204a: Add support for ATSHA204 cryptochip
 2022-05-06 10:20 UTC  (2+ messages)

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-06  0:10 UTC  (3+ messages)

[PATCH v4 0/5] virtio-crypto: Improve performance
 2022-05-05  9:29 UTC  (5+ messages)
` PING: "
      `  "

[PATCH] crypto: octeontx2: simplify the return expression of otx2_cpt_aead_cbc_aes_sha_setkey()
 2022-05-05  2:20 UTC 

[PATCH v2] random: use first 128 bits of input as fast init
 2022-05-05  0:34 UTC  (4+ messages)
` [PATCH v3] "

5/04/2022 Product Inquiry (JL)
 2022-05-04 16:11 UTC 

[PATCH 1/2] sysctl: read() must consume poll events, not poll()
 2022-05-04 15:45 UTC  (8+ messages)
` [PATCH 2/2] random: add fork_event sysctl for polling VM forks

[PATCH] crypto: cryptd - Protect per-CPU resource by disabling BH
 2022-05-04 15:07 UTC 

[PATCH] random: do not pretend to handle premature next security model
 2022-05-04 11:30 UTC 

[PATCH] random: mix hwgenerator randomness before sleeping
 2022-05-04 11:13 UTC  (5+ messages)

[PATCH v8 3/6] crypto: caam - add in-kernel interface for blob generator
 2022-05-04  6:39 UTC  (3+ messages)

[PATCH v7 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-04  4:11 UTC  (4+ messages)
` [EXT] "


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