messages from 2022-09-20 14:23:22 to 2022-09-27 21:35:23 UTC [more...]
[PATCH RFT 0/5] crypto: rockchip: add crypto offloader V2
2022-09-27 21:34 UTC (7+ messages)
` [PATCH RFT 1/5] crypto: rockchip: move kconfig to its dedicated directory
` [PATCH RFT 2/5] dt-bindings: crypto: add support for rockchip,crypto-rk3588
` [PATCH RFT 3/5] MAINTAINERS: add new dt-binding doc to the right entry
` [PATCH RFT 4/5] crypto: rockchip: support the new crypto IP for rk3568/rk3588
` [PATCH RFT 5/5] ARM64: dts: rk3568: add crypto node
[PATCH 0/4] crypto: add ECDSA signature support to key retention service
2022-09-27 21:18 UTC (3+ messages)
[PATCH] hw_random: rockchip: import driver from vendor tree
2022-09-27 19:46 UTC (4+ messages)
[PATCH -next] crypto: ccp: Add __init/__exit annotations to module init/exit funcs
2022-09-27 16:11 UTC (2+ messages)
[PATCH] crypto: ccp - Remove unused struct ccp_crypto_cpu
2022-09-27 15:47 UTC (2+ messages)
[PATCH] crypto: allwinner: sun8i-ss: use dma_addr instead u32
2022-09-27 8:55 UTC
[PATCH v10 00/33] crypto: rockchip: permit to pass self-tests
2022-09-27 7:55 UTC (34+ messages)
` [PATCH v10 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v10 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v10 03/33] crypto: rockchip: do not do custom power management
` [PATCH v10 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v10 05/33] crypto: rockchip: do not store mode globally
` [PATCH v10 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v10 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v10 08/33] crypto: rockchip: better handle cipher key
` [PATCH v10 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v10 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v10 11/33] crypto: rockchip: rewrite type
` [PATCH v10 12/33] crypto: rockchip: add debugfs
` [PATCH v10 13/33] crypto: rockchip: introduce PM
` [PATCH v10 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v10 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v10 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v10 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v10 18/33] crypto: rockchip: fix style issue
` [PATCH v10 19/33] crypto: rockchip: add support for rk3328
` [PATCH v10 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v10 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v10 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v10 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v10 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [PATCH v10 25/33] dt-bindings: crypto: rockchip: add new compatible
` [PATCH v10 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v10 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v10 28/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v10 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v10 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v10 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter
` [PATCH v10 32/33] crypto: rockchip: permit to have more than one reset
` [PATCH v10 33/33] crypto: rockchip: Add support for RK3399
[PATCH 00/16] Optimizing SM3 and SM4 algorithms using NEON/CE/SVE instructions
2022-09-27 4:30 UTC (21+ messages)
` [PATCH 01/16] crypto: arm64/sm3 - raise the priority of the CE implementation
` [PATCH 02/16] crypto: arm64/sm3 - add NEON assembly implementation
` [PATCH 03/16] crypto: arm64/sm4 - refactor and simplify NEON implementation
` [PATCH 04/16] crypto: testmgr - add SM4 cts-cbc/essiv/xts/xcbc test vectors
` [PATCH 05/16] crypto: tcrypt - add SM4 cts-cbc/essiv/xts/xcbc test
` [PATCH 06/16] crypto: arm64/sm4 - refactor and simplify CE implementation
` [PATCH 07/16] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of "
` [PATCH 08/16] crypto: arm64/sm4 - export reusable CE acceleration functions
` [PATCH 09/16] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
` [PATCH 10/16] crypto: arm64/sm4 - add CE implementation for XTS mode
` [PATCH 11/16] crypto: essiv - allow digestsize to be greater than keysize
` [PATCH 12/16] crypto: arm64/sm4 - add CE implementation for ESSIV mode
` [PATCH 13/16] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
` [PATCH 14/16] crypto: arm64/sm4 - add CE implementation for CCM mode
` [PATCH 15/16] crypto: arm64/sm4 - add CE implementation for GCM mode
` [PATCH 16/16] crypto: arm64/sm4 - add ARMv9 SVE cryptography acceleration implementation
[PATCH 1/3] crypto: inside-secure - Expand soc data structure
2022-09-27 3:18 UTC (7+ messages)
` [PATCH 2/3] crypto: inside-secure - Add fw_little_endian option
[PATCH v2 0/3] crypto: inside-secure: Add Support for MaxLinear Platform
2022-09-27 3:10 UTC (4+ messages)
` [PATCH v2 1/3] crypto: inside-secure - Expand soc data structure
` [PATCH v2 2/3] crypto: inside-secure - Add fw_little_endian option
` [PATCH v2 3/3] crypto: inside-secure - Add MaxLinear platform
[PATCH v2 00/35] net/tcp: Add TCP-AO support
2022-09-27 1:57 UTC (41+ messages)
` [PATCH v2 01/35] crypto: Introduce crypto_pool
` [PATCH v2 02/35] crypto_pool: Add crypto_pool_reserve_scratch()
` [PATCH v2 03/35] net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
` [PATCH v2 04/35] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
` [PATCH v2 05/35] net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v2 06/35] net/ipv6: sr: Switch to using crypto_pool
` [PATCH v2 07/35] tcp: Add TCP-AO config and structures
` [PATCH v2 08/35] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH v2 09/35] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH v2 10/35] net/tcp: Calculate TCP-AO traffic keys
` [PATCH v2 11/35] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH v2 12/35] net/tcp: Add tcp_parse_auth_options()
` [PATCH v2 13/35] net/tcp: Add AO sign to RST packets
` [PATCH v2 14/35] net/tcp: Add TCP-AO sign to twsk
` [PATCH v2 15/35] net/tcp: Wire TCP-AO to request sockets
` [PATCH v2 16/35] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH v2 17/35] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH v2 18/35] net/tcp: Add TCP-AO segments counters
` [PATCH v2 19/35] net/tcp: Add TCP-AO SNE support
` [PATCH v2 20/35] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH v2 21/35] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH v2 22/35] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH v2 23/35] net/tcp: Add getsockopt(TCP_AO_GET)
` [PATCH v2 24/35] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH v2 25/35] selftests/net: Add TCP-AO library
` [PATCH v2 26/35] selftests/net: Verify that TCP-AO complies with ignoring ICMPs
` [PATCH v2 27/35] selftest/net: Add TCP-AO ICMPs accept test
` [PATCH v2 28/35] selftest/tcp-ao: Add a test for MKT matching
` [PATCH v2 29/35] selftest/tcp-ao: Add test for TCP-AO add setsockopt() command
` [PATCH v2 30/35] selftests/tcp-ao: Add TCP-AO + TCP-MD5 + no sign listen socket tests
` [PATCH v2 31/35] selftests/aolib: Add test/benchmark for removing MKTs
` [PATCH v2 32/35] selftests/nettest: Remove client_pw
` [PATCH v2 33/35] selftest/nettest: Rename md5_prefix* => auth_prefix*
` [PATCH v2 34/35] selftests/nettest: Add TCP-AO support
` [PATCH v2 35/35] selftests/fcnal-test.sh: Add TCP-AO tests
[PATCH][next] crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
2022-09-26 22:01 UTC (2+ messages)
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-26 15:19 UTC (9+ messages)
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
2022-09-26 13:12 UTC (5+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap
[PATCH] crypto: scatterwalk - remove duplicate function declarations
2022-09-26 9:14 UTC
[PATCH] crypto: ccm - use local variables instead of indirect references
2022-09-26 9:14 UTC
[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
2022-09-25 14:17 UTC (8+ messages)
` [PATCH v6 09/17] mips: use fallback for random_get_entropy() instead of just c0 random
[PATCH] crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
2022-09-24 11:04 UTC
[PATCH] crypto: hisilicon/sec - enabling clock gating of the address prefetch module
2022-09-24 10:34 UTC
[PATCH] crypto: hisilicon/qm - fix incorrect parameters usage
2022-09-24 10:14 UTC
[PATCH] crypto: hisilicon/qm: drop unnecessary IS_ENABLE(CONFIG_NUMA) check
2022-09-24 9:34 UTC
[PATCH] crypto: hisilicon/qm - fix the qos value initialization
2022-09-24 8:18 UTC (2+ messages)
[PATCH] crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs
2022-09-24 8:17 UTC (2+ messages)
[PATCH] crypto: add __init/__exit annotations to init/exit funcs
2022-09-24 8:17 UTC (2+ messages)
[PATCH v4 0/3] crypto: aria: add ARIA AES-NI/AVX/x86_64/GFNI implementation
2022-09-24 8:17 UTC (2+ messages)
[PATCH] crypto: revert unintended config addition of CRYPTO_BLAKE2S
2022-09-24 8:17 UTC (2+ messages)
[PATCH] crypto: revert unintended config name change for CRYPTO_SHA1_ARM64_CE
2022-09-24 8:17 UTC (2+ messages)
[PATCH v3 1/2] crypto: inside_secure - Avoid dma map if size is zero
2022-09-24 8:16 UTC (2+ messages)
[PATCH] crypto: hisilicon/hpre - fix resource leak in remove process
2022-09-24 7:38 UTC
[PATCH -next] hwrng: Remove duplicate include
2022-09-24 7:31 UTC (2+ messages)
[PATCH linux-next] crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()
2022-09-24 4:59 UTC (2+ messages)
[PATCH -next] crypto: aspeed - Remove redundant dev_err call
2022-09-23 12:26 UTC (3+ messages)
[PATCH -next] crypto: KEYS: fix undefined reference errors in fips_signature_selftest
2022-09-23 10:59 UTC
[PATCH 0/3] A few cleanup patches for crypto
2022-09-23 9:08 UTC (4+ messages)
` [PATCH 1/3] crypto: bcm - Simplify obtain the name for cipher
` [PATCH 2/3] crypto: aead - Remove unused inline functions from aead
` [PATCH 3/3] crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()
[PATCH v7 0/1] dma: qcom: bam_dma: Add support to initialize interconnect path
2022-09-23 5:10 UTC (4+ messages)
` [PATCH v7 1/1] "
[PATCH v2 1/2] crypto: inside_secure - Avoid dma map if size is zero
2022-09-23 2:39 UTC (8+ messages)
` [PATCH v2 2/2] crypto: inside-secure - Select CRYPTO_AES config
[PATCH] padata: fix lockdep warning in padata serialization
2022-09-23 2:07 UTC (8+ messages)
[PATCH RESEND v1 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
2022-09-23 1:53 UTC (4+ messages)
` [PATCH RESEND v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
[PATCH v1 0/2] rng: npcm: add Arbel NPCM8XX support
2022-09-22 17:30 UTC (7+ messages)
` [PATCH v1 1/2] dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible string
` [PATCH v1 2/2] hwrng: npcm: Add NPCM8XX support
[PATCH] random: throttle hwrng writes if no entropy is credited
2022-09-22 14:38 UTC (3+ messages)
[PATCH -next 0/3] arm64: Mark constants in .S files as data
2022-09-22 14:25 UTC (7+ messages)
` [PATCH -next 1/3] arm64: efi-header: Mark efi header "
` [PATCH -next 2/3] arm64: head: Mark constants "
` [PATCH -next 3/3] arm64: crypto: Mark constant "
[PATCH] random / hw_random: core: start hwrng kthread also for untrusted sources
2022-09-22 13:59 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] random: use hwgenerator randomness more frequently at early boot
2022-09-22 13:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH linux-next] crypto: zip - remove the unneeded result variable
2022-09-22 11:27 UTC
[PATCH] crypto: add rsize config to .config only if lib_poly1305 is set
2022-09-22 9:20 UTC (3+ messages)
[RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
2022-09-21 11:07 UTC (12+ messages)
` [RFC PATCH HBK: 2/8] hw-bound-key: flag-is_hbk added to the tfm
` [EXT] "
[RESEND] crypto: qat - add limit to linked list parsing
2022-09-21 9:38 UTC
[PATCH v2] crypto: qat - add limit to linked list parsing
2022-09-21 9:38 UTC (2+ messages)
[RFC PATCH 0/6] crypto: benchmark - add the crypto benchmark
2022-09-21 8:20 UTC (6+ messages)
` [RFC PATCH 2/6] crypto: benchmark - add a crypto benchmark tool
Zwiększenie płynności finansowej
2022-09-21 8:00 UTC
[PATCH v7 0/9] crypto: qcom-qce: Add YAML bindings & support for newer SoCs
2022-09-21 6:52 UTC (9+ messages)
` [PATCH v7 4/9] dt-bindings: qcom-qce: Add new SoC compatible strings for qcom-qce
` [PATCH v7 6/9] crypto: qce: core: Add new compatibles for qce crypto driver
[PATCH v8 0/3] crypto: hisilicon - supports device isolation feature
2022-09-21 3:04 UTC (6+ messages)
` [PATCH v8 2/3] Documentation: add a isolation strategy sysfs node for uacce
[PATCH linux-next] crypto: ccp: Remove the unneeded result variable
2022-09-20 19:09 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).