Linux Cryptography
[Prev Page][Next Page]
[PATCH v3 6/6] hwrng: exynos: Enable Exynos850 support, Sam Protsenko
Re: [PATCH v3 0/6] hwrng: exynos: Add support for Exynos850, Herbert Xu
Bounce probe for linux-crypto@xxxxxxxxxxxxxxx (no action required), linux-crypto+owner
[PATCH] crypto: qat - initialize user_input.lock for rate_limiting,
Jiwei Sun
[PATCH v18 0/5] implement getrandom() in vDSO,
Jason A. Donenfeld
how to verify which crypto driver is loaded by crypto_alloc_shash when more than one available for the algorithm,
Steve French
[PATCH] crypto: xor - fix template benchmarking,
Helge Deller
[PATCH] crypto: mips/poly1305 - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH v2 0/7] hwrng: exynos: Add support for Exynos850,
Sam Protsenko
[PATCH v2 4/7] hwrng: exynos: Implement bus clock control, Sam Protsenko
[PATCH v2 6/7] hwrng: exynos: Enable Exynos850 support, Sam Protsenko
[PATCH v2 7/7] arm64: dts: exynos850: Enable TRNG, Sam Protsenko
[PATCH v2 5/7] hwrng: exynos: Add SMC based TRNG operation, Sam Protsenko
[PATCH v4 0/7] Add SPAcc Crypto Driver Support,
Pavitrakumar M
[PATCH 0/7] hwrng: exynos: Add support for Exynos850,
Sam Protsenko
[PATCH] crypto: Add aliases to deflate,
Kyle Meyer
[PATCH v4] crypto: tcrypt - add skcipher speed for given alg,
Sergey Portnoy
[PATCH v12 0/8] Turris Omnia MCU driver,
Marek Behún
[PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs,
Gaurav Kashyap
- [PATCH v5 01/15] ice, ufs, mmc: use blk_crypto_key for program_key, Gaurav Kashyap
- [PATCH v5 13/15] dt-bindings: crypto: ice: document the hwkm property, Gaurav Kashyap
- [PATCH v5 12/15] ufs: host: support for generate, import and prepare key, Gaurav Kashyap
- [PATCH v5 08/15] ufs: core: add support to derive software secret, Gaurav Kashyap
- [PATCH v5 02/15] qcom_scm: scm call for deriving a software secret, Gaurav Kashyap
- [PATCH v5 15/15] arm64: dts: qcom: sm8550: add hwkm support to ufs ice, Gaurav Kashyap
- [PATCH v5 07/15] ufs: core: support wrapped keys in ufs core, Gaurav Kashyap
- [PATCH v5 06/15] soc: qcom: ice: support for generate, import and prepare key, Gaurav Kashyap
- [PATCH v5 05/15] soc: qcom: ice: support for hardware wrapped keys, Gaurav Kashyap
- [PATCH v5 14/15] arm64: dts: qcom: sm8650: add hwkm support to ufs ice, Gaurav Kashyap
- [PATCH v5 11/15] ufs: host: implement derive sw secret vop in ufs qcom, Gaurav Kashyap
- [PATCH v5 09/15] ufs: core: add support for generate, import and prepare keys, Gaurav Kashyap
- [PATCH v5 10/15] ufs: host: wrapped keys support in ufs qcom, Gaurav Kashyap
- [PATCH v5 04/15] soc: qcom: ice: add hwkm support in ice, Gaurav Kashyap
- [PATCH v5 03/15] qcom_scm: scm call for create, prepare and import keys, Gaurav Kashyap
- Re: [PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs, Krzysztof Kozlowski
[PATCH 0/4] crypto: sun8i-ce: add Allwinner H616 support,
Andre Przywara
[PATCH] crypto: lib - add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[PATCH] crypto: arm: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH v17 0/5] implement getrandom() in vDSO,
Jason A. Donenfeld
[syzbot] [crypto?] [bcachefs?] BUG: unable to handle kernel paging request in crypto_skcipher_encrypt, syzbot
[PATCH] crypto: lib/mpi - Use swap() in mpi_ec_mul_point(),
Jiapeng Chong
[PATCH] crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] crypto: ecc - Fix off-by-one missing to clear most significant digit,
Stefan Berger
[PATCH] hwrng: add missing Arm & Cavium MODULE_DESCRIPTION() macros,
Jeff Johnson
[PATCH v2] crypto: starfive - Align rsa input data to 32-bit,
Jia Jie Ho
[PATCH] crypto: arm64 - add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[RFC PATCH 0/3] Introduce ecc_digits_to_bytes and clean up ecdh.c,
Stefan Berger
Warning at crypto/testmgr.c:5900, while booting to OS,
Venkat Rao Bagalkote
[PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing,
Eric Biggers
- [PATCH v5 01/15] crypto: shash - add support for finup_mb, Eric Biggers
- [PATCH v5 02/15] crypto: testmgr - generate power-of-2 lengths more often, Eric Biggers
- [PATCH v5 03/15] crypto: testmgr - add tests for finup_mb, Eric Biggers
- [PATCH v5 04/15] crypto: x86/sha256-ni - add support for finup_mb, Eric Biggers
- [PATCH v5 05/15] crypto: arm64/sha256-ce - add support for finup_mb, Eric Biggers
- [PATCH v5 06/15] fsverity: improve performance by using multibuffer hashing, Eric Biggers
- [PATCH v5 07/15] dm-verity: move hash algorithm setup into its own function, Eric Biggers
- [PATCH v5 09/15] dm-verity: make real_digest and want_digest fixed-length, Eric Biggers
- [PATCH v5 08/15] dm-verity: move data hash mismatch handling into its own function, Eric Biggers
- [PATCH v5 10/15] dm-verity: provide dma_alignment limit in io_hints, Eric Biggers
- [PATCH v5 11/15] dm-verity: always "map" the data blocks, Eric Biggers
- [PATCH v5 12/15] dm-verity: make verity_hash() take dm_verity_io instead of ahash_request, Eric Biggers
- [PATCH v5 13/15] dm-verity: hash blocks with shash import+finup when possible, Eric Biggers
- [PATCH v5 14/15] dm-verity: reduce scope of real and wanted digests, Eric Biggers
- [PATCH v5 15/15] dm-verity: improve performance by using multibuffer hashing, Eric Biggers
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Ard Biesheuvel
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Sami Tolvanen
- Re: [PATCH v5 00/15] Optimize dm-verity and fsverity using multibuffer hashing, Mikulas Patocka
subscribe linux-crypto, Shinichiro Soeno
[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines,
Ard Biesheuvel
[PATCH] crypto: qat - fix linking errors when PCI_IOV is disabled,
Xin Zeng
[PATCH] crypto: qat: make adf_ctl_class constant,
Greg Kroah-Hartman
[PATCH] crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array,
Stefan Berger
[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver,
Alexey Romanov
- [PATCH v8 08/23] drivers: crypto: meson: cleanup defines, Alexey Romanov
- [PATCH v8 03/23] drivers: crypto: meson: remove clock input, Alexey Romanov
- [PATCH v8 07/23] drivers: crypto: meson: move algs definition and cipher API to cipher.c, Alexey Romanov
- [PATCH v8 01/23] drivers: crypto: meson: don't hardcode IRQ count, Alexey Romanov
- [PATCH v8 13/23] drivers: crypto: meson: use fallback for 192-bit keys, Alexey Romanov
- [PATCH v8 05/23] drivers: crypto: meson: move get_engine_number(), Alexey Romanov
- [PATCH v8 15/23] drivers: crypto: meson: add support for AXG-series, Alexey Romanov
- [PATCH v8 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line, Alexey Romanov
- [PATCH v8 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors, Alexey Romanov
- [PATCH v8 10/23] drivers: crypto: meson: avoid kzalloc in engine thread, Alexey Romanov
- [PATCH v8 11/23] drivers: crypto: meson: introduce hasher, Alexey Romanov
- [PATCH v8 12/23] drivers: crypto: meson: add support for AES-CTR, Alexey Romanov
- [PATCH v8 19/23] dt-bindings: crypto: meson: support new SoC's, Alexey Romanov
- [PATCH v8 14/23] drivers: crypto: meson: add support for G12-series, Alexey Romanov
- [PATCH v8 21/23] arch: arm64: dts: meson: s4: add crypto node, Alexey Romanov
- [PATCH v8 16/23] drivers: crypto: meson: add support for A1-series, Alexey Romanov
- [PATCH v8 18/23] arch: arm64: dts: meson: gxl: correct crypto node definition, Alexey Romanov
- [PATCH v8 20/23] arch: arm64: dts: meson: a1: add crypto node, Alexey Romanov
- [PATCH v8 22/23] arch: arm64: dts: meson: g12: add crypto node, Alexey Romanov
- [PATCH v8 23/23] arch: arm64: dts: meson: axg: add crypto node, Alexey Romanov
- [PATCH v8 04/23] drivers: crypto: meson: add MMIO helpers, Alexey Romanov
- [PATCH v8 02/23] drviers: crypto: meson: add platform data, Alexey Romanov
- [PATCH v8 06/23] drivers: crypto: meson: drop status field from meson_flow, Alexey Romanov
- Re: [PATCH v8 00/23] Support more Amlogic SoC families in crypto driver, Alexey Romanov
[PATCH v3] crypto: tcrypt - add skcipher speed for given alg,
Sergey Portnoy
[PATCH] crypto: algif_aead: deref after NULL,
Alexander Sapozhnikov
[PATCH] crypto: algif_aead: After having been compared to a NULL value at algif_aead.c:191, pointer 'tsgl_src' is passed as 2nd parameter in call to function 'crypto_aead_copy_sgl' at algif_aead.c:244, where it is dereferenced at algif_aead.c:85.,
Alexander Sapozhnikov
[PATCH v1 1/1] hw_random: Remove list.h from the hw_random.h,
Andy Shevchenko
[PATCH v11 0/8] Turris Omnia MCU driver,
Marek Behún
[PATCH] dt-bindings: rng: meson: add optional power-domains,
Neil Armstrong
[PATCH] crypto: qat - add check for adf_cfg_add_key_value_param,
Chen Ni
[RESEND PATCH] raid6test: Use str_plural() to fix Coccinelle warning, Thorsten Blum
[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked,
Kim Phillips
[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(),
Andy Shevchenko
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Bjorn Helgaas
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Damien Le Moal
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Zhihao Cheng
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Daniel Bristot de Oliveira
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Heiko Stübner
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Jani Nikula
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Vinod Koul
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Wolfram Sang
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Sakari Ailus
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Hans de Goede
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Andi Shyti
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Rodrigo Vivi
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), Gautham R. Shenoy
- Re: [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string(), AngeloGioacchino Del Regno
[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing,
Eric Biggers
[PATCH] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked,
Kim Phillips
[PATCH] hwrng: omap - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] powerpc/crypto: Add generated P8 asm to .gitignore,
Nathan Lynch via B4 Relay
[PATCH] crypto: xilinx - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] crypto: sa2ul - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] crypto: keembay - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH] crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
[PATCH v5 0/2] x86_64 AES-GCM improvements,
Eric Biggers
[PATCH V3 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset,
Chenghai Huang
[PATCH V2 0/2] crypto: hisilicon - adjust vf configuration sequence and optimize zip reg offset,
Chenghai Huang
[PATCH] hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private),
Marek Vasut
[PATCH v3 1/2] hwrng: stm32 - use pm_runtime_resume_and_get(),
Marek Vasut
[linus:master] [crypto] e787060bdf: stress-ng.sigtrap.ops_per_sec 5.7% improvement, kernel test robot
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support,
Ross Philipson
- [PATCH v9 03/19] x86: Secure Launch Kconfig, Ross Philipson
- [PATCH v9 19/19] x86: EFI stub DRTM launch support for Secure Launch, Ross Philipson
- [PATCH v9 04/19] x86: Secure Launch Resource Table header file, Ross Philipson
- [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset, Ross Philipson
- [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Ross Philipson
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Eric Biggers
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Eric W. Biederman
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Thomas Gleixner
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Jarkko Sakkinen
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andrew Cooper
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Matthew Garrett
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, James Bottomley
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, James Bottomley
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, ross . philipson
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, ross . philipson
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Andy Lutomirski
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Daniel P. Smith
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, ross . philipson
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Eric Biggers
- Re: [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements, Jarkko Sakkinen
- [PATCH v9 08/19] x86: Secure Launch kernel early boot stub, Ross Philipson
- [PATCH v9 05/19] x86: Secure Launch main header file, Ross Philipson
- [PATCH v9 02/19] Documentation/x86: Secure Launch kernel documentation, Ross Philipson
- [PATCH v9 07/19] x86: Add early SHA-256 support for Secure Launch early measurements, Ross Philipson
- [PATCH v9 10/19] x86: Secure Launch SMP bringup support, Ross Philipson
- [PATCH v9 12/19] reboot: Secure Launch SEXIT support on reboot paths, Ross Philipson
- [PATCH v9 17/19] tpm: Add sysfs interface to allow setting and querying the preferred locality, Ross Philipson
- [PATCH v9 09/19] x86: Secure Launch kernel late boot stub, Ross Philipson
- [PATCH v9 13/19] tpm: Protect against locality counter underflow, Ross Philipson
- [PATCH v9 11/19] kexec: Secure Launch kexec SEXIT support, Ross Philipson
- [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup, Ross Philipson
- [PATCH v9 15/19] tpm: Make locality requests return consistent values, Ross Philipson
- [PATCH v9 16/19] tpm: Add ability to set the preferred locality the TPM chip uses, Ross Philipson
- [PATCH v9 18/19] x86: Secure Launch late initcall platform module, Ross Philipson
[PATCH] crypto: x86 - add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[RFC PATCH v2 0/8] Clavis LSM,
Eric Snowberg
- [RFC PATCH v2 4/8] clavis: Prevent clavis boot param from changing during kexec, Eric Snowberg
- [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key, Eric Snowberg
- [RFC PATCH v2 2/8] clavis: Introduce a new system keyring called clavis, Eric Snowberg
- [RFC PATCH v2 5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE), Eric Snowberg
- [RFC PATCH v2 3/8] efi: Make clavis boot param persist across kexec, Eric Snowberg
- [RFC PATCH v2 6/8] keys: Add ability to track intended usage of the public key, Eric Snowberg
- [RFC PATCH v2 7/8] clavis: Introduce a new key type called clavis_key_acl, Eric Snowberg
- [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis, Eric Snowberg
- Re: [RFC PATCH v2 0/8] Clavis LSM, Jarkko Sakkinen
- Re: [RFC PATCH v2 0/8] Clavis LSM, Mimi Zohar
[PATCH v3 0/6] Add support for MCRC64 engine to calculate 64-bit CRC in Full-CPU mode,
kamlesh
[PATCH v5 0/3] crypto: starfive: Add support for JH8100,
Jia Jie Ho
[PATCH 0/2] ecdsa: Use ecc_digits_from_bytes to simplify code,
Stefan Berger
[PATCH] tpm: Remove illict WARN's from tpm2-sessions.c, Jarkko Sakkinen
[PATCH] KEYS: trusted: Change -EINVAL to -E2BIG, Jarkko Sakkinen
[PATCH v2] docs: crypto: async-tx-api: fix broken code example,
Ahmad Fatoum
[PATCH] crypto: starfive - Align rsa input data to 32-bit,
Jia Jie Ho
[PATCH] lib: crypto: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa},
Jarkko Sakkinen
[PATCH v2 0/5] Enable PSP security attributes on more SoCs,
Mario Limonciello
[PATCH v3 0/4] crypto: stm32/cryp - Improve stm32-cryp driver,
Maxime MERE
[PATCH v16 0/5] implement getrandom() in vDSO,
Jason A. Donenfeld
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]