public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-24 20:14:38 to 2021-12-01 14:47:19 UTC [more...]

crypto: stm32 - Revert broken pm_runtime_resume_and_get changes
 2021-12-01 14:46 UTC  (3+ messages)

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-12-01 13:46 UTC  (18+ messages)
` [PATCH v8 03/17] integrity: Introduce a Linux keyring called machine
` [PATCH v8 04/17] integrity: Do not allow machine keyring updates following init
` [PATCH v8 05/17] X.509: Parse Basic Constraints for CA
` [PATCH v8 06/17] KEYS: CA link restriction
` [PATCH v8 08/17] integrity: add new keyring handler for mok keys
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction

[PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support
 2021-12-01 13:06 UTC  (2+ messages)

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-01 11:48 UTC  (10+ messages)
` [PATCH v2 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH 0/2] Octeon TX2 CPT custom engine group
 2021-12-01  9:02 UTC  (3+ messages)
` [PATCH 1/2] crypto: octeontx2: add apis for custom engine groups
` [PATCH 2/2] crypto: octeontx2: parameters "

[PATCH 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
 2021-12-01  7:34 UTC  (37+ messages)
` [PATCH 01/18] crypto: dh - remove struct dh's ->q member
` [PATCH 02/18] crypto: dh - constify struct dh's pointer members
` [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 05/18] crypto: testmgr - add DH RFC 7919 ffdhe2048 test vector
` [PATCH 06/18] crypto: dh - introduce RFC 3526 safe-prime groups
` [PATCH 07/18] crypto: testmgr - add DH RFC 3526 modp2048 test vector
` [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 13/18] crypto: testmgr - add DH test vectors for key generation
` [PATCH 14/18] lib/mpi: export mpi_rshift
` [PATCH 15/18] crypto: dh - store group id in dh-generic's dh_ctx
` [PATCH 16/18] crypto: dh - calculate Q from P for the full public key verification
` [PATCH 17/18] crypto: dh - try to match domain parameters to a known safe-prime group
` [PATCH 18/18] crypto: dh - accept only approved safe-prime groups in FIPS mode

[PATCH v43 00/15] /dev/random - a new approach
 2021-11-30 19:41 UTC  (38+ messages)
` [PATCH v43 01/15] Linux Random Number Generator
      ` [kbuild-all] "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-30 19:40 UTC  (16+ messages)

[PATCH 0/3] crypto: jitterentropy - bound collection loop
 2021-11-30 18:07 UTC  (7+ messages)
` [PATCH 1/3] crypto: drbg - ignore jitterentropy errors if not in FIPS mode
` [PATCH 2/3] crypto: jitter - don't limit ->health_failure check to "
` [PATCH 3/3] crypto: jitter - quit sample collection loop upon RCT failure

[RFC PATCH 0/6] crypto: Add Xilinx ZynqMP SHA3 driver support
 2021-11-30 16:38 UTC  (9+ messages)
` [RFC PATCH 1/6] drivers: crypto: Updated Makefile for xilinx subdirectory
` [RFC PATCH 2/6] firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality
` [RFC PATCH 3/6] dt-bindings: crypto: Add bindings for ZynqMP SHA3 driver
` [RFC PATCH 4/6] arm64: dts: zynqmp: Add Xilinx SHA3 node
` [RFC PATCH 5/6] crypto: xilinx: Add Xilinx SHA3 driver
` [RFC PATCH 6/6] MAINTAINERS: Add maintainer for Xilinx ZynqMP "

[PATCH 00/13]Update the icicle kit device tree
 2021-11-30  8:35 UTC  (17+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng

[PATCH v4 0/9] STM32 CRYP driver: many fixes
 2021-11-30  7:55 UTC  (10+ messages)
` [PATCH v4 1/9] crypto: stm32/cryp - defer probe for reset controller
` [PATCH v4 2/9] crypto: stm32/cryp - don't print error on probe deferral
` [PATCH v4 3/9] crypto: stm32/cryp - fix CTR counter carry
` [PATCH v4 4/9] crypto: stm32/cryp - fix xts and race condition in crypto_engine requests
` [PATCH v4 5/9] crypto: stm32/cryp - check early input data
` [PATCH v4 6/9] crypto: stm32/cryp - fix double pm exit
` [PATCH v4 7/9] crypto: stm32/cryp - fix lrw chaining mode
` [PATCH v4 8/9] crypto: stm32/cryp - fix bugs and crash in tests
` [PATCH v4 9/9] crypto: stm32/cryp - reorder hw initialization

[PATCH v3 00/15] x86: Support Key Locker
 2021-11-30  7:34 UTC  (17+ messages)
` [PATCH v3 08/15] x86/power/keylocker: Restore internal wrapping key from the ACPI S3/4 sleep states
    ` [PATCH v3-fix "
` [PATCH v3 10/15] crypto: x86/aes - Prepare for a new AES implementation
` [PATCH v3 11/15] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
` [PATCH v3 13/15] crypto: x86/aes-kl - Support CBC mode
` [PATCH v3 14/15] crypto: x86/aes-kl - Support CTR mode
` [PATCH v3 15/15] crypto: x86/aes-kl - Support XTS mode

casa miyazaki お問い合わせを受け付けました。
 2021-11-30  6:23 UTC 

Performance regression in "net: macsec: preserve ingress frame ordering"
 2021-11-30  1:27 UTC 

[PATCH 1/2] dt-bindings: crypto: sun8i-ce: Add compatible for D1
 2021-11-29 23:13 UTC  (4+ messages)
` [PATCH 2/2] crypto: sun8i-ce: Add support for the D1 variant

[PATCH] hwrng: cn10k: Add random number generator support
 2021-11-29 17:53 UTC 

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-29 16:34 UTC  (30+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH v3 0/2] use SM3 instead of SM3_256
 2021-11-29 13:01 UTC  (3+ messages)

[PATCH] crypto: DH: remove duplicate includes
 2021-11-29  8:34 UTC 

[PATCH] crypto: octeontx2 - uninitialized variable in kvf_limits_store()
 2021-11-27 14:10 UTC 

[PATCH] crypto: siphash - use _unaligned version by default
 2021-11-26 20:19 UTC  (6+ messages)

[PATCHv7 00/12] nvme: In-band authentication support
 2021-11-26  7:52 UTC  (3+ messages)
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues

[PATCH] crypto: TDES - disallow in FIPS mode
 2021-11-26  5:33 UTC  (2+ messages)

[PATCH] crypto: DH - limit key size to 2048 in FIPS mode
 2021-11-26  5:32 UTC  (2+ messages)

[PATCH] crypto: RSA - limit key size to 2048 in FIPS mode
 2021-11-26  5:32 UTC  (2+ messages)

[PATCH] crypto: Jitter RNG - consider 32 LSB for APT
 2021-11-26  5:32 UTC  (2+ messages)

[PATCH 0/4] crypto: hisilicon/qm - misc clean up and fixes
 2021-11-26  5:32 UTC  (2+ messages)

[PATCH v4 0/4] Add SP800-108 KDF implementation to crypto API
 2021-11-26  5:32 UTC  (2+ messages)

[PATCH v3 00/25] crypto: qat - PFVF refactoring
 2021-11-26  5:31 UTC  (2+ messages)

[PATCH v2 0/6] crypto: DRBG - improve 'nopr' reseeding
 2021-11-26  5:31 UTC  (2+ messages)

[PATCH v3 0/9] STM32 CRYP driver: many fixes
 2021-11-26  5:24 UTC  (3+ messages)
` [PATCH v3 3/9] crypto: stm32/cryp - fix CTR counter carry

[PATCH V4 0/5] Add SEV_INIT_EX support
 2021-11-26  5:19 UTC  (2+ messages)

[PATCH] hwrng: virtio - unregister device before reset
 2021-11-25 18:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox