Linux Cryptography
[Prev Page][Next Page]
- [PATCH v7 01/11] KEYS: report to keyctl only actually supported key ops, (continued)
- [PATCH v7 01/11] KEYS: report to keyctl only actually supported key ops, Vitaly Chikunov
- [PATCH v7 04/11] crypto: akcipher - new verify API for public key algorithms, Vitaly Chikunov
- [PATCH v7 09/11] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm, Vitaly Chikunov
- [PATCH v7 10/11] crypto: ecrdsa - add EC-RDSA test vectors to testmgr, Vitaly Chikunov
- [PATCH v7 11/11] integrity: support EC-RDSA signatures for asymmetric_verify, Vitaly Chikunov
- [PATCH v7 08/11] crypto: ecc - make ecc into separate module, Vitaly Chikunov
- [PATCH v7 06/11] X.509: parse public key parameters from x509 for akcipher, Vitaly Chikunov
- [PATCH v7 03/11] crypto: rsa - unimplement sign/verify for raw RSA backends, Vitaly Chikunov
- [PATCH v7 05/11] KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature, Vitaly Chikunov
- [PATCH v7 07/11] crypto: Kconfig - create Public-key cryptography section, Vitaly Chikunov
- [PATCH v7 02/11] crypto: akcipher - check the presence of callback before the call, Vitaly Chikunov
- Re: [PATCH v7 00/11] crypto: add EC-RDSA (GOST 34.10) algorithm, Herbert Xu
- [PATCH RESEND v3] crypto: caam - add missing put_device() call,
Horia Geantă
- [PATCH] crypto: s5p-sss - fix AES support for Exynos5433,
Kamil Konieczny
- [PATCH RFC v6] integrity: support EC-RDSA signatures for asymmetric_verify, Vitaly Chikunov
- [PATCH v5 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm,
Vitaly Chikunov
- [PATCH v5 06/10] crypto: Kconfig - create Public-key cryptography section, Vitaly Chikunov
- [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify, Vitaly Chikunov
- [PATCH v5 05/10] X.509: parse public key parameters from x509 for akcipher, Vitaly Chikunov
- [PATCH v5 08/10] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm, Vitaly Chikunov
- [PATCH v5 07/10] crypto: ecc - make ecc into separate module, Vitaly Chikunov
- [PATCH v5 09/10] crypto: ecrdsa - add EC-RDSA test vectors to testmgr, Vitaly Chikunov
- [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms, Vitaly Chikunov
- [PATCH v5 03/10] crypto: rsa - unimplement sign/verify for raw RSA backends, Vitaly Chikunov
- [PATCH v5 01/10] KEYS: report to keyctl only actually supported key ops, Vitaly Chikunov
- [PATCH v5 02/10] crypto: akcipher - check the presence of callback before the call, Vitaly Chikunov
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms, David Howells
- [PATCH 00/12] add missing of_node_put after of_device_is_available,
Julia Lawall
- [PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name,
Eric Biggers
- [PATCH 0/2] crypto: arm64/chacha - fix for big endian,
Eric Biggers
- [PATCH v4 0/3] add AES support for Exynos5433,
Kamil Konieczny
- Message not available
- Message not available
- Re: [PATCH v4 0/3] add AES support for Exynos5433, Herbert Xu
[RFC 0/4] crypto: caam - Add i.MX8MQ support,
spencercw
[PATCH] crypto: af_alg - use struct_size() in sock_kfree_s(),
Gustavo A. R. Silva
[PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests,
Eric Biggers
[bugzilla-daemon@xxxxxxxxxxxxxxxxxxx: [Bug 202405] Corrupted data when writing to dm-crypt device], Herbert Xu
[PATCH v2] crypto: caam - remove redundant likely/unlikely annotation,
Chengguang Xu
[PATCH] crypo: caam: remove redundant likely/unlikely annotation,
Chengguang Xu
[PATCH -next] hwrng: make symbol 'optee_rng_id_table' static,
Wei Yongjun
[RFC PATCH v3 00/18] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version, Eric Biggers
- [RFC PATCH v3 16/18] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v3 17/18] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support, Eric Biggers
- [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode(), Eric Biggers
- [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block, Eric Biggers
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements, Andreas Dilger
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements, David Howells
[PATCH v2] crypto: s5p: update iv after AES-CBC op end,
Kamil Konieczny
[PATCH] crypto: x86/poly1305 - Clear key material from stack in SSE2 variant,
Tommi Hirvola
[PATCH 0/3] crypto: caam/jr - DMA API fixes,
Horia Geantă
[PATCH] hwrng: bcm2835 - fix probe as platform device,
Jonas Gorski
[PATCH] crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number,
Krzysztof Kozlowski
[PATCH -next] hwrng: Fix unsigned comparison with less than zero,
YueHaibing
[PATCH] hwrng: optee: Initialize some structs using memset instead of braces,
Nathan Chancellor
[PATCH] crypto: s5p: update iv after AES op end,
Kamil Konieczny
[PATCH] crypto: stm32 drop pointless static qualifier in stm32_hash_remove(),
Mao Wenan
[PATCH] crypto/chelsio/chcr: Fixed Traffic Stall,
Atul Gupta
[PATCH -next] crypto: marvell - Remove set but not used variable 'ivsize',
YueHaibing
[PATCH 0/2] SHA fixes for 32-bit ARM,
Ard Biesheuvel
[Bug] s5p-sss crypto driver doesn't set next AES-CBC IV,
Eric Biggers
[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
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]