linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-03 06:33:06 to 2023-11-19 16:56:51 UTC [more...]

[PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-19 16:56 UTC  (7+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH v2 0/8] Add UFS support for SC7180/SM7125
 2023-11-19 16:12 UTC  (11+ messages)
` [PATCH v2 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
` [PATCH v2 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string
` [PATCH v2 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
` [PATCH v2 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S
` [PATCH v2 5/8] phy: qcom: qmp-ufs: Add SC7180 support
` [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
` [PATCH v2 7/8] arm64: dts: qcom: sm7125-xiaomi-common: "
` [PATCH v2 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S

[linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e
 2023-11-17 15:21 UTC 

[PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-17 14:10 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH] hwrng: virtio - remove #ifdef guards for PM functions
 2023-11-17 11:26 UTC  (2+ messages)

[PATCH] crypto: jh7110 - Correct deferred probe return
 2023-11-17 11:25 UTC  (3+ messages)

[PATCH v2] crypto: x86/sha256 - autoload if SHA-NI detected
 2023-11-17 11:24 UTC  (2+ messages)

[PATCH v2] crypto: x86/sha1 - autoload if SHA-NI detected
 2023-11-17 11:24 UTC  (2+ messages)

[PATCH] crypto: qat - prevent underflow in rp2srv_store()
 2023-11-17 11:24 UTC  (3+ messages)

[PATCH 1/4] crypto: drbg - ensure most preferred type is FIPS health checked
 2023-11-17 11:23 UTC  (3+ messages)
` [PATCH v2 0/4] drbg small fixes

[PATCH] crypto: rsa - add a check for allocation failure
 2023-11-17 11:23 UTC  (2+ messages)

[PATCH] crypto: shash - don't exclude async statuses from error stats
 2023-11-17 11:23 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()
 2023-11-17 11:21 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - remove incorrect type cast
 2023-11-17 11:21 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - print device abnormal information
 2023-11-17 11:21 UTC  (2+ messages)

[PATCH] hwrng: ingenic: Replace of_device.h with explicit of.h include
 2023-11-17 11:20 UTC  (2+ messages)

[PATCH] lib/crypto/aesgcm.c:add kernel docs for aesgcm_mac
 2023-11-17 11:20 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: qcom,prng: document SM8650
 2023-11-17 11:20 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: qcom-qce: document the SM8650 crypto engine
 2023-11-17 11:19 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: document the SM8650 ICE
 2023-11-17 11:19 UTC  (2+ messages)

[PATCH V2] dt-bindings: crypto: convert Inside Secure SafeXcel to the json-schema
 2023-11-17 11:19 UTC  (2+ messages)

[PATCH] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
 2023-11-17 11:19 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] crypto: hisilicon - Add check for pci_find_ext_capability
 2023-11-17 10:36 UTC  (3+ messages)

[PATCH] crypto: sa2ul - Add check for crypto_aead_setkey
 2023-11-17 10:29 UTC  (2+ messages)

[PATCH v1 00/10] Add Marvell CN10KB/CN10KA B0 support
 2023-11-17 10:25 UTC  (2+ messages)

arch/powerpc/crypto/aes-gcm-p10-glue.c:121:9: error: 'gcm_init_htable' accessing 256 bytes in a region of size 224
 2023-11-17 10:22 UTC 

[PATCH v4 0/5] DCP as trusted keys backend
 2023-11-17  9:19 UTC  (3+ messages)
` [PATCH v4 1/5] crypto: mxs-dcp: Add support for hardware-bound keys

[PATCH 0/8] crypto: Add lskcipher API type
 2023-11-17  9:07 UTC  (8+ messages)
` [PATCH 4/8] crypto: skcipher - Add lskcipher

[PATCH] crypto: starfive - Pad adata with zeroes
 2023-11-17  3:57 UTC  (4+ messages)

[PATCH] dt-bindings: crypto: convert Inside Secure SafeXcel to the json-schema
 2023-11-16 18:01 UTC  (3+ messages)

[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-11-16 17:55 UTC  (23+ messages)
` [PATCH v7 01/13] x86/boot: Place kernel_info at a fixed offset
` [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation
` [PATCH v7 03/13] x86: Secure Launch Kconfig
` [PATCH v7 04/13] x86: Secure Launch Resource Table header file
` [PATCH v7 05/13] x86: Secure Launch main "
` [PATCH v7 06/13] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v7 07/13] x86: Secure Launch kernel early boot stub
` [PATCH v7 08/13] x86: Secure Launch kernel late "
` [PATCH v7 09/13] x86: Secure Launch SMP bringup support
` [PATCH v7 10/13] kexec: Secure Launch kexec SEXIT support
` [PATCH v7 11/13] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v7 12/13] x86: Secure Launch late initcall platform module
` [PATCH v7 13/13] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-16  5:31 UTC  (29+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[RESEND PATCH] hwrng: ingenic: Replace of_device.h with explicit of.h include
 2023-11-15 21:02 UTC 

[PATCH] crypto: x86/sm2 -add Zhaoxin SM2 algorithm implementation
 2023-11-15 19:21 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/4] Add crypto spacc driver to support cipher, hash and aead
 2023-11-15  2:00 UTC  (8+ messages)
` [PATCH 1/4] Add SPACC driver to Linux kernel
` [PATCH 2/4] Add SPACC Kconfig and Makefile
` [PATCH 3/4] Add SPAcc dts overlay
` [PATCH 4/4] Enable Driver compilation in crypto Kconfig and Makefile file

[PATCH 0/2] crypto: starfive - Minor fixes in driver
 2023-11-14 17:12 UTC  (3+ messages)
` [PATCH 1/2] crypto: starfive - Update driver dependencies
` [PATCH 2/2] crypto: starfive - RSA poll csr for done status

Non-existing CONFIG_ options are used in source code
 2023-11-14  4:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[PATCH] RDMA/irdma: use crypto_shash_digest() in irdma_ieq_check_mpacrc()
 2023-11-13  8:45 UTC  (2+ messages)

[PATCH] RDMA/siw: use crypto_shash_digest() in siw_qp_prepare_tx()
 2023-11-13  8:39 UTC  (2+ messages)

[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
 2023-11-12 20:26 UTC  (23+ messages)
` [PATCH 1/6] dt-bindings: crypto: add support for rockchip,crypto-rk3588
` [PATCH 2/6] MAINTAINERS: add new dt-binding doc to the right entry
` [PATCH 3/6] ARM64: dts: rk3588: add crypto node
` [PATCH 4/6] ARM64: dts: rk356x: "
` [PATCH 5/6] reset: rockchip: secure reset must be used by SCMI
` [PATCH 6/6] crypto: rockchip: add rk3588 driver
  ` Aw: "

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-11 17:52 UTC  (13+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations

[REGRESSION] dm_crypt essiv ciphers do not use async driver mv-aes-cbc anymore
 2023-11-11 11:58 UTC  (5+ messages)

[PATCH] crypto: asymmetric_keys/pkcs7.asn1 - remove the duplicated contentType pkcs7_note_OID processing logic
 2023-11-11  5:55 UTC 

[PATCH] apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256
 2023-11-10 11:52 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 5.19
 2023-11-10  9:04 UTC  (15+ messages)
` [GIT PULL] Crypto Update for 5.20
  ` [GIT PULL] Crypto Update for 6.1
    ` [GIT PULL] Crypto Update for 6.2
      ` [GIT PULL] Crypto Update for 6.3
        ` [GIT PULL] Crypto Update for 6.4
          ` [GIT PULL] Crypto Update for 6.5
            ` [GIT PULL] Crypto Update for 6.6
              ` [GIT PULL] Crypto Update for 6.7
                      ` [PATCH] crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT

[GIT PULL] Crypto Fixes for 5.19
 2023-11-10  1:30 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 6.1
    ` [GIT PULL] Crypto Fixes for 6.2
      ` [GIT PULL] Crypto Fixes for 6.3
        ` [GIT PULL] Crypto Fixes for 6.4
            ` [GIT PULL] Crypto Fixes for 6.5
                ` [GIT PULL] Crypto Fixes for 6.6
                  ` [GIT PULL] Crypto Fixes for 6.7

[RFC PATCH 72/86] treewide: crypto: remove cond_resched()
 2023-11-07 23:08 UTC 

[PATCH AUTOSEL 4.14 1/9] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:54 UTC 

[PATCH AUTOSEL 4.19 01/11] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:54 UTC 

[PATCH AUTOSEL 5.4 01/12] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:53 UTC 

[PATCH AUTOSEL 5.10 02/16] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:52 UTC 

[PATCH AUTOSEL 5.15 02/22] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:51 UTC 

[PATCH AUTOSEL 6.1 03/30] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 27/30] crypto: hisilicon/qm - prevent soft lockup in receive loop

[PATCH AUTOSEL 6.5 04/34] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:48 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 31/34] crypto: hisilicon/qm - prevent soft lockup in receive loop

[PATCH AUTOSEL 6.6 06/36] crypto: pcrypt - Fix hungtask for PADATA_RESET
 2023-11-07 15:46 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 33/36] crypto: hisilicon/qm - prevent soft lockup in receive loop

Question: Earliest kernel version with FIPS-compliant DRBG?
 2023-11-07  5:34 UTC 

[PATCH] crypto: ahash - Set using_shash for cloned ahash wrapper over shash
 2023-11-07  3:36 UTC  (2+ messages)

PSA: this list has been migrated (no action required)
 2023-11-07  0:00 UTC 

[RESEND PATCH] dt-bindings: crypto: qcom,prng: Add SM8450
 2023-11-06 18:06 UTC  (4+ messages)

[PATCH] dm-verity: hash blocks with shash import+finup when possible
 2023-11-06 10:11 UTC  (6+ messages)

[PATCH] crypto: virtio-crypto: call finalize with bh disabled
 2023-11-06 10:08 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

Słowa kluczowe do wypozycjonowania
 2023-10-30  8:30 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).