linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-31 08:57:08 to 2022-09-06 16:55:36 UTC [more...]

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-06 16:39 UTC  (24+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address

[PATCH 00/31] net/tcp: Add TCP-AO support
 2022-09-06 16:34 UTC  (9+ messages)
` [PATCH 08/31] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH 25/31] selftests/net: Add TCP-AO library

[PATCH v5 00/12] x86: Support Key Locker
 2022-09-06 16:22 UTC  (9+ messages)
` [PATCH v5 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time

[PATCH v1 1/2] random: make add_hwgenerator_randomness() more flexible
 2022-09-06 14:15 UTC  (4+ messages)
` [PATCH v1 2/2] hwrng: core: fix potential suspend/resume race condition

[PATCH v2 1/2] crypto: inside_secure - Avoid dma map if size is zero
 2022-09-06 14:05 UTC  (4+ messages)
` [PATCH v2 2/2] crypto: inside-secure - Select CRYPTO_AES config

[PATCH v2] crypto: inside_secure - Change swab to swab32
 2022-09-06 13:28 UTC  (2+ messages)

[RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
 2022-09-06 13:03 UTC  (14+ messages)
` [RFC PATCH HBK: 1/8] keys-trusted: new cmd line option added
` [RFC PATCH HBK: 2/8] hw-bound-key: flag-is_hbk added to the tfm
` [RFC PATCH HBK: 3/8] sk_cipher: checking for hw bound operation
` [RFC PATCH HBK: 4/8] keys-trusted: re-factored caam based trusted key
` [RFC PATCH HBK: 5/8] caam blob-gen: moving blob_priv to caam_drv_private
` [RFC PATCH HBK: 6/8] KEYS: trusted: caam based black key
` [RFC PATCH HBK: 7/8] caam alg: symmetric key ciphers are updated
` [RFC PATCH HBK: 8/8] dm-crypt: consumer-app setting the flag-is_hbk

linux-next: manual merge of the mm tree with the crypto tree
 2022-09-06 10:20 UTC 

Inquiry about the removal of flag O_NONBLOCK on /dev/random
 2022-09-06 10:16 UTC  (13+ messages)

[PATCH] crypto: aspeed - Fix sparse warnings
 2022-09-06  9:16 UTC  (2+ messages)

[PATCH v2] crypto: aspeed: fix build module error
 2022-09-06  4:53 UTC  (4+ messages)

[PATCH RESEND v1 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
 2022-09-06  3:35 UTC  (10+ messages)
` [PATCH RESEND v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
` [PATCH RESEND v1 2/9] crypto/ycc: Add ycc ring configuration
` [PATCH RESEND v1 3/9] crypto/ycc: Add irq support for ycc kernel rings
` [PATCH RESEND v1 4/9] crypto/ycc: Add device error handling support for ycc hw errors
` [PATCH RESEND v1 5/9] crypto/ycc: Add skcipher algorithm support
` [PATCH RESEND v1 6/9] crypto/ycc: Add aead "
` [PATCH RESEND v1 7/9] crypto/ycc: Add rsa "
` [PATCH RESEND v1 8/9] crypto/ycc: Add sm2 "
` [PATCH RESEND v1 9/9] MAINTAINERS: Add Yitian Cryptography Complex (YCC) driver maintainer entry

linux-next: build failure after merge of the crypto tree
 2022-09-06  1:30 UTC 

[PATCH v2] crypto: aspeed: fix format unexpected build warning
 2022-09-05 14:22 UTC  (2+ messages)

[PATCH v7 0/3] crypto: hisilicon - supports device isolation feature
 2022-09-05 12:02 UTC  (6+ messages)
` [PATCH v7 2/3] Documentation: add a isolation strategy sysfs node for uacce

[PATCH v3 0/3] crypto: aria: add ARIA AES-NI/AVX/x86_64/GFNI implementation
 2022-09-05  9:45 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: aria: prepare generic module for optimized implementations
` [PATCH v3 2/3] crypto: aria-avx: add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
` [PATCH v3 3/3] crypto: tcrypt: add async speed test for "

[PATCH] crypto: inside_secure - Change swab to swab32
 2022-09-05  9:14 UTC  (2+ messages)

[PATCH 1/2] crypto: inside_secure - Avoid dma map if size is zero
 2022-09-05  8:51 UTC  (3+ messages)
` [PATCH 2/2] crypto: inside-secure - Select CRYPTO_AES config

[PATCH v8 00/26] tcp: Initial support for RFC5925 auth option
 2022-09-05  7:06 UTC  (27+ messages)
` [PATCH v8 01/26] tcp: authopt: Initial support and key management
` [PATCH v8 02/26] docs: Add user documentation for tcp_authopt
` [PATCH v8 03/26] tcp: authopt: Add crypto initialization
` [PATCH v8 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v8 05/26] tcp: authopt: Compute packet signatures
` [PATCH v8 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
` [PATCH v8 07/26] tcp: authopt: Hook into tcp core
` [PATCH v8 08/26] tcp: authopt: Disable via sysctl by default
` [PATCH v8 09/26] tcp: authopt: Implement Sequence Number Extension
` [PATCH v8 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v8 11/26] tcp: authopt: Add support for signing skb-less replies
` [PATCH v8 12/26] tcp: ipv4: Add AO signing for "
` [PATCH v8 13/26] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v8 14/26] tcp: authopt: Add initial l3index support
` [PATCH v8 15/26] tcp: authopt: Add prefixlen support
` [PATCH v8 16/26] tcp: authopt: Add send/recv lifetime support
` [PATCH v8 17/26] tcp: authopt: Add key selection controls
` [PATCH v8 18/26] tcp: authopt: Add v4mapped ipv6 address support
` [PATCH v8 19/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v8 20/26] tcp: authopt: If no keys are valid for send report an error
` [PATCH v8 21/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
` [PATCH v8 22/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
` [PATCH v8 23/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT
` [PATCH v8 24/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v8 25/26] selftests: nettest: Initial tcp_authopt support
` [PATCH v8 26/26] selftests: net/fcnal: "

[PATCH] crypto: aspeed: fix format unexpected build warning
 2022-09-05  3:50 UTC  (3+ messages)

[PATCH] crypto: aspeed: fix build module error
 2022-09-05  2:39 UTC  (3+ messages)

[PATCH] random: use hwgenerator randomness more frequently at early boot
 2022-09-04 10:17 UTC 

[PATCH] random / hw_random: core: start hwrng kthread also for untrusted sources
 2022-09-04  8:02 UTC 

[PATCH] crypto: hisilicon/qm - return failure if vfs_num exceeds total VFs
 2022-09-02 11:02 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - fix missing put dfx access
 2022-09-02 11:02 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - check mailbox operation result
 2022-09-02 11:01 UTC  (2+ messages)

[PATCH] crypto: qat - fix default value of WDT timer
 2022-09-02 11:01 UTC  (2+ messages)

[PATCH] crypto: testmgr - fix indentation for test_acomp() args
 2022-09-02 11:01 UTC  (2+ messages)

[PATCH] crypto/bcm: fix repeated words in comments
 2022-09-02 11:01 UTC  (2+ messages)

[PATCH] marvell/octeontx: fix repeated words in comments
 2022-09-02 11:00 UTC  (2+ messages)

[PATCH] drivers/crypto: fix repeated words in comments
 2022-09-02 11:00 UTC  (2+ messages)

[PATCH v1] Moving IRQ handler registering after imx_rngc_irq_mask_clear()
 2022-09-02 11:00 UTC  (2+ messages)

[PATCH] cavium/cpt: fix repeated words in comments
 2022-09-02 10:39 UTC  (2+ messages)

[PATCH -next 0/2] A few fixup patches for crypto
 2022-09-02 10:25 UTC  (9+ messages)
` [PATCH -next 1/2] crypto: api - Fix IS_ERR() vs NULL check
` [PATCH -next 2/2] crypto: crc32c - add missing Kconfig option select

[PATCH 0/6] Crypto: Fix dma_map_sg error check
 2022-09-02 10:19 UTC  (6+ messages)
` [PATCH 1/6] crypto: gemin: Fix error check for dma_map_sg
` [PATCH 5/6] crypto: allwinner: Fix dma_map_sg error check

[PATCH v2 0/3] crypto: aria: add ARIA AES-NI/AVX/x86_64 implementation
 2022-09-02  9:39 UTC  (6+ messages)
` [PATCH v2 2/3] crypto: aria-avx: add AES-NI/AVX/x86_64 assembler implementation of aria cipher

[PATCH linux-next] crypto: nx - Remove the unneeded result variable
 2022-09-02  7:30 UTC 

[PATCH v1 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-09-02  6:00 UTC  (5+ messages)
` [PATCH v1 1/4] crypto: aspeed: Add ACRY RSA driver
` [PATCH v1 2/4] ARM: dts: aspeed: Add ACRY/AHBC device controller node
` [PATCH v1 3/4] dt-bindings: crypto: add documentation for Aspeed ACRY
` [PATCH v1 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH v8 0/3] crypto: hisilicon - supports device isolation feature
 2022-09-02  3:13 UTC  (4+ messages)
` [PATCH v8 1/3] uacce: "
` [PATCH v8 2/3] Documentation: add a isolation strategy sysfs node for uacce
` [PATCH v8 3/3] crypto: hisilicon/qm - define the device isolation strategy

[PATCH v2] virtio-crypto: fix memory-leak
 2022-09-02  2:44 UTC  (3+ messages)
` PING: "

[PATCH] dt-bindings: rng: omap_rng: Drop requirement for clocks
 2022-09-01 17:10 UTC 

[PATCH] crypto: cavium - prevent integer overflow loading firmware
 2022-09-01 15:32 UTC 

[PATCH] crypto: marvell/octeontx - prevent integer overflows
 2022-09-01 15:32 UTC 

[PATCH V3] crypto: ccp - Release dma channels before dmaengine unrgister
 2022-09-01 14:47 UTC 

[PATCH V2] crypto: ccp - Release dma channels before dmaengine unrgister
 2022-09-01 14:27 UTC  (5+ messages)

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

Should Linux set the new constant-time mode CPU flags?
 2022-09-01 11:00 UTC  (4+ messages)

[PATCH linux-next] crypto: octeontx: Remove the unneeded result variable
 2022-09-01  7:43 UTC 

Zwiększenie płynności finansowej
 2022-09-01  7:41 UTC 

[PATCH v2] crypto: akcipher - default implementation for setting a private key
 2022-08-31 18:37 UTC 

[GIT PULL] Crypto Fixes for 5.15
 2022-08-31 17:20 UTC  (12+ messages)
  ` [GIT PULL] Crypto Fixes for 5.16
      ` [GIT PULL] Crypto Fixes for 5.17
          ` [GIT PULL] Crypto Fixes for 5.18
            ` [GIT PULL] Crypto Fixes for 5.19
                  ` [GIT PULL] Crypto Fixes for 6.0

[PATCH linux-next] crypto: nx: remove redundant variable rc
 2022-08-31 16:18 UTC  (2+ messages)

crypto: ccp - Release dma channels before dmaengine unrgister
 2022-08-31 12:54 UTC  (4+ messages)

[PATCH] crypto: akcipher - default implementations for setting private/public keys
 2022-08-31 10:00 UTC  (7+ 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).