linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 05:54:17 to 2023-10-24 16:20:39 UTC [more...]

[PATCH v4 0/5] DCP as trusted keys backend
 2023-10-24 16:20 UTC 

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-10-24 13:17 UTC  (10+ messages)
` [PATCH 2/2] kexec: select CRYPTO from KEXEC_FILE instead of depending on it

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 

[PATCH] certs: Break circular dependency when selftest is modular
 2023-10-23 22:43 UTC  (2+ messages)

[PATCH v4] padata: Fix refcnt handling in padata_free_shell()
 2023-10-23 13:58 UTC  (3+ messages)

[PATCH] MAINTAINERS: update AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
 2023-10-23 13:41 UTC  (3+ messages)

[PATCH 00/42] crypto: Convert to platform remove callback returning void
 2023-10-23  7:36 UTC  (61+ messages)
` [PATCH 01/42] crypto: sun4i-ss - "
` [PATCH 02/42] crypto: sun8i-ce "
` [PATCH 03/42] crypto: sun8i-ss "
` [PATCH 04/42] crypto: amcc/crypto4xx "
` [PATCH 05/42] crypto: amlogic-gxl-core "
` [PATCH 06/42] crypto: aspeed-acry "
` [PATCH 07/42] crypto: aspeed-hace "
` [PATCH 08/42] crypto: atmel-aes "
` [PATCH 09/42] crypto: atmel-sha "
` [PATCH 10/42] crypto: atmel-tdes "
` [PATCH 11/42] crypto: axis/artpec6 "
` [PATCH 12/42] crypto: bcm/cipher "
` [PATCH 13/42] crypto: caam/jr "
` [PATCH 14/42] crypto: ccp/sp "
` [PATCH 15/42] crypto: ccree/cc "
` [PATCH 16/42] crypto: exynos-rng "
` [PATCH 17/42] crypto: gemini/sl3516-ce "
` [PATCH 18/42] crypto: hisilicon/sec "
` [PATCH 19/42] crypto: hisilicon/trng "
` [PATCH 20/42] crypto: img-hash "
` [PATCH 21/42] crypto: inside-secure/safexcel "
` [PATCH 22/42] crypto: intel/ixp4xx-crypto "
` [PATCH 23/42] crypto: intel/keembay-ocs-aes "
` [PATCH 24/42] crypto: intel/keembay-ocs-ecc "
` [PATCH 25/42] crypto: intel/keembay-ocs-hcu "
` [PATCH 26/42] crypto: marvell/cesa "
` [PATCH 27/42] crypto: mxs-dcp "
` [PATCH 28/42] crypto: n2_core "
` [PATCH 29/42] crypto: omap-aes "
` [PATCH 30/42] crypto: omap-des "
` [PATCH 31/42] crypto: omap-sham "
` [PATCH 32/42] crypto: qce "
` [PATCH 33/42] crypto: qcom-rng "
` [PATCH 34/42] crypto: rockchip/rk3288 "
` [PATCH 35/42] crypto: s5p-sss "
` [PATCH 36/42] crypto: sa2ul "
` [PATCH 37/42] crypto: sahara "
` [PATCH 38/42] crypto: stm32/crc32 "
` [PATCH 39/42] crypto: stm32/cryp "
` [PATCH 40/42] crypto: talitos "
` [PATCH 41/42] crypto: xilinx/zynqmp-aes-gcm "
` [PATCH 42/42] crypto: xilinx/zynqmp-sha "

[PATCH] apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256
 2023-10-22 19:40 UTC 

[PATCH 0/6] crypto: pkcs7 x509 add FIPS 202 SHA-3 support
 2023-10-22 18:22 UTC  (7+ messages)
` [PATCH 1/6] x509: Add OIDs for FIPS 202 SHA-3 hash and signatures
` [PATCH 2/6] crypto: FIPS 202 SHA-3 register in hash info for IMA
` [PATCH 3/6] crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support
` [PATCH 4/6] crypto: x509 pkcs7 - allow FIPS 202 SHA-3 signatures
` [PATCH 5/6] crypto: enable automatic module signing with FIPS 202 SHA-3
` [PATCH 6/6] Documentation/module-signing.txt: bring up to date

[PATCH] treewide: Add SPDX identifier to IETF ASN.1 modules
 2023-10-22  8:53 UTC  (3+ messages)

[PATCH 00/30] crypto: reduce ahash API overhead
 2023-10-22  8:11 UTC  (31+ messages)
` [PATCH 01/30] crypto: shash - remove crypto_shash_ctx_aligned()
` [PATCH 02/30] crypto: sun4i-ss - remove unnecessary alignmask for ahashes
` [PATCH 03/30] crypto: sun8i-ce "
` [PATCH 04/30] crypto: sun8i-ss "
` [PATCH 05/30] crypto: atmel "
` [PATCH 06/30] crypto: artpec6 - stop setting "
` [PATCH 07/30] crypto: mxs-dcp - remove unnecessary "
` [PATCH 08/30] crypto: s5p-sss "
` [PATCH 09/30] crypto: talitos "
` [PATCH 10/30] crypto: omap-sham - stop setting "
` [PATCH 11/30] crypto: rockchip - remove unnecessary "
` [PATCH 12/30] crypto: starfive "
` [PATCH 13/30] crypto: stm32 "
` [PATCH 14/30] crypto: ahash - remove support for nonzero alignmask
` [PATCH 15/30] crypto: authenc - stop using alignmask of ahash
` [PATCH 16/30] crypto: authencesn "
` [PATCH 17/30] crypto: testmgr - stop checking crypto_ahash_alignmask
` [PATCH 18/30] net: ipv4: "
` [PATCH 19/30] net: ipv6: "
` [PATCH 20/30] crypto: ccm - stop using alignmask of ahash
` [PATCH 21/30] crypto: chacha20poly1305 "
` [PATCH 22/30] crypto: gcm "
` [PATCH 23/30] crypto: ahash - remove crypto_ahash_alignmask
` [PATCH 24/30] crypto: ahash - remove struct ahash_request_priv
` [PATCH 25/30] crypto: ahash - improve file comment
` [PATCH 26/30] crypto: chelsio - stop using crypto_ahash::init
` [PATCH 27/30] crypto: talitos "
` [PATCH 28/30] crypto: hash - move "ahash wrapping shash" functions to ahash.c
` [PATCH 29/30] crypto: ahash - check for shash type instead of not ahash type
` [PATCH 30/30] crypto: ahash - optimize performance when wrapping shash

[GIT PULL] Crypto Fixes for 6.1
 2023-10-21 17:57 UTC  (12+ messages)
` [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

[PATCH 04/10] crypto: octeontx2: add devlink option to set t106 mode
 2023-10-21 10:03 UTC  (2+ messages)

[PATCH 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt
 2023-10-21  6:46 UTC  (2+ messages)

[PATCH] crypto: mscode_parser: remove sha224 authenticode support
 2023-10-21  0:16 UTC  (3+ messages)
` [PATCH v2] crypto: mscode_parser - "

[RFC PATCH] crypto: de-prioritize QAT
 2023-10-20 20:01 UTC  (3+ messages)

[PATCH] crypto: qat - fix deadlock in backlog processing
 2023-10-20 19:45 UTC  (2+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-20 18:37 UTC  (15+ messages)
` [PATCH v10 38/50] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] crypto: qat - add heartbeat error simulator
 2023-10-20 15:55 UTC 

[PATCH] crypto: qat - move adf_cfg_services
 2023-10-20 14:52 UTC 

[PATCH v2 00/11] crypto: qat - add rate limiting feature to qat_4xxx
 2023-10-20 13:49 UTC  (12+ messages)
` [PATCH v2 01/11] crypto: qat - refactor fw config related functions
` [PATCH v2 02/11] crypto: qat - use masks for AE groups
` [PATCH v2 03/11] crypto: qat - fix ring to service map for QAT GEN4
` [PATCH v2 04/11] crypto: qat - move admin api
` [PATCH v2 05/11] units: Add BYTES_PER_*BIT
` [PATCH v2 06/11] crypto: qat - add bits.h to icp_qat_hw.h
` [PATCH v2 07/11] crypto: qat - add retrieval of fw capabilities
` [PATCH v2 08/11] crypto: qat - add rate limiting feature to qat_4xxx
` [PATCH v2 09/11] crypto: qat - add rate limiting sysfs interface
` [PATCH v2 10/11] crypto: qat - add rp2svc sysfs attribute
` [PATCH v2 11/11] crypto: qat - add num_rps "

[PATCH 00/11] crypto: qat - add rate limiting feature to qat_4xxx
 2023-10-20 13:02 UTC  (3+ messages)

[PATCH] qat: fix deadlock in backlog processing
 2023-10-20 11:34 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 0/9] add ras error detection and reporting for GEN4 devices
 2023-10-20 10:32 UTC  (10+ messages)
` [PATCH 1/9] crypto: qat - add infrastructure for error reporting
` [PATCH 2/9] crypto: qat - add reporting of correctable errors for QAT GEN4
` [PATCH 3/9] crypto: qat - add reporting of errors from ERRSOU1 "
` [PATCH 4/9] crypto: qat - add handling of errors from ERRSOU2 "
` [PATCH 5/9] crypto: qat - add handling of compression related errors "
` [PATCH 6/9] crypto: qat - add adf_get_aram_base() helper function
` [PATCH 7/9] crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4
` [PATCH 8/9] crypto: qat - add error counters
` [PATCH 9/9] crypto: qat - count QAT GEN4 errors

[PATCH] crypto: hisilicon/qm - prevent soft lockup in receive loop
 2023-10-20  9:35 UTC 

[PATCH] virtio-crypto: handle config changed by work queue
 2023-10-20  8:59 UTC  (3+ messages)

[PATCH] crypto: qcom-rng - Add missing dependency on hw_random
 2023-10-20  5:58 UTC  (2+ messages)

[PATCH v2] crypto: skcipher - fix weak key check for lskciphers
 2023-10-20  5:57 UTC  (2+ messages)

[PATCH] crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
 2023-10-20  5:57 UTC  (2+ messages)

[PATCH] crypto: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512
 2023-10-20  5:56 UTC  (3+ messages)

[PATCH] crypto: pkcs7: remove sha1 support
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH] module: Do not offer sha224 for built-in module signing
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH] crypto: ccp - Dump SEV command buffer registers on SEV command error
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH 0/5] crypto: arm64 - clean up backwards function names
 2023-10-20  5:53 UTC  (2+ messages)

[PATCH 0/4] crypto: adiantum optimizations
 2023-10-20  5:52 UTC  (2+ messages)

[PATCH] crypto: qat - fix double free during reset
 2023-10-20  5:52 UTC  (2+ messages)

[PATCH] crypto: x86/sha256 - implement ->digest for sha256
 2023-10-20  5:51 UTC  (2+ messages)

[PATCH] crypto: arm64/sha2-ce - implement ->digest for sha256
 2023-10-20  5:51 UTC  (2+ messages)

[PATCH 0/2] crypto: shash optimizations
 2023-10-20  5:51 UTC  (2+ messages)

[PATCH] crypto: xts - use 'spawn' for underlying single-block cipher
 2023-10-20  5:51 UTC  (2+ messages)

[PATCH 00/12] PCI device authentication
 2023-10-19  7:58 UTC  (7+ messages)
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH] crypto: jitter - use permanent health test storage
 2023-10-19  7:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/17] crypto: stop supporting alignmask in shash
 2023-10-19  5:53 UTC  (15+ messages)
` [PATCH 04/17] crypto: mips/crc32 - remove redundant setting of alignmask to 0
` [PATCH 05/17] crypto: loongarch/crc32 "
` [PATCH 06/17] crypto: cbcmac - remove unnecessary alignment logic
` [PATCH 07/17] crypto: cmac "
` [PATCH 08/17] crypto: hmac "
` [PATCH 09/17] crypto: vmac - don't set alignmask
` [PATCH 10/17] crypto: xcbc - remove unnecessary alignment logic
` [PATCH 11/17] crypto: shash - remove support for nonzero alignmask
` [PATCH 12/17] libceph: stop checking crypto_shash_alignmask
` [PATCH 13/17] crypto: drbg - "
` [PATCH 14/17] crypto: testmgr "
` [PATCH 15/17] crypto: adiantum - stop using alignmask of shash_alg
` [PATCH 16/17] crypto: hctr2 "
` [PATCH 17/17] crypto: shash - remove crypto_shash_alignmask


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