messages from 2025-09-01 15:08:37 to 2025-09-04 16:01:40 UTC [more...]
[RFC] crypto: support for a standalone FIPS 140 module
2025-09-04 15:52 UTC (98+ messages)
` [PATCH RFC 001/104] params: use arch_initcall to initialize params sysfs earlier
` [PATCH RFC 002/104] Revert "Revert "crypto: shash - avoid comparing pointers to exported functions under CFI""
` [PATCH RFC 003/104] crypto/jitterentropy: remove linux/fips.h include
` [PATCH RFC 004/104] crypto: api - Disallow identical template names
` [PATCH RFC 005/104] crypto: hide crypto_default_rng variable
` [PATCH RFC 006/104] KEYS: trusted: eat -ENOENT from the crypto API
` [PATCH RFC 007/104] testmgr: standardize alg/driver output in logs
` [PATCH RFC 008/104] arch/x86/boot/string.h: override memmove()/strlen()
` [PATCH RFC 009/104] certs/system_keyring: export restrict_link_by_builtin_*trusted
` [PATCH RFC 010/104] crypto/testmgr: make fips_allowed a bit set
` [PATCH RFC 011/104] crypto/testmgr: mark non-crypto algorithms
` [PATCH RFC 012/104] crypto/algapi: don't init algapi in fips mode
` [PATCH RFC 013/104] crypto/algapi.c: disable crypto_check_module_sig() for FIPS module
` [PATCH RFC 014/104] crypto/testmgr: add helper to alg_test()
` [PATCH RFC 015/104] crypto: pass struct crypto_alg directly "
` [PATCH RFC 016/104] crypto: alg - add CRYPTO_ALG_FIPS_PROVIDED flag
` [PATCH RFC 017/104] crypto: testmgr: check that we got the expected alg
` [PATCH RFC 018/104] crypto: make sure crypto_alg_tested() finds the correct algorithm
` [PATCH RFC 019/104] module: add load_module_mem() helper
` [PATCH RFC 020/104] module: add a mechanism for pluggable crypto APIs
` [PATCH RFC 021/104] crypto: fips140: include crypto/api.h in a few places
` [PATCH RFC 022/104] crypto: fips140: convert lib/crypto/aes.c to using crypto API wrappers
` [PATCH RFC 023/104] crypto: fips140: convert lib/crypto/aesgcm.c "
` [PATCH RFC 024/104] crypto: fips140: convert lib/crypto/gf128mul.c "
` [PATCH RFC 025/104] crypto: fips140: convert lib/crypto/memneq.c "
` [PATCH RFC 026/104] crypto: fips140: convert lib/crypto/sha256.c "
` [PATCH RFC 027/104] crypto: fips140: convert lib/crypto/sha512.c "
` [PATCH RFC 028/104] crypto: fips140: convert lib/crypto/utils.c "
` [PATCH RFC 029/104] crypto: fips140: convert crypto/aead.c "
` [PATCH RFC 030/104] crypto: fips140: convert crypto/aes_generic.c "
` [PATCH RFC 031/104] crypto: fips140: convert crypto/ahash.c "
` [PATCH RFC 032/104] crypto: fips140: convert crypto/akcipher.c "
` [PATCH RFC 033/104] crypto: fips140: convert crypto/algapi.c "
` [PATCH RFC 034/104] crypto: fips140: convert crypto/algboss.c "
` [PATCH RFC 035/104] crypto: fips140: convert crypto/api.c "
` [PATCH RFC 036/104] crypto: fips140: convert crypto/authenc.c "
` [PATCH RFC 037/104] crypto: fips140: convert crypto/authencesn.c "
` [PATCH RFC 038/104] crypto: fips140: convert crypto/cbc.c "
` [PATCH RFC 039/104] crypto: fips140: convert crypto/ccm.c "
` [PATCH RFC 040/104] crypto: fips140: convert crypto/cipher.c "
` [PATCH RFC 041/104] crypto: fips140: convert crypto/cmac.c "
` [PATCH RFC 042/104] crypto: fips140: convert crypto/cryptd.c "
` [PATCH RFC 043/104] crypto: fips140: convert crypto/ctr.c "
` [PATCH RFC 044/104] crypto: fips140: convert crypto/dh.c "
` [PATCH RFC 045/104] crypto: fips140: convert crypto/dh_helper.c "
` [PATCH RFC 046/104] crypto: fips140: convert crypto/drbg.c "
` [PATCH RFC 047/104] crypto: fips140: convert crypto/ecb.c "
` [PATCH RFC 048/104] crypto: fips140: convert crypto/ecc.c "
` [PATCH RFC 049/104] crypto: fips140: convert crypto/ecdh.c "
` [PATCH RFC 050/104] crypto: fips140: convert crypto/ecdh_helper.c "
` [PATCH RFC 051/104] crypto: fips140: convert crypto/ecdsa.c "
` [PATCH RFC 052/104] crypto: fips140: convert crypto/echainiv.c "
` [PATCH RFC 053/104] crypto: fips140: convert crypto/essiv.c "
` [PATCH RFC 054/104] crypto: fips140: convert crypto/gcm.c "
` [PATCH RFC 055/104] crypto: fips140: convert crypto/geniv.c "
` [PATCH RFC 056/104] crypto: fips140: convert crypto/ghash-generic.c "
` [PATCH RFC 057/104] crypto: fips140: convert crypto/hmac.c "
` [PATCH RFC 058/104] crypto: fips140: convert crypto/jitterentropy-kcapi.c "
` [PATCH RFC 059/104] crypto: fips140: convert crypto/kpp.c "
` [PATCH RFC 060/104] crypto: fips140: convert crypto/lskcipher.c "
` [PATCH RFC 061/104] crypto: fips140: convert crypto/pcrypt.c "
` [PATCH RFC 062/104] crypto: fips140: convert crypto/rng.c "
` [PATCH RFC 063/104] crypto: fips140: convert crypto/rsa.c "
` [PATCH RFC 064/104] crypto: fips140: convert crypto/rsa_helper.c "
` [PATCH RFC 065/104] crypto: fips140: convert crypto/seqiv.c "
` [PATCH RFC 066/104] crypto: fips140: convert crypto/sha1.c "
` [PATCH RFC 067/104] crypto: fips140: convert crypto/sha256.c "
` [PATCH RFC 068/104] crypto: fips140: convert crypto/sha3_generic.c "
` [PATCH RFC 069/104] crypto: fips140: convert crypto/sha512.c "
` [PATCH RFC 070/104] crypto: fips140: convert crypto/shash.c "
` [PATCH RFC 071/104] crypto: fips140: convert crypto/sig.c "
` [PATCH RFC 072/104] crypto: fips140: convert crypto/simd.c "
` [PATCH RFC 073/104] crypto: fips140: convert crypto/skcipher.c "
` [PATCH RFC 074/104] crypto: fips140: convert crypto/tcrypt.c "
` [PATCH RFC 075/104] crypto: fips140: convert crypto/testmgr.c "
` [PATCH RFC 076/104] crypto: fips140: convert crypto/xts.c "
` [PATCH RFC 077/104] crypto: fips140: convert crypto/asymmetric_keys/asymmetric_type.c "
` [PATCH RFC 078/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_key_type.c "
` [PATCH RFC 079/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_parser.c "
` [PATCH RFC 080/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_trust.c "
` [PATCH RFC 081/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_verify.c "
` [PATCH RFC 082/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs8_parser.c "
` [PATCH RFC 083/104] crypto: fips140: convert crypto/asymmetric_keys/public_key.c "
` [PATCH RFC 084/104] crypto: fips140: convert crypto/asymmetric_keys/selftest.c "
` [PATCH RFC 085/104] crypto: fips140: convert crypto/asymmetric_keys/signature.c "
` [PATCH RFC 086/104] crypto: fips140: convert crypto/asymmetric_keys/x509_cert_parser.c "
` [PATCH RFC 087/104] crypto: fips140: convert crypto/asymmetric_keys/x509_loader.c "
` [PATCH RFC 088/104] crypto: fips140: convert crypto/asymmetric_keys/x509_public_key.c "
` [PATCH RFC 089/104] crypto: fips140: manual fixups for include/keys/asymmetric-type.h
` [PATCH RFC 090/104] crypto: fips140: manual fixups for include/crypto/sha2.h
` [PATCH RFC 091/104] crypto: fips140: manual fixups for include/crypto/public_key.h
` [PATCH RFC 092/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 093/104] crypto: fips140: manual fixups for crypto/internal.h
` [PATCH RFC 094/104] crypto: fips140: manual fixups for include/crypto/internal/ecc.h
` [PATCH RFC 095/104] crypto: fips140: manual fixups for include/crypto/internal/rsa.h
` [PATCH RFC 096/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 097/104] crypto: fips140: manual fixups for lib/crypto/sha256.c
[PATCH v9 0/9] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-09-04 13:03 UTC (4+ messages)
` [PATCH v9 4/9] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
[PATCH] drivers: crypto: caam: Add CRYPTO_ALG_NO_FALLBACK
2025-09-04 11:26 UTC
[PATCH] libceph: Use HMAC-SHA256 library instead of crypto_shash
2025-09-04 10:27 UTC (4+ messages)
[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
2025-09-04 9:59 UTC (18+ messages)
` [PATCH v2 RFC 1/7] mm/kasan: implement kasan_poison_range
` [PATCH v2 RFC 2/7] kfuzztest: add user-facing API and data structures
` [PATCH v2 RFC 3/7] kfuzztest: implement core module and input processing
` [PATCH v2 RFC 4/7] tools: add kfuzztest-bridge utility
` [PATCH v2 RFC 5/7] kfuzztest: add ReST documentation
` [PATCH v2 RFC 6/7] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v2 RFC 7/7] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
2025-09-04 9:44 UTC (7+ messages)
` [PATCH] rhashtable: Use rcu_dereference_all and rcu_dereference_all_check
[PATCH 0/6] Curve25519 cleanup
2025-09-04 8:10 UTC (9+ messages)
` [PATCH 1/6] crypto: curve25519 - Remove kpp support
` [PATCH 2/6] lib/crypto: tests: Migrate Curve25519 self-test to KUnit
` [PATCH 3/6] lib/crypto: tests: Add Curve25519 benchmark
` [PATCH 4/6] lib/crypto: curve25519: Move a couple functions out-of-line
` [PATCH 5/6] lib/crypto: curve25519: Consolidate into single module
` [PATCH 6/6] wireguard: kconfig: Simplify crypto kconfig selections
[PATCH drm-next v2] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
2025-09-04 3:58 UTC (4+ messages)
[PATCH v2 0/2] tpm: Clean up HMAC validation and computation
2025-09-04 2:38 UTC (7+ messages)
` [PATCH v2 1/2] tpm: Compare HMAC values in constant time
[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
2025-09-03 18:00 UTC (16+ messages)
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
[PATCH] crypto: ccp: Fix incorrect payload size calculation in psp_poulate_hsti()
2025-09-03 14:54 UTC (2+ messages)
[PATCH] crypto: ccp: Fix incorrect return type for psp_get_capability()
2025-09-03 14:53 UTC (2+ messages)
[PATCH v7 0/2] Add support for Texas Instruments DTHEv2 Crypto Engine
2025-09-03 14:45 UTC (3+ messages)
` [PATCH] crypto: ti - Enable compile testing for dthev2
[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-09-03 14:01 UTC (5+ messages)
` (subset) "
[PATCH 0/3] crypto: Use int type to store negative error codes
2025-09-03 13:25 UTC (4+ messages)
` [PATCH 1/3] crypto: ccp - "
` [PATCH 2/3] crypto: hisilicon/sec "
` [PATCH 3/3] crypto: tegra "
[PATCH] crypto: atmel - Fix dma_unmap_sg() direction
2025-09-03 8:34 UTC
[PATCH] crypto: rockchip - Fix dma_unmap_sg() nents value
2025-09-03 8:06 UTC
[PATCH 0/3] crypto: sha - Implement export_core() and import_core()
2025-09-02 15:09 UTC (8+ messages)
` [PATCH 1/3] crypto: sha1 "
` [PATCH 2/3] crypto: sha256 "
` [PATCH 3/3] crypto: sha512 "
[PATCH v3 0/9] sun8i-ce: small cleanups/refactoring
2025-09-02 13:21 UTC (10+ messages)
` [PATCH v3 1/9] crypto: sun8i-ce - remove channel timeout field
` [PATCH v3 2/9] crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()
` [PATCH v3 3/9] crypto: sun8i-ce - remove unnecessary __maybe_unused annotations
` [PATCH v3 4/9] crypto: sun8i-ce - add a new function for dumping task descriptors
` [PATCH v3 5/9] crypto: sun8i-ce - move bounce_iv and backup_iv to request context
` [PATCH v3 6/9] crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()
` [PATCH v3 7/9] crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepare
` [PATCH v3 8/9] crypto: sun8i-ce - save hash buffers and dma info to request context
` [PATCH v3 9/9] crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()
[PATCH v12 0/4] Add Loongson Security Engine chip driver
2025-09-02 12:42 UTC (4+ messages)
` [GIT PULL] Immutable branch between MFD, Char and Crypto due for the v6.18 merge window
[PATCH v2 00/37] mm: remove nth_page()
2025-09-02 9:42 UTC (26+ messages)
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()
[BUG] crypto: shash – crypto_shash_export_core() fails with -ENOSYS after libcrypto updates merge
2025-09-01 17:11 UTC (3+ messages)
[PATCH] crypto: qat: Use library to prepare HMAC keys
2025-09-01 16:04 UTC (2+ 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