Linux Cryptography
[Prev Page][Next Page]
- Re: [Bug] s5p-sss crypto driver doesn't set next AES-CBC IV, (continued)
- [PATCH] crypto: ccp - Update driver messages to remove some confusion,
Lendacky, Thomas
- SEV Command Privilege Separation,
Nathaniel McCallum
- [PATCH] crypto: adiantum - add 1536 and 4096-byte test vectors,
Eric Biggers
- [PATCH] crypto: nhpoly1305 - add a test vector with len % 16 != 0,
Eric Biggers
- [PATCH 0/6] crypto: test that CBC and CTR update the IV,
Eric Biggers
- [PATCH] crypto: ccp: introduce SEV_GET_ID2 command,
Singh, Brijesh
- [PATCH] crypto: caam: set hwrng quality level,
Philipp Puschmann
- [PATCH 1/2] crypto: rockchip - fix scatterlist nents error,
zhangzj
- [PATCH] crypto: ccree - fix missing break in switch statement,
Gustavo A. R. Silva
- [RFC PATCH v2 00/20] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version, Eric Biggers
- [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [RFC PATCH v2 18/20] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support, Eric Biggers
- [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block, Eric Biggers
- [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [RFC PATCH v2 19/20] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list(), Eric Biggers
- [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del(), Eric Biggers
- [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode(), Eric Biggers
- [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH] crypto: ccree: add missing inline qualifier,
Gilad Ben-Yossef
- Re: [PATCH v3] crypto: caam - add missing put_device() call, Horia Geanta
- [PATCH 0/3] crypto: caam/qi2 - performance-related updates,
Horia Geantă
- [PATCH 1/2] crypto: chtls: remove cdev_list_lock,
Sebastian Andrzej Siewior
- Re: [PATCH v2] crypto: caam - add missing put_device() call, Horia Geanta
- [PATCH 0/4] crypto: caam - add ecb mode support,
Iuliana Prodan
- [PATCH] crypto: qat - Remove unused goto label, Herbert Xu
- [PATCH] MAINTAINERS: crypto: ccree: remove co-maintainer,
Gilad Ben-Yossef
- [BUGFIX PATCH] crypto: ccree: fix resume race condition on init,
Gilad Ben-Yossef
- Regression due to "PM-runtime: Switch autosuspend over to using hrtimers",
Gilad Ben-Yossef
- [PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests,
Eric Biggers
- [PATCH v2 05/15] crypto: x86/aesni-gcm - fix crash on empty plaintext, Eric Biggers
- [PATCH v2 12/15] crypto: testmgr - convert aead testing to use testvec_configs, Eric Biggers
- [PATCH v2 13/15] crypto: testmgr - convert hash testing to use testvec_configs, Eric Biggers
- [PATCH v2 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP, Eric Biggers
- [PATCH v2 04/15] crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP, Eric Biggers
- [PATCH v2 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs, Eric Biggers
- [PATCH v2 14/15] crypto: testmgr - check for skcipher_request corruption, Eric Biggers
- [PATCH v2 15/15] crypto: testmgr - check for aead_request corruption, Eric Biggers
- [PATCH v2 10/15] crypto: testmgr - implement random testvec_config generation, Eric Biggers
- [PATCH v2 08/15] crypto: testmgr - add testvec_config struct and helper functions, Eric Biggers
- [PATCH v2 06/15] crypto: ahash - fix another early termination in hash walk, Eric Biggers
- [PATCH v2 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block, Eric Biggers
- [PATCH v2 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS, Eric Biggers
- [PATCH v2 02/15] crypto: morus - fix handling chunked inputs, Eric Biggers
- [PATCH v2 01/15] crypto: aegis - fix handling chunked inputs, Eric Biggers
- Re: [PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests, Herbert Xu
- [PATCH] crypto: caam - fixed handling of sg list, Pankaj Gupta
- [PATCH v6 01/27] x86/crypto: Adapt assembly for PIE support,
Thomas Garnier
- [PATCH] fixed caam driver handling of sg list.,
Pankaj Gupta
- [PATCH] crypto: caam - Do not overwrite IV,
Sascha Hauer
- [PATCH v4 0/3] crypto: crct10dif assembly cleanup and optimizations,
Eric Biggers
- [PATCH] crypto: ccp: fix the SEV probe in kexec boot path,
Singh, Brijesh
- [PATCH v7 09/28] x86/asm: annotate aliases, Jiri Slaby
- [PATCH v7 27/28] x86_32/asm: change all ENTRY+ENDPROC to SYM_FUNC_*, Jiri Slaby
- [PATCH v7 24/28] x86_64/asm: change all ENTRY+ENDPROC to SYM_FUNC_*, Jiri Slaby
- [PATCH v7 07/28] x86/asm/crypto: annotate local functions,
Jiri Slaby
- [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations,
Eric Biggers
- [PATCH v2 0/3] crypto: crct10dif assembly cleanup and optimizations,
Eric Biggers
- [PATCH v6 0/4] Introduce TEE bus driver framework,
Sumit Garg
- [patch-next] crypto: testmgr - use kmemdup,
Christopher Diaz Riveros
- [PATCH AUTOSEL 4.20 032/304] crypto: aes_ti - disable interrupts while accessing S-box, Sasha Levin
- [PATCH AUTOSEL 4.20 266/304] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.20 267/304] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.14 018/170] crypto: aes_ti - disable interrupts while accessing S-box, Sasha Levin
- [PATCH AUTOSEL 4.19 224/258] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.9 087/107] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.9 088/107] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.14 145/170] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.14 144/170] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.4 67/80] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 3.18 50/61] crypto: ux500 - Use proper enum in hash_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 3.18 49/61] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.4 66/80] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.19 223/258] crypto: ux500 - Use proper enum in cryp_set_dma_transfer, Sasha Levin
- [PATCH AUTOSEL 4.19 026/258] crypto: aes_ti - disable interrupts while accessing S-box, Sasha Levin
- [PATCH 0/3] crypto: crct10dif assembly cleanup and optimizations,
Eric Biggers
- [PATCH v3 0/4] crypto: fix crct10dif for ARM and arm64,
Ard Biesheuvel
- [Bug] Rockchip crypto driver sometimes produces wrong ciphertext,
Eric Biggers
- [RFC PATCH v4] akcipher: new verify API for public key algorithms,
Vitaly Chikunov
- [PATCH 0/2] crypto: arm64 - expose PMULL variants as separate algos,
Ard Biesheuvel
- [PATCH] crypto: mark crc32 checksum as FIPS allowed,
Milan Broz
- [PATCH v2 0/4] crypto: fix crct10dif for ARM and arm64,
Ard Biesheuvel
- [PATCH] crypto: bcm: remove -I. header search path and unused macro define,
Masahiro Yamada
- [PATCH] crypto: prefix header search paths with $(srctree)/,
Masahiro Yamada
- [PATCH 3.18 10/52] crypto: cts - fix crash on short inputs, Greg Kroah-Hartman
- [PATCH 0/2] crypto: fix crct10dif for ARM and arm64,
Ard Biesheuvel
- [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes,
Ard Biesheuvel
- [PATCH v3 0/3] add AES support for Exynos5433,
Kamil Konieczny
- Message not available
[PATCH v5 0/4] Introduce TEE bus driver framework,
Sumit Garg
[PATCH] crypto: testmgr - skip crc32c context test for ahash algorithms,
Eric Biggers
[RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests,
Eric Biggers
- [RFC/RFT PATCH 13/15] crypto: testmgr - convert hash testing to use testvec_configs, Eric Biggers
- [RFC/RFT PATCH 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs, Eric Biggers
- [RFC/RFT PATCH 15/15] crypto: testmgr - check for aead_request corruption, Eric Biggers
- [RFC/RFT PATCH 14/15] crypto: testmgr - check for skcipher_request corruption, Eric Biggers
- [RFC/RFT PATCH 12/15] crypto: testmgr - convert aead testing to use testvec_configs, Eric Biggers
- [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS, Eric Biggers
- [RFC/RFT PATCH 01/15] crypto: aegis - fix handling chunked inputs, Eric Biggers
- [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs, Eric Biggers
- [RFC/RFT PATCH 10/15] crypto: testmgr - implement random testvec_config generation, Eric Biggers
- [RFC/RFT PATCH 08/15] crypto: testmgr - add testvec_config struct and helper functions, Eric Biggers
- [RFC/RFT PATCH 04/15] crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP, Eric Biggers
- [RFC/RFT PATCH 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP, Eric Biggers
- [RFC/RFT PATCH 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block, Eric Biggers
- [RFC/RFT PATCH 05/15] crypto: x86/aesni-gcm - fix crash on empty plaintext, Eric Biggers
- [RFC/RFT PATCH 06/15] crypto: ahash - fix another early termination in hash walk, Eric Biggers
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests, Eric Biggers
[PATCH v2 0/3] add AES support for Exynos5433,
Kamil Konieczny
Message not available
[PATCH v2 0/4] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver,
Zhou Wang
[PATCH 0/7] crypto: axis - fixes for the Artpec SoCs,
Lars Persson
[PATCH] crypto4xx: Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments,
Corentin Labbe
[PATCH -next] crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op,
YueHaibing
[PATCH 2/2] crypto: caam - fix DMA mapping of stack memory,
Roland Hieber
[PATCH 1/2] crypto: caam - fix indentation of goto label,
Roland Hieber
[PATCH v1 0/3] add AES support for Exynos5433,
Kamil Konieczny
Message not available
[PATCH 0/7] crypto: cleanup debugfs usage,
Greg Kroah-Hartman
[PATCH] crypto: caam - handle zero-length AEAD output,
Horia Geantă
[PATCH] crypto: caam - add support for cmac(aes),
Horia Geantă
[PATCH v4 0/4] Introduce TEE bus driver framework,
Sumit Garg
[PATCH -next] crypto: seqiv - Use kmemdup in seqiv_aead_encrypt(),
YueHaibing
[PATCH] crypto: clarify name of WEAK_KEY request flag,
Eric Biggers
[PATCH] crypto: bcm - remove unused function do_decrypt(),
Eric Biggers
[RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms,
Vitaly Chikunov
[PATCH v2] virtio-rng: Avoid repeated init of completion,
David Tolnay
[RFC patch 4/4] crypto/chelsio/chtls: IPv6 for Inline TLS, Atul Gupta
[RFC patch 3/4] crypto/chelsio/chtls: CPL for TLS client, Atul Gupta
[RFC patch 2/4] crypto/chelsio/chtls: hardware connect API,
Atul Gupta
[RFC patch 1/4] net/tls: connect routine for Inline TLS client, Atul Gupta
[RFC patch 0/4] Inline TLS client and v6, Atul Gupta
[PATCH V3 0/5] Crypto Cleanup,
Xiongfeng Wang
[net-next 3/3] cxgb4: TLS record offload enable,
Atul Gupta
[net-next 2/3] net/tls: free ctx in sock destruct,
Atul Gupta
[net-next 1/3] net/tls: build_protos moved to common routine,
Atul Gupta
[patch 5/9] crypto: morus - Convert to SPDX license identifiers,
Thomas Gleixner
[patch 3/9] crypto: morus - Cleanup license mess,
Thomas Gleixner
[patch 4/9] crypto: aegis - Convert to SPDX license identifiers,
Thomas Gleixner
[patch 2/9] crypto: aegis - Cleanup license mess,
Thomas Gleixner
[PATCH 1/2] crypto/chelsio: avoid using sa_entry imm,
Atul Gupta
[PATCH 2/2] crypto/chelsio: Inline single pdu only, Atul Gupta
[RFC PATCH 0/5] Add Xilinx's ZynqMP AES driver support,
Kalyani Akula
[PATCH V2 0/5] Crypto Cleanup,
Xiongfeng Wang
[PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
[RFC PATCH v2] akcipher: Introduce verify_rsa/verify for public key algorithms,
Vitaly Chikunov
[PATCH 0/5] Crypto Cleanup,
Xiongfeng Wang
[PATCH 4.4 49/51] crypto: cts - fix crash on short inputs, Greg Kroah-Hartman
[PATCH 0/7] crypto: ccree: bug fixes and cleanups, Gilad Ben-Yossef
[PATCH 0/7] bug fixes and cleanups,
Gilad Ben-Yossef
[PATCH 4.4,3.18] crypto: cts - fix crash on short inputs,
Eric Biggers
[PATCH] crypto: cavium/nitrox - Invoke callback after DMA unmap,
Nagadheeraj Rottela
Generating identifiers similar to UUIDs but without dashes, Markus Elfring
general protection fault in crypto_remove_spawns (2),
syzbot
[PATCH 0/5] crypto: unify the AEAD encryption and decryption test vectors,
Eric Biggers
[PATCH 0/6] General Key Derivation Function Support,
Stephan Müller
[PATCH 4.9 42/63] crypto: x86/chacha20 - avoid sleeping with preemption disabled, Greg Kroah-Hartman
[PATCH 4.4 70/88] crypto: x86/chacha20 - avoid sleeping with preemption disabled, Greg Kroah-Hartman
[PATCH v3 0/4] Introduce TEE bus driver framework,
Sumit Garg
[PATCH 00/11] crypto: misc fixes/cleanups,
Eric Biggers
- [PATCH 04/11] crypto: testmgr - handle endianness correctly in alg_test_crc32c(), Eric Biggers
- [PATCH 03/11] crypto: streebog - use correct endianness type, Eric Biggers
- [PATCH 01/11] crypto: gcm - use correct endianness type in gcm_hash_len(), Eric Biggers
- [PATCH 02/11] crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>, Eric Biggers
- [PATCH 06/11] crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static const, Eric Biggers
- [PATCH 08/11] crypto: stat - remove unused mutex, Eric Biggers
- [PATCH 11/11] crypto: af_alg - remove redundant initializations of sk_family, Eric Biggers
- [PATCH 05/11] crypto: user - forward declare crypto_nlsk, Eric Biggers
- [PATCH 10/11] crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl(), Eric Biggers
- [PATCH 09/11] crypto: af_alg - make some functions static, Eric Biggers
- [PATCH 07/11] crypto: tgr192 - fix unaligned memory access, Eric Biggers
- Re: [PATCH 00/11] crypto: misc fixes/cleanups, Herbert Xu
[PATCH RESEND] crypto: caam - move shared symbols in a common location,
Horia Geantă
[PATCH v2 0/4] Introduce TEE bus driver framework,
Sumit Garg
[PATCH RT] padata: Make padata_do_serial() use get_cpu_light(),
Daniel Bristot de Oliveira
[RFC PATCH V2 0/4] Add Xilinx's ZynqMP SHA3 driver support,
Kalyani Akula
[PATCH] crypto: sm3 - fix undefined shift by >= width of value,
Eric Biggers
[PATCH AUTOSEL 4.19 17/97] crypto: ecc - regularize scalar for scalar multiplication, Sasha Levin
[PATCH AUTOSEL 4.20 020/117] crypto: ecc - regularize scalar for scalar multiplication, Sasha Levin
[PATCH v4 1/2] crypto: talitos - reorder code in talitos_edesc_alloc(),
Christophe Leroy
[PATCH] virtio-rng: Avoid repeated init of completion,
David Tolnay
[PATCH 4.9,4.4] crypto: x86/chacha20 - avoid sleeping with preemption disabled,
Eric Biggers
[PATCH] crypto: testmgr - split akcipher tests by a key type,
Vitaly Chikunov
[RFC PATCH 0/3] Add Xilinx's ZynqMP SHA3 driver support,
Kalyani Akula
[PATCH] crypto: shash - remove pointless checks of shash_alg::{export,import},
Eric Biggers
[PATCH] crypto: shash - require neither or both ->export() and ->import(),
Eric Biggers
[PATCH 0/3] crypto: set CRYPTO_TFM_NEED_KEY if ->setkey() fails,
Eric Biggers
[PATCH 1/2] crypto: adiantum - initialize crypto_spawn::inst,
Eric Biggers
[PATCH] [v2] hwrng: core: Fix missing check during driver release,
Aditya Pakki
[RFC PATCH 0/4] crypto: Add EC-RDSA algorithm,
Vitaly Chikunov
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]