messages from 2021-12-04 03:14:33 to 2021-12-13 09:31:36 UTC [more...]
[PATCHv8 00/12] nvme: In-band authentication support
2021-12-13 9:31 UTC (6+ messages)
` [PATCH 09/12] nvmet: parse fabrics commands on io queues
[PATCH v2 0/6] KEXEC_SIG with appended signature
2021-12-13 0:46 UTC (14+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[PATCH v43 00/15] /dev/random - a new approach
2021-12-11 16:04 UTC (9+ messages)
` [PATCH v43 01/15] Linux Random Number Generator
[PATCH 0/6] crypto: hisilicon/qm - handling abnormal interrupts event
2021-12-11 11:25 UTC (7+ messages)
` [PATCH 1/6] crypto: hisilicon/qm - remove unnecessary device memory reset
` [PATCH 2/6] crypto: hisilicon/qm - code movement
` [PATCH 3/6] crypto: hisilicon/qm - modify the handling method after abnormal interruption
` [PATCH 4/6] crypto: hisilicon/qm - use request_threaded_irq instead
` [PATCH 5/6] crypto: hisilicon/qm - reset function if event queue overflows
` [PATCH 6/6] crypto: hisilicon/qm - disable queue when 'CQ' error
[PATCH v43 01/15] Linux Random Number Generator
2021-12-11 8:57 UTC (18+ messages)
[PATCH] crypto: hisilicon/qm - fix deadlock for remove driver
2021-12-11 8:56 UTC
[PATCH] crypto: hisilicon/zip - enable ssid for sva sgl
2021-12-11 8:52 UTC
[PATCH] crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
2021-12-11 8:17 UTC
[PATCH] crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()
2021-12-11 5:56 UTC (2+ messages)
[PATCH 0/2] Octeon TX2 CPT custom engine group
2021-12-11 5:56 UTC (2+ messages)
[PATCH v4 0/9] STM32 CRYP driver: many fixes
2021-12-11 5:55 UTC (2+ messages)
[PATCH 0/3] crypto: jitterentropy - bound collection loop
2021-12-11 5:55 UTC (2+ messages)
[PATCH] crypto: DH: remove duplicate includes
2021-12-11 5:55 UTC (2+ messages)
[PATCH v3 00/15] Broadcom DT bindings updates to YAML
2021-12-10 15:22 UTC (23+ messages)
` [PATCH v3 01/15] dt-bindings: mmc: Convert Broadcom STB SDHCI binding "
` [PATCH v3 02/15] dt-bindings: reset: Convert Broadcom STB reset "
` [PATCH v3 03/15] dt-bindings: pwm: Convert BCM7038 PWM binding "
` [PATCH v3 04/15] dt-bindings: rtc: Convert Broadcom STB waketimer "
` [PATCH v3 05/15] dt-bindings: gpio: Convert Broadcom STB GPIO "
` [PATCH v3 06/15] dt-binding: interrupt-controller: Convert BCM7038 L1 intc "
` [PATCH v3 07/15] dt-bindings: interrupt-controller: Convert BCM7120 L2 "
` [PATCH v3 08/15] dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
` [PATCH v3 09/15] dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML
` [PATCH v3 10/15] dt-bindings: rng: Convert iProc RNG200 "
` [PATCH v3 11/15] dt-bindings: thermal: Convert Broadcom TMON "
` [PATCH v3 12/15] ARM: dts: NSP: Rename SATA unit name
` [PATCH v3 13/15] dt-bindings: ata: Convert Broadcom SATA to YAML
` [PATCH v3 14/15] dt-bindings: bus: Convert GISB arbiter "
` [PATCH v3 15/15] dt-bindings: usb: Convert BDC "
[PATCH v1 1/1] crypto: Replace kernel.h with the necessary inclusions
2021-12-10 14:30 UTC
[PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-10 11:38 UTC (29+ messages)
` [PATCH v2 01/18] crypto: dh - remove struct dh's ->q member
` [PATCH v2 02/18] crypto: dh - constify struct dh's pointer members
` [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
` [PATCH v2 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
` [PATCH v2 05/18] crypto: testmgr - add DH RFC 7919 ffdhe3072 test vector
` [PATCH v2 06/18] crypto: dh - introduce RFC 3526 safe-prime groups
` [PATCH v2 07/18] crypto: testmgr - add DH RFC 3526 modp2048 test vector
` [PATCH v2 08/18] crypto: testmgr - run only subset of DH vectors based on config
` [PATCH v2 09/18] crypto: dh - implement private key generation primitive
` [PATCH v2 10/18] crypto: dh - introduce support for ephemeral key generation to dh-generic
` [PATCH v2 11/18] crypto: dh - introduce support for ephemeral key generation to hpre driver
` [PATCH v2 12/18] crypto: dh - introduce support for ephemeral key generation to qat driver
` [PATCH v2 13/18] crypto: testmgr - add DH test vectors for key generation
` [PATCH v2 14/18] lib/mpi: export mpi_rshift
` [PATCH v2 15/18] crypto: dh - store group id in dh-generic's dh_ctx
` [PATCH v2 16/18] crypto: dh - calculate Q from P for the full public key verification
` [PATCH v2 17/18] crypto: dh - try to match domain parameters to a known safe-prime group
` [PATCH v2 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
[PATCH bpf-next 0/3] bpf: add signature
2021-12-09 13:40 UTC (16+ messages)
[PATCH 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-09 9:26 UTC (27+ messages)
` [PATCH 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
` [PATCH 04/18] crypto: dh - introduce RFC 7919 safe-prime groups
` [PATCH 08/18] crypto: testmgr - run only subset of DH vectors based on config
` [PATCH 09/18] crypto: dh - implement private key generation primitive
` [PATCH 10/18] crypto: dh - introduce support for ephemeral key generation to dh-generic
` [PATCH 11/18] crypto: dh - introduce support for ephemeral key generation to hpre driver
` [PATCH 12/18] crypto: dh - introduce support for ephemeral key generation to qat driver
` [PATCH 16/18] crypto: dh - calculate Q from P for the full public key verification
` [PATCH 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode
[RFC PATCH 0/6] crypto: Add Xilinx ZynqMP SHA3 driver support
2021-12-09 7:20 UTC (6+ messages)
` [RFC PATCH 3/6] dt-bindings: crypto: Add bindings for ZynqMP SHA3 driver
[PATCH v2 00/14] Broadcom DT bindings updates to YAML
2021-12-08 11:55 UTC (25+ messages)
` [PATCH v2 01/14] dt-bindings: mmc: Convert Broadcom STB SDHCI binding "
` [PATCH v2 02/14] dt-bindings: reset: Convert Broadcom STB reset "
` [PATCH v2 03/14] dt-bindings: pwm: Convert BCM7038 PWM binding "
` [PATCH v2 04/14] dt-bindings: rtc: Convert Broadcom STB waketimer "
` [PATCH v2 05/14] dt-bindings: gpio: Convert Broadcom STB GPIO "
` [PATCH v2 06/14] dt-binding: interrupt-controller: Convert BCM7038 L1 intc "
` [PATCH v2 07/14] dt-bindings: interrupt-controller: Convert BCM7120 L2 "
` [PATCH v2 08/14] dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
` [PATCH v2 09/14] dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML
` [PATCH v2 10/14] dt-bindings: rng: Convert iProc RNG200 "
` [PATCH v2 11/14] dt-bindings: thermal: Convert Broadcom TMON "
` [PATCH v2 12/14] dt-bindings: ata: Convert Broadcom SATA "
` [PATCH v2 13/14] dt-bindings: bus: Convert GISB arbiter "
` [PATCH v2 14/14] dt-bindings: usb: Convert BDC "
[PATCH v3 00/18] tcp: Initial support for RFC5925 auth option
2021-12-08 11:37 UTC (19+ messages)
` [PATCH v3 01/18] tcp: authopt: Initial support and key management
` [PATCH v3 02/18] docs: Add user documentation for tcp_authopt
` [PATCH v3 03/18] tcp: authopt: Add crypto initialization
` [PATCH v3 04/18] tcp: md5: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v3 05/18] tcp: authopt: Compute packet signatures
` [PATCH v3 06/18] tcp: authopt: Hook into tcp core
` [PATCH v3 07/18] tcp: authopt: Disable via sysctl by default
` [PATCH v3 08/18] tcp: authopt: Implement Sequence Number Extension
` [PATCH v3 09/18] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v3 10/18] tcp: authopt: Add support for signing skb-less replies
` [PATCH v3 11/18] tcp: ipv4: Add AO signing for "
` [PATCH v3 12/18] tcp: authopt: Add key selection controls
` [PATCH v3 13/18] tcp: authopt: Add initial l3index support
` [PATCH v3 14/18] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v3 15/18] tcp: authopt: Add prefixlen support
` [PATCH v3 16/18] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v3 17/18] selftests: nettest: Initial tcp_authopt support
` [PATCH v3 18/18] selftests: net/fcnal: "
x86 AES crypto alignment
2021-12-08 5:29 UTC (4+ messages)
[PATCH][next] crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()
2021-12-08 5:24 UTC (2+ messages)
[PATCH][next] crypto: cavium - Use kcalloc() instead of kzalloc()
2021-12-08 5:05 UTC (2+ messages)
[PATCH V6 0/5] Add SEV_INIT_EX support
2021-12-07 23:33 UTC (6+ messages)
` [PATCH V6 1/5] crypto: ccp - Add SEV_INIT rc error logging on init
` [PATCH V6 2/5] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V6 3/5] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH V6 4/5] crypto: ccp - Add psp_init_on_probe module parameter
` [PATCH V6 5/5] crypto: ccp - Add SEV_INIT_EX support
[PATCH v2 0/2] CAAM Driver: re-factor and dynamic JR availability check
2021-12-07 23:02 UTC (4+ messages)
` [PATCH v3 0/2] CAAM Driver: re-factor and set proper JR status
` [PATCH v3 1/2] crypto: caam - convert to use capabilities
` [PATCH v3 2/2] arm64: dts: imx8m: define proper status for caam jr
[PATCH] crypto: x86/des: remove redundant assignment of variable nbytes
2021-12-07 18:58 UTC
[PATCH 1/9] crypto: add zbufsize() interface
2021-12-07 6:27 UTC (13+ messages)
[PATCH v3 00/15] x86: Support Key Locker
2021-12-06 22:59 UTC (8+ messages)
` [PATCH v3 11/15] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
[RFC PATCH v2 00/11] x86: Support Intel Key Locker
2021-12-06 21:48 UTC (5+ messages)
[PATCH v3] crypto: hisilicon - replace 'smp_processor_id' with the raw version of the macro
2021-12-06 10:51 UTC
[PATCH V5.1 3/5] crypto: ccp - Refactor out sev_fw_alloc()
2021-12-05 23:03 UTC (2+ messages)
[PATCH V5 5/5] crypto: ccp - Add SEV_INIT_EX support
2021-12-05 23:02 UTC (4+ messages)
[RFC] random, initialize pool at compile time
2021-12-05 0:59 UTC
[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
2021-12-05 0:18 UTC (7+ messages)
` [PATCH v4 1/5] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator
[PATCH V5 0/5] Add SEV_INIT_EX support
2021-12-04 23:36 UTC (2+ messages)
お問い合わせありがとうございます。【kyoheiblog】
2021-12-04 21:22 UTC
[PATCH v8 00/17] Enroll kernel keys thru MOK
2021-12-04 17:39 UTC (7+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction
[syzbot] INFO: task hung in set_current_rng
2021-12-04 9:30 UTC (3+ 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).