linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-28 03:59:10 to 2021-12-02 15:24:21 UTC [more...]

[PATCHv8 00/12] nvme: In-band authentication support
 2021-12-02 15:23 UTC  (13+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: parse fabrics commands on io queues
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH 0/9] crypto: add zbufsize() interface
 2021-12-02  8:10 UTC  (10+ messages)
` [PATCH 1/9] "

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

[syzbot] INFO: task hung in set_current_rng
 2021-12-02  2:43 UTC  (2+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (31+ 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 00/14] Broadcom DT bindings updates to YAML
 2021-12-01 23:58 UTC  (16+ messages)
` [PATCH 01/14] dt-bindings: mmc: Convert Broadcom STB SDHCI binding "
` [PATCH 02/14] dt-bindings: reset: Convert Broadcom STB reset "
` [PATCH 03/14] dt-bindings: pwm: Convert BCM7038 PWM binding "
` [PATCH 04/14] dt-bindings: rtc: Convert Broadcom STB waketimer "
` [PATCH 05/14] dt-bindings: gpio: Convert Broadcom STB GPIO "
` [PATCH 06/14] dt-binding: interrupt-controller: Convert BCM7038 L1 intc "
` [PATCH 07/14] dt-bindings: interrupt-controller: Convert BCM7120 L2 "
` [PATCH 08/14] dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
` [PATCH 09/14] dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML
` [PATCH 10/14] dt-bindings: rng: Convert iProc RNG200 "
` [PATCH 11/14] dt-bindings: thermal: Convert Broadcom TMON "
` [PATCH 12/14] dt-bindings: ata: Convert Broadcom SATA "
` [PATCH 13/14] dt-bindings: bus: Convert GISB arbiter "
` [PATCH 14/14] dt-bindings: usb: Convert BDC "

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  (9+ messages)
` [PATCH v8 03/17] integrity: Introduce a Linux keyring called machine
` [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  (4+ messages)

[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 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  (13+ messages)
` [PATCH v3 08/15] x86/power/keylocker: Restore internal wrapping key from the ACPI S3/4 sleep states
    ` [PATCH v3-fix "
` [PATCH v3 11/15] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions

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  (2+ messages)

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

[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 


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