linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 10:29:22 to 2022-04-27 00:38:09 UTC [more...]

[PATCH v5 0/8] crypto: HCTR2 support
 2022-04-27  0:37 UTC 

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-26 20:31 UTC  (36+ messages)
` [PATCH v6 01/17] ia64: define get_cycles macro for arch-override
` [PATCH v6 02/17] s390: "
` [PATCH v6 03/17] parisc: "
` [PATCH v6 04/17] alpha: "
` [PATCH v6 05/17] powerpc: "
` [PATCH v6 06/17] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v6 07/17] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v6 08/17] riscv: "
` [PATCH v6 09/17] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH v6 10/17] arm: use fallback for random_get_entropy() instead of zero
` [PATCH v6 11/17] openrisc: "
` [PATCH v6 12/17] nios2: "
` [PATCH v6 13/17] x86: "
          ` [PATCH v7 13/17] x86/asm: "
` [PATCH v6 14/17] um: "
` [PATCH v6 15/17] sparc: "
` [PATCH v6 16/17] xtensa: "
` [PATCH v6 17/17] random: insist on random_get_entropy() existing in order to simplify

[PATCH] ecdsa: Fix incorrect usage of vli_cmp
 2022-04-26 17:53 UTC  (2+ messages)

[PATCH] arm64: dts: fvp: Add virtio-rng support
 2022-04-26 13:24 UTC 

[PATCH] crypto: hisilicon/sec - add sm4 generic selection
 2022-04-26 11:53 UTC 

[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
 2022-04-26 11:57 UTC  (15+ messages)
` [PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v4 3/8] crypto: Introduce akcipher crypto class
` [PATCH v4 4/8] crypto: add ASN.1 decoder
` [PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed
` [PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt
` [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher
` PING: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto

mmotm 2022-04-25-17-59 uploaded (drivers/char/hw_random/mpfs-rng.c)
 2022-04-26  9:40 UTC  (3+ messages)

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

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

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[PATCH] hex2bin: make the function hex_to_bin constant-time
 2022-04-25 17:53 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] crypto: qat - Fix unsigned function returning negative constant
 2022-04-25 14:34 UTC  (2+ messages)

[PATCH v1] random: block in /dev/urandom
 2022-04-25 12:09 UTC  (21+ messages)

[PATCH] hwrng: optee-rng: remove redundant initialization to variable rng_size
 2022-04-25  5:52 UTC  (2+ messages)

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-24 10:51 UTC  (12+ messages)
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH v3 0/5] virtio-crypto: Improve performance
 2022-04-24 10:42 UTC  (14+ messages)
` [PATCH v3 1/5] virtio-crypto: use private buffer for control request
    `  "
        `  "
` [PATCH v3 2/5] virtio-crypto: wait ctrl queue instead of busy polling
    `  "
` [PATCH v3 3/5] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH v3 4/5] virtio-crypto: adjust dst_len at ops callback
    ` [External] "
` [PATCH v3 5/5] virtio-crypto: enable retry for virtio-crypto-dev

[PATCH] crypto: sun8i-ce: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-23 10:50 UTC  (2+ messages)

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 10:00 UTC  (10+ messages)
` [PATCH v5 04/11] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH v5 10/11] xtensa: use fallback for random_get_entropy() instead of zero
` [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify

[PATCH] WireGuard: restrict packet handling to non-isolated CPUs
 2022-04-23  1:08 UTC  (4+ messages)

[PATCH v2] random: avoid mis-detecting a slow counter as a cycle counter
 2022-04-22 13:24 UTC  (5+ messages)

[PATCH] random: vary jitter iterations based on cycle counter speed
 2022-04-22 13:20 UTC 

[PATCH v7 0/5] Enable root to update the blacklist keyring
 2022-04-22  8:54 UTC  (8+ messages)
` [PATCH v7 3/5] certs: Make blacklist_vet_description() more strict

[PATCH] hwrng: cn10k - Enable compile testing
 2022-04-22  2:40 UTC  (2+ messages)

[PATCH v2] siphash: update the hsiphash documentation
 2022-04-22  0:46 UTC  (3+ messages)

[PATCH] siphash: update the HalfSipHash documentation
 2022-04-21 23:42 UTC  (4+ messages)

[PATCH] random: avoid mis-detecting a slow counter as a cycle counter
 2022-04-21 23:14 UTC  (5+ messages)

[PATCH v4 0/8] crypto: HCTR2 support
 2022-04-21 22:29 UTC  (5+ messages)
` [PATCH v4 4/8] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR

[PATCH] crypto: ecrdsa - Fix incorrect use of vli_cmp
 2022-04-21 17:25 UTC 

[PATCH] crypto: atmel-sha204a: Add support for ATSHA204 cryptochip
 2022-04-21 13:44 UTC 

[PATCH] random: add fork_event sysctl for polling VM forks
 2022-04-21 13:35 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2] crypto: ccp - Fix the INIT_EX data file open failure
 2022-04-21 13:26 UTC  (5+ messages)

[PATCH v5] crypto: caam - fix i.MX6SX entropy delay value
 2022-04-21 12:51 UTC  (2+ messages)

[PATCH 0/2] hwrng: cn10k - Optimize random number generator driver
 2022-04-21 10:03 UTC  (3+ messages)

[PATCH 0/4] crypto: hisilicon/qm - misc fixes
 2022-04-21 10:02 UTC  (2+ messages)

[PATCH 1/2] crypto: marvell: cesa: ECB does not IV
 2022-04-21 10:01 UTC  (4+ messages)
` [PATCH 2/2] crypto: marvell: cesa: Add fallback for handling empty length case

[PATCH] crypto: ccp - Log when resetting PSP SEV state
 2022-04-21 10:01 UTC  (2+ messages)

[PATCH 0/2] New compatible for sa3ul for AM62x
 2022-04-21  9:59 UTC  (2+ messages)

[PATCH v2 0/4] virtio-crypto: Improve performance
 2022-04-21  3:39 UTC  (4+ messages)
` [PATCH v2 1/4] virtio-crypto: wait ctrl queue instead of busy polling
    `  "

[PATCH v4] crypto: caam - fix i.MX6SX entropy delay value
 2022-04-20 12:08 UTC  (3+ 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).