linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-24 18:19:37 to 2022-04-06 17:02:39 UTC [more...]

[PATCH 0/8] crypto: avoid DMA padding for request structures
 2022-04-06 14:27 UTC  (9+ messages)
` [PATCH 1/8] crypto: add flag for algos that need DMA aligned context buffers
` [PATCH 2/8] crypto: safexcel - take request size after setting TFM
` [PATCH 3/8] crypto: drivers - set CRYPTO_ALG_NEED_DMA_ALIGNMENT where needed
` [PATCH 4/8] crypto: drivers - avoid setting skcipher TFM reqsize directly
` [PATCH 5/8] crypto: skcipher - avoid rounding up request size to DMA alignment
` [PATCH 6/8] crypto: aead - avoid DMA alignment for request structures unless needed
` [PATCH 7/8] crypto: ahash "
` [PATCH 8/8] crypto: safexcel - reduce alignment of stack buffer

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-04-06  1:53 UTC  (8+ messages)
` [PATCH 1/7] KEYS: Create static version of public_key_verify_signature
` [PATCH 2/7] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH 3/7] KEYS: X.509: Parse Key Usage
` [PATCH 4/7] KEYS: Introduce a builtin root of trust key flag
` [PATCH 5/7] KEYS: Introduce sig restriction that validates root of trust
` [PATCH 6/7] KEYS: X.509: Flag Intermediate CA certs as built in
` [PATCH 7/7] integrity: Use root of trust signature restriction

[PATCH] random: do not allow user to keep crng key around on stack
 2022-04-06 13:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] crypto: ccree: fixes and improvements
 2022-04-06  8:11 UTC  (3+ messages)
` [PATCH 1/2] crypto: ccree: rearrange init calls to avoid race
` [PATCH 2/2] crypto: ccree: use fine grained DMA mapping dir

[PATCH v3 0/4] Introduce akcipher service for virtio-crypto
 2022-04-06  7:47 UTC  (7+ messages)

[PATCH] crypto: testmgr - test in-place en/decryption with two sglists
 2022-04-06  8:16 UTC  (5+ messages)

[PATCH] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
 2022-04-06  0:51 UTC 

[PATCH] random: opportunistically initialize on /dev/urandom reads
 2022-04-05 18:56 UTC  (4+ messages)

[PATCH v3 0/4] Export PSP security attributes
 2022-04-05 21:06 UTC  (7+ messages)
` [PATCH v3 1/4] crypto: ccp: cache capability into psp device
` [PATCH v3 2/4] crypto: ccp: Export PSP security bits to userspace
` [PATCH v3 3/4] crypto: ccp: Allow PSP driver to load without SEV/TEE support
` [PATCH v3 4/4] crypto: ccp: When TSME and SME both detected notify user

[PATCH] crypto: qat - stop using iommu_present()
 2022-04-05 12:25 UTC 

[PATCH] crypto: caam/rng: Add support for PRNG
 2022-04-05 12:31 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH 5.15 192/913] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
 2022-04-05  7:20 UTC 

[PATCH 5.16 0203/1017] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
 2022-04-05  7:18 UTC 

[PATCH 5.17 0201/1126] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
 2022-04-05  7:15 UTC 

[PATCH] dt-bindings: white-space cleanups
 2022-04-05  6:21 UTC  (4+ messages)

[PATCH v3 0/8] crypto: HCTR2 support
 2022-04-05  1:55 UTC  (4+ messages)
` [PATCH v3 7/8] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL

[PATCH v2] random: mix build-time latent entropy into pool at init
 2022-04-04 23:27 UTC  (7+ messages)

[PATCH 0/8] crypto: qat - misc fixes
 2022-04-04 14:38 UTC  (9+ messages)
` [PATCH 1/8] crypto: qat - set CIPHER capability for DH895XCC
` [PATCH 2/8] crypto: qat - set COMPRESSION "
` [PATCH 3/8] crypto: qat - remove unused PFVF stubs
` [PATCH 4/8] crypto: qat - rework the VF2PF interrupt handling logic
` [PATCH 5/8] crypto: qat - leverage the GEN2 VF mask definiton
` [PATCH 6/8] crypto: qat - replace disable_vf2pf_interrupts()
` [PATCH 7/8] crypto: qat - use u32 variables in all GEN4 pfvf_ops
` [PATCH 8/8] crypto: qat - remove line wrapping for pfvf_ops functions

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

Biznesowy angielski
 2022-04-04  8:05 UTC 

[PATCH] raid6test: change dataoffs from global to static
 2022-04-03 13:30 UTC 

[GIT PULL] zstd changes for v5.16
 2022-04-03 11:13 UTC  (5+ messages)

[PATCH] dt-bindings: crypto: sun8i-ce: remove extra line
 2022-04-02 19:27 UTC  (3+ messages)

[PATCH] MIPS: crypto: Fix CRC32 code
 2022-04-01 10:03 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - remove check of list iterator against head past the loop body
 2022-03-31 21:59 UTC 

[PATCH v2 0/4] Export PSP security attributes
 2022-03-31 20:12 UTC  (9+ messages)
` [PATCH v2 1/4] crypto: ccp: cache capability into psp device
` [PATCH v2 2/4] crypto: ccp: Export PSP security bits to userspace
` [PATCH v2 3/4] crypto: ccp: Allow PSP driver to load without SEV/TEE support
` [PATCH v2 4/4] crypto: ccp: When TSME and SME both detected notify user

[GIT PULL] Crypto Fixes for 5.11
 2022-03-31 19:12 UTC  (12+ messages)
  ` [GIT PULL] Crypto Fixes for 5.14
      ` [GIT PULL] Crypto Fixes for 5.15
          ` [GIT PULL] Crypto Fixes for 5.16
              ` [GIT PULL] Crypto Fixes for 5.17
                  ` [GIT PULL] Crypto Fixes for 5.18

[PATCH v2 0/4] crypto: qat - fix dm-crypt related issues
 2022-03-31 15:36 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: qat - use pre-allocated buffers in datapath
` [PATCH v2 2/4] crypto: qat - refactor submission logic
` [PATCH v2 3/4] crypto: qat - add backlog mechanism
` [PATCH v2 4/4] crypto: qat - re-enable registration of algorithms

[PATCH net] net/tls: fix slab-out-of-bounds bug in decrypt_internal
 2022-03-31  2:52 UTC  (5+ messages)

[PATCH v8 5/5] certs: Allow root user to append signed hashes to the blacklist keyring
 2022-03-30 13:44 UTC  (4+ messages)
` [PATCH v8 0/5] Enable root to update "

[PATCH v2 1/1] certs: Explain the rationale to call panic()
 2022-03-30 12:53 UTC  (3+ messages)
` [PATCH v2 0/1] Explain panic() calls for keyring initialization

[PATCH 0/2] crypto objtool cleanup
 2022-03-30  5:19 UTC  (7+ messages)
` [PATCH 1/2] x86/chacha20: Avoid spurious jumps to other functions
` [PATCH 3/2] x86/poly1305: Fixup SLS
` [PATCH 5/2] x86/sm3: "

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-30  3:51 UTC  (3+ messages)
` [PATCH 5/9] virtio-scsi: "

[PATCH 1/4] crypto: ccp: cache capability into psp device
 2022-03-29  3:15 UTC  (4+ messages)
` [PATCH 2/4] crypto: ccp: Export PSP security bits to userspace
` [PATCH 3/4] crypto: ccp: Allow PSP driver to load without SEV/TEE support
` [PATCH 4/4] crypto: ccp: When TSME and SME both detected notify user

[PATCH 0/4] crypto: qat - fix dm-crypt related issues
 2022-03-28 13:07 UTC  (5+ messages)
` [PATCH 1/4] crypto: qat - use pre-allocated buffers in datapath
` [PATCH 2/4] crypto: qat - refactor submission logic
` [PATCH 3/4] crypto: qat - add backlog mechanism
` [PATCH 4/4] crypto: qat - re-enable registration of algorithms

[PATCH] crypto: aes_generic: fixed styling warnings
 2022-03-28 12:51 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 03/29] crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
 2022-03-28 11:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 08/29] crypto: xts - Add softdep on ecb
` [PATCH AUTOSEL 5.15 09/29] crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3

[PATCH AUTOSEL 5.16 03/35] crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
 2022-03-28 11:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.16 11/35] crypto: xts - Add softdep on ecb
` [PATCH AUTOSEL 5.16 12/35] crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3

[PATCH AUTOSEL 5.17 03/43] crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
 2022-03-28 11:18 UTC  (5+ messages)
` [PATCH AUTOSEL 5.17 04/43] crypto: octeontx2 - CN10K CPT to RNM workaround
` [PATCH AUTOSEL 5.17 12/43] crypto: xts - Add softdep on ecb
` [PATCH AUTOSEL 5.17 13/43] crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
` [PATCH AUTOSEL 5.17 28/43] hwrng: cavium - fix NULL but dereferenced coccicheck error

[PATCH v6 0/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-03-28 10:46 UTC  (7+ messages)
` [PATCH v6 3/4] crypto: caam - add in-kernel interface for blob generator
  ` [EXT] "
` [PATCH v6 4/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
  ` [EXT] "

[PATCH v3 0/6] Support akcipher for virtio-crypto
 2022-03-28  9:14 UTC  (4+ messages)
` [PATCH v3 4/6] crypto: Implement RSA algorithm by hogweed
    ` [External] "

Koszty instalacji fotowoltaicznej
 2022-03-28  7:46 UTC 

Build regressions/improvements in v5.17-rc7
 2022-03-28  7:57 UTC  (2+ messages)

[PATCH v3 00/26] crypto: rockchip: permit to pass self-tests
 2022-03-25 16:52 UTC  (9+ messages)
` [PATCH v3 17/26] clk: rk3399: use proper crypto0 name
` [PATCH v3 21/26] dt-bindings: crypto: convert rockchip-crypto to yaml

random: treat bootloader trust toggle the same way as cpu trust toggle
 2022-03-25 14:46 UTC  (2+ messages)

[PATCH 1/2] x86/chacha20: Avoid spurious jumps to other functions
 2022-03-25 12:05 UTC 

[PATCH] crypto: fix reference leak in stm32_crc_remove
 2022-03-25  4:22 UTC  (2+ messages)

[PATCH v1] crypto: stm32: Check for NULL return of kmalloc_array()
 2022-03-25  4:16 UTC  (2+ messages)

Entropy as a Service?
 2022-03-25  1:45 UTC  (2+ messages)

[PATCH] random: allow writes to /dev/urandom to influence fast init
 2022-03-24 20:25 UTC  (11+ messages)

[PATCH v5 2/3] ACPI: allow longer device IDs
 2022-03-24 20:14 UTC  (17+ messages)
` [PATCH 2/3 v6] "


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