Linux Cryptography
[Prev Page][Next Page]
- Re: [PATCH v3 net-next 0/4] kernel TLS, (continued)
- [PATCH] of: update ePAPR references to point to Devicetree Specification,
frowand . list
- [PATCH][crypto-next] crypto: cavium: fix spelling mistake "Revsion" -> "Revision",
Colin King
- [PATCH][crypto-next] crypto: omap-aes: fix spelling mistake "Encryptio" -> "Encryption",
Colin King
- [cryptodev:master 62/75] crypto/rsa-pkcs1pad.c:680:21: error: assignment from incompatible pointer type,
kbuild test robot
- [PATCH] crypto: testmgr - add testvector for pkcs1pad(rsa),
Stephan Müller
- [PATCH v2 0/3] add support of hardware random generator on MediaTek MT7622,
sean.wang
- [PATCH] rsa-pkcs1pad: use constant time memory comparison for MACs,
Jason A. Donenfeld
- [PATCH v9 0/2] crypto: AF_ALG memory management fix,
Stephan Müller
- [PATCH 00/12] arm64: crypto: prepare for new kernel mode NEON policy,
Ard Biesheuvel
- [PATCH 01/12] arm64: neon: replace generic definition of may_use_simd(), Ard Biesheuvel
- [PATCH 02/12] crypto: arm64/ghash-ce - add non-SIMD scalar fallback, Ard Biesheuvel
- [PATCH 03/12] crypto: arm64/crct10dif - add non-SIMD generic fallback, Ard Biesheuvel
- [PATCH 04/12] crypto: arm64/crc32 - add non-SIMD scalar fallback, Ard Biesheuvel
- [PATCH 05/12] crypto: arm64/sha1-ce - add non-SIMD generic fallback, Ard Biesheuvel
- [PATCH 06/12] crypto: arm64/sha2-ce - add non-SIMD scalar fallback, Ard Biesheuvel
- [PATCH 07/12] crypto: arm64/aes-ce-cipher - match round key endianness with generic code, Ard Biesheuvel
- [PATCH 08/12] crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback, Ard Biesheuvel
- [PATCH 09/12] crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback, Ard Biesheuvel
- [PATCH 10/12] crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR, Ard Biesheuvel
- [PATCH 11/12] crypto: arm64/chacha20 - take may_use_simd() into account, Ard Biesheuvel
- [PATCH 12/12] crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR, Ard Biesheuvel
- Re: [PATCH 00/12] arm64: crypto: prepare for new kernel mode NEON policy, Ard Biesheuvel
- [PATCH] crypto: crypto4xx - fix an error code,
Christophe JAILLET
- Alg errors with Intel QAT Card,
Raj Ammanur
- [PATCH] Drivers: ccree - style fix, Derek Robson
- [PATCH v2 0/6] Appended signatures support for IMA appraisal,
Thiago Jung Bauermann
- [PATCH v5 00/13] Unseeded In-Kernel Randomness Fixes,
Jason A. Donenfeld
- [PATCH v5 01/13] random: invalidate batched entropy after crng init, Jason A. Donenfeld
- <Possible follow-ups>
- [PATCH v5 00/13] Unseeded In-Kernel Randomness Fixes, Jason A. Donenfeld
- [PATCH v5 01/13] random: invalidate batched entropy after crng init, Jason A. Donenfeld
- [PATCH v5 10/13] net/neighbor: use get_random_u32 for 32-bit hash random, Jason A. Donenfeld
- [PATCH v5 09/13] rhashtable: use get_random_u32 for hash_rnd, Jason A. Donenfeld
- [PATCH v5 12/13] bluetooth/smp: ensure RNG is properly seeded before ECDH use, Jason A. Donenfeld
- [PATCH v5 13/13] random: warn when kernel uses unseeded randomness, Jason A. Donenfeld
- [PATCH v5 11/13] net/route: use get_random_int for random counter, Jason A. Donenfeld
- [PATCH v5 06/13] iscsi: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v5 08/13] cifs: use get_random_u32 for 32-bit lock random, Jason A. Donenfeld
- [PATCH v5 04/13] security/keys: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v5 07/13] ceph: ensure RNG is seeded before using, Jason A. Donenfeld
- [PATCH v5 02/13] random: add synchronous API for the urandom pool, Jason A. Donenfeld
- [PATCH v5 03/13] random: add get_random_{bytes,u32,u64,int,long,once}_wait family, Jason A. Donenfeld
- [PATCH v5 05/13] crypto/rng: ensure that the RNG is ready before using, Jason A. Donenfeld
- Can someone check linux kernel 4.4, and 4.9 rfc4309 test vectors?,
Che-Min Hsieh
- [PATCH v4 00/13] Unseeded In-Kernel Randomness Fixes,
Jason A. Donenfeld
- [PATCH v4 02/13] random: add synchronous API for the urandom pool, Jason A. Donenfeld
- [PATCH v4 06/13] iscsi: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v4 13/13] random: warn when kernel uses unseeded randomness, Jason A. Donenfeld
- [PATCH v4 11/13] net/route: use get_random_int for random counter, Jason A. Donenfeld
- [PATCH v4 12/13] bluetooth/smp: ensure RNG is properly seeded before ECDH use, Jason A. Donenfeld
- [PATCH v4 10/13] net/neighbor: use get_random_u32 for 32-bit hash random, Jason A. Donenfeld
- [PATCH v4 07/13] ceph: ensure RNG is seeded before using, Jason A. Donenfeld
- [PATCH v4 09/13] rhashtable: use get_random_u32 for hash_rnd, Jason A. Donenfeld
- [PATCH v4 04/13] security/keys: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v4 08/13] cifs: use get_random_u32 for 32-bit lock random, Jason A. Donenfeld
- [PATCH v4 05/13] crypto/rng: ensure that the RNG is ready before using, Jason A. Donenfeld
- [PATCH v4 03/13] random: add get_random_{bytes,u32,u64,int,long,once}_wait family, Jason A. Donenfeld
- [PATCH v4 01/13] random: invalidate batched entropy after crng init, Jason A. Donenfeld
- Re: [PATCH v4 00/13] Unseeded In-Kernel Randomness Fixes, Jason A. Donenfeld
- [PATCH v2 net-next 4/4] tls: Documentation, Dave Watson
- [PATCH v2 net-next 3/4] tls: kernel TLS support, Dave Watson
- [PATCH v2 net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions, Dave Watson
- [PATCH v2 net-next 1/4] tcp: ULP infrastructure,
Dave Watson
- [PATCH v2 net-next 0/4] kernel TLS, Dave Watson
- [PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request,
Corentin Labbe
- [BUGFIX PATCH] staging: ccree: fix buffer copy, Gilad Ben-Yossef
- [PATCH v3 00/13] Unseeded In-Kernel Randomness Fixes,
Jason A. Donenfeld
- [PATCH v3 09/13] rhashtable: use get_random_u32 for hash_rnd, Jason A. Donenfeld
- [PATCH v3 11/13] net/route: use get_random_int for random counter, Jason A. Donenfeld
- [PATCH v3 13/13] random: warn when kernel uses unseeded randomness, Jason A. Donenfeld
- [PATCH v3 10/13] net/neighbor: use get_random_u32 for 32-bit hash random, Jason A. Donenfeld
- [PATCH v3 08/13] cifs: use get_random_u32 for 32-bit lock random, Jason A. Donenfeld
- [PATCH v3 12/13] bluetooth/smp: ensure RNG is properly seeded before ECDH use, Jason A. Donenfeld
- [PATCH v3 07/13] ceph: ensure RNG is seeded before using, Jason A. Donenfeld
- [PATCH v3 04/13] crypto/rng: ensure that the RNG is ready before using, Jason A. Donenfeld
- [PATCH v3 05/13] security/keys: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v3 03/13] random: invalidate batched entropy after crng init, Jason A. Donenfeld
- [PATCH v3 06/13] iscsi: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH v3 02/13] random: add get_random_{bytes,u32,u64,int,long,once}_wait family, Jason A. Donenfeld
- [PATCH v3 01/13] random: add synchronous API for the urandom pool, Jason A. Donenfeld
- Re: [PATCH v3 05/13] security/keys: ensure RNG is seeded before use, David Howells
- [PATCH] crypto: testmgr: use consistent format for errors,
Gilad Ben-Yossef
- [PATCH RFC v2 0/8] get_random_bytes_wait family of APIs,
Jason A. Donenfeld
- [PATCH RFC v2 3/8] random: warn when kernel uses unseeded randomness, Jason A. Donenfeld
- [PATCH RFC v2 7/8] bluetooth/smp: ensure RNG is properly seeded before ECDH use, Jason A. Donenfeld
- [PATCH RFC v2 6/8] iscsi: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH RFC v2 5/8] security/keys: ensure RNG is seeded before use, Jason A. Donenfeld
- [PATCH RFC v2 1/8] random: add synchronous API for the urandom pool, Jason A. Donenfeld
- [PATCH RFC v2 4/8] crypto/rng: ensure that the RNG is ready before using, Jason A. Donenfeld
- [PATCH RFC v2 8/8] ceph: ensure RNG is seeded before using, Jason A. Donenfeld
- [PATCH RFC v2 2/8] random: add get_random_{bytes,u32,u64,int,long,once}_wait family, Jason A. Donenfeld
- Re: [PATCH RFC v2 0/8] get_random_bytes_wait family of APIs, Jason A. Donenfeld
- [PATCH] Drivers: ccree - style fix, spaces and tabs, Derek Robson
- workqueue list corruption,
Cong Wang
- [PATCH] crypto: brcm: fix spelling mistake: "fallbck" -> "fallback",
Colin King
- [PATCH v3 00/18] additional driver cleanups,
Gilad Ben-Yossef
- [PATCH v3 01/18] staging: ccree: replace bit shift with BIT macro, Gilad Ben-Yossef
- [PATCH v3 02/18] staging: ccree: refactor HW command FIFO access, Gilad Ben-Yossef
- [PATCH v3 05/18] staging: ccree: move M/LLI defines to header file, Gilad Ben-Yossef
- [PATCH v3 06/18] staging: ccree: remove unused debug macros, Gilad Ben-Yossef
- [PATCH v3 15/18] staging: ccree: fix wrong whitespace usage, Gilad Ben-Yossef
- [PATCH v3 17/18] staging: ccree: remove last remnants of sblkcipher, Gilad Ben-Yossef
- [PATCH v3 18/18] staging: ccree: remove descriptor context definitions, Gilad Ben-Yossef
- [PATCH v3 16/18] staging: ccree: remove last remnants of sash algo, Gilad Ben-Yossef
- [PATCH v3 04/18] staging: ccree: refactor LLI access macros, Gilad Ben-Yossef
- [PATCH v3 08/18] staging: ccree: move request_mgr to generic bitfield ops, Gilad Ben-Yossef
- [PATCH v3 09/18] staging: ccree: remove custom bitfield macros, Gilad Ben-Yossef
- [PATCH v3 12/18] staging: ccree: drop no longer used macro, Gilad Ben-Yossef
- [PATCH v3 14/18] staging: ccree: remove spurious blank line, Gilad Ben-Yossef
- [PATCH v3 13/18] staging: ccree: remove dead code, Gilad Ben-Yossef
- [PATCH v3 11/18] staging: ccree: use snake_case for hash enums, Gilad Ben-Yossef
- [PATCH v3 10/18] staging: ccree: remove unused struct, Gilad Ben-Yossef
- [PATCH v3 07/18] staging: ccree: remove cycle count debug support, Gilad Ben-Yossef
- [PATCH v3 03/18] staging: ccree: remove 48 bit dma addr sim, Gilad Ben-Yossef
- [PATCH 0/4] Fixed comment coding style issues.,
srishti sharma
- [PATCH][V2] staging: ccree: fix spelling mistake: "chanined" -> "chained", Colin King
- [PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained", Colin King
- [PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue.,
srishti sharma
- [PATCH] Staging: ccree: ssi_aead.h: Fixed a pointer declaration error.,
srishti sharma
- crypto: Work around deallocated stack frame reference gcc bug on sparc.,
David Miller
- get_random_bytes returns bad randomness before seeding is complete,
Jason A. Donenfeld
- [RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver,
David Gstir
- [PATCH v3 00/13] ARM: sun5i: cryptographic engine support,
Antoine Tenart
- [PATCH v3 01/13] crypto: sun4i-ss: group variable definitions in sun4i_hash(), Antoine Tenart
- [PATCH v3 02/13] crypto: sun4i-ss: remove conditional checks against 0, Antoine Tenart
- [PATCH v3 03/13] crypto: sun4i-ss: use lower/upper_32_bits helpers, Antoine Tenart
- [PATCH v3 08/13] crypto: sun4i-ss: use GENMASK to generate masks, Antoine Tenart
- [PATCH v3 07/13] crypto: sun4i-ss: simplify the appended bit assignment, Antoine Tenart
- [PATCH v3 05/13] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0, Antoine Tenart
- [PATCH v3 06/13] crypto: sun4i-ss: simplify the pad length calculation, Antoine Tenart
- [PATCH v3 04/13] crypto: sun4i-ss: cannot use DMA is the request is 0 length, Antoine Tenart
- [PATCH v3 12/13] ARM: sun5i: add a cryptographic engine node, Antoine Tenart
- [PATCH v3 10/13] crypto: sun4i-ss: add the CRYPTO_ALG_KERN_DRIVER_ONLY flag, Antoine Tenart
- [PATCH v3 09/13] crypto: sun4i-ss: move from ablkcipher to skcipher API, Antoine Tenart
- [PATCH v3 11/13] crypto: sun4i-ss: fix large block size support, Antoine Tenart
- [PATCH v3 13/13] ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes, Antoine Tenart
- Re: [PATCH v3 00/13] ARM: sun5i: cryptographic engine support, Herbert Xu
- [PATCH v2 00/20] additional driver cleanups,
Gilad Ben-Yossef
- [PATCH v2 06/20] staging: ccree: add parentheses to macro argument, Gilad Ben-Yossef
- [PATCH v2 07/20] staging: ccree: refactor HW command FIFO access, Gilad Ben-Yossef
- [PATCH v2 10/20] staging: ccree: move M/LLI defines to header file, Gilad Ben-Yossef
- [PATCH v2 11/20] staging: ccree: remove unused debug macros, Gilad Ben-Yossef
- [PATCH v2 13/20] staging: ccree: move request_mgr to generic bitfield ops, Gilad Ben-Yossef
- [PATCH v2 18/20] staging: ccree: remove dead code, Gilad Ben-Yossef
- [PATCH v2 20/20] staging: ccree: fix wrong whitespace usage, Gilad Ben-Yossef
- [PATCH v2 19/20] staging: ccree: remove spurious blank line, Gilad Ben-Yossef
- [PATCH v2 16/20] staging: ccree: use snake_case for hash enums, Gilad Ben-Yossef
- [PATCH v2 17/20] staging: ccree: drop no longer used macro, Gilad Ben-Yossef
- [PATCH v2 14/20] staging: ccree: remove custom bitfield macros, Gilad Ben-Yossef
- [PATCH v2 15/20] staging: ccree: remove unused struct, Gilad Ben-Yossef
- [PATCH v2 12/20] staging: ccree: remove cycle count debug support, Gilad Ben-Yossef
- [PATCH v2 08/20] staging: ccree: remove 48 bit dma addr sim, Gilad Ben-Yossef
- [PATCH v2 09/20] staging: ccree: refactor LLI access macros, Gilad Ben-Yossef
- [PATCH v2 05/20] staging: ccree: fix comments formatting, Gilad Ben-Yossef
- [PATCH v2 04/20] staging: ccree: fix operator spacing, Gilad Ben-Yossef
- [PATCH v2 03/20] staging: ccree: fix longer than 80 chars lines, Gilad Ben-Yossef
- [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro, Gilad Ben-Yossef
- [PATCH v2 01/20] staging: ccree: remove spurious blank lines, Gilad Ben-Yossef
- [-next] crypto: 842 propagate PTR_ERR value instead of -ENOMEM,
Zhang Shengju
- [PATCH v1 0/2] remove mediatek ethif clock in crypto driver,
Ryder Lee
- [PATCH 1/4] dt-bindings: rng: add generic bindings for MediaTek SoCs,
sean.wang
- [PATCH 2/4] hwrng: mtk - add support for MT7622 SoC, sean.wang
- [PATCH 3/4] hwrng: mtk - add runtime PM support, sean.wang
- [PATCH 4/4] MAINTAINERS: add entry for MediaTek Random Number Generator, sean.wang
- [PATCH] Staging: ccree: cc_crypto_ctx.h: Fixed a comment coding style issue.,
srishti sharma
- Re: [sparc64] crc32c misbehave,
Anatoly Pugachev
- [PATCH v3 0/2] crypto: ecdh - add privkey generation support,
Tudor Ambarus
- [PATCH V2 23/27] Drivers: ccree: ssi_aead.c - align block comments, Derek Robson
- [PATCH V2 27/27] Drivers: ccree: cc_crypto_ctx.h - align block comments, Derek Robson
- [PATCH V2 26/27] Drivers: ccree: cc_hw_queue_defs.h - align block comments, Derek Robson
- [PATCH V2 25/27] Drivers: ccree: cc_regs.h - align block comments, Derek Robson
- [PATCH V2 24/27] Drivers: ccree: hash_defs.h - align block comments, Derek Robson
- [PATCH V2 21/27] Drivers: ccree: ssi_buffer_mgr.c - align block comments, Derek Robson
- [PATCH V2 22/27] Drivers: ccree: ssi_aead.h - align block comments, Derek Robson
- [PATCH V2 20/27] Drivers: ccree: ssi_buffer_mgr.h - align block comments, Derek Robson
- [PATCH V2 19/27] Drivers: ccree: ssi_cipher.h - align block comments, Derek Robson
- [PATCH V2 18/27] Drivers: ccree: ssi_config.h - align block comments, Derek Robson
- [PATCH V2 17/27] Drivers: ccree: ssi_driver.h - align block comments, Derek Robson
- [PATCH V2 16/27] Drivers: ccree: ssi_fips.c - align block comments, Derek Robson
- [PATCH V2 15/27] Drivers: ccree: ssi_fips.h - align block comments, Derek Robson
- [PATCH V2 14/27] Drivers: ccree: ssi_fips_data.h - align block comments, Derek Robson
- [PATCH V2 13/27] Drivers: ccree: ssi_fips_ext.c - align block comments, Derek Robson
- [PATCH V2 12/27] Drivers: ccree: ssi_fips_ll.c - align block comments, Derek Robson
- [PATCH V2 11/27] Drivers: ccree: ssi_fips_local.c - align block comments, Derek Robson
- [PATCH V2 10/27] Drivers: ccree: ssi_hash.c - align block comments, Derek Robson
- [PATCH V2 09/27] Drivers: ccree: ssi_hash.h - align block comments, Derek Robson
- [PATCH V2 08/27] Drivers: ccree: ssi_ivgen.c - align block comments, Derek Robson
- [PATCH V2 07/27] Drivers: ccree: ssi_pm.h - align block comments, Derek Robson
- [PATCH V2 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments, Derek Robson
- [PATCH V2 05/27] Drivers: ccree: ssi_pm_ext.h - align block comments, Derek Robson
- [PATCH V2 04/27] Drivers: ccree: ssi_request_mgr.c - align block comments, Derek Robson
- [PATCH V2 03/27] Drivers: ccree: ssi_request_mgr.h - align block comments, Derek Robson
- [PATCH V2 02/27] Drivers: ccree: ssi_sysfs.c - align block comments, Derek Robson
- [PATCH V2 01/27] Drivers: ccree: ssi_sysfs.h - align block comments,
Derek Robson
- [PATCH V2 00/27] Drivers: ccree - align block comments,
Derek Robson
- [PATCH v2 00/12] ARM: sun5i: cryptographic engine support,
Antoine Tenart
- [PATCH v2 01/12] crypto: sun4i-ss: group variable definitions in sun4i_hash(), Antoine Tenart
- [PATCH v2 02/12] crypto: sun4i-ss: remove conditional checks against 0, Antoine Tenart
- [PATCH v2 03/12] crypto: sun4i-ss: use lower/upper_32_bits helpers, Antoine Tenart
- [PATCH v2 04/12] crypto: sun4i-ss: cannot use DMA is the request is 0 length, Antoine Tenart
- [PATCH v2 05/12] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0, Antoine Tenart
- [PATCH v2 11/12] crypto: sun4i-ss: fix large block size support, Antoine Tenart
- [PATCH v2 10/12] crypto: sun4i-ss: add the CRYPTO_ALG_KERN_DRIVER_ONLY flag, Antoine Tenart
- [PATCH v2 09/12] crypto: sun4i-ss: move from ablkcipher to skcipher API, Antoine Tenart
- [PATCH v2 08/12] crypto: sun4i-ss: use GENMASK to generate masks, Antoine Tenart
- [PATCH v2 07/12] crypto: sun4i-ss: simplify the appended bit assignment, Antoine Tenart
- [PATCH v2 12/12] ARM: sun5i: add a cryptographic engine node, Antoine Tenart
- [PATCH v2 06/12] crypto: sun4i-ss: simplify the pad length calculation, Antoine Tenart
- Re: [PATCH v2 00/12] ARM: sun5i: cryptographic engine support, Corentin Labbe
- [PATCH v2 00/11] introduce crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v2 10/11] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 11/11] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v2 07/11] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v2 09/11] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 08/11] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 06/11] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v2 05/11] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v2 04/11] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v2 03/11] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v2 02/11] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v2 01/11] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH 00/12] staging: ccree: addtional driver cleanups,
Gilad Ben-Yossef
- [PATCH 01/12] staging: ccree: correct coding style violations, Gilad Ben-Yossef
- [PATCH 08/12] staging: ccree: remove unused struct, Gilad Ben-Yossef
- [PATCH 11/12] staging: ccree: remove dead code, Gilad Ben-Yossef
- [PATCH 10/12] staging: ccree: drop no longer used macro, Gilad Ben-Yossef
- [PATCH 12/12] staging: ccree: whitespace fixes, Gilad Ben-Yossef
- [PATCH 09/12] staging: ccree: use snake_case for hash enums, Gilad Ben-Yossef
- [PATCH 07/12] staging: ccree remove custom bitfield macros, Gilad Ben-Yossef
- [PATCH 06/12] staging: ccree: move request_mgr to generic bitfield ops, Gilad Ben-Yossef
- [PATCH 05/12] staging: ccree: remove cycle count debug support, Gilad Ben-Yossef
- [PATCH 04/12] staging: ccree: cleanup lli access macro, Gilad Ben-Yossef
- [PATCH 02/12] staging: ccree: move to kernel bitfields/bitops, Gilad Ben-Yossef
- [PATCH 03/12] staging: ccree: remove 48 bit dma addr sim, Gilad Ben-Yossef
- [PATCH 1/2] crypto: mediatek - remove redundant clock setting,
Ryder Lee
- [PATCH] staging: ccree: fix cc_crypto_ctx.h white spaces, Gennadii Altukhov
- encrypt_done called from interrupt context on rk3288 crypto driver,
Emil Karlson
- [PATCH 1/1] crypto:drbg- Fixes panic in wait_for_completion call.,
Harsh Jain
- [PATCH v4 00/14] fixes for kpp and akcipher,
Tudor Ambarus
- [PATCH v4 01/14] crypto: kpp, (ec)dh - fix typos, Tudor Ambarus
- [PATCH v4 02/14] crypto: ecc - remove unused function arguments, Tudor Ambarus
- [PATCH v4 03/14] crypto: ecc - remove unnecessary casts, Tudor Ambarus
- [PATCH v4 04/14] crypto: ecc - don't be selfish on pubkeys, Tudor Ambarus
- [PATCH v4 05/14] crypto: dh - fix memleak in setkey, Tudor Ambarus
- [PATCH v4 06/14] crypto: kpp: maxsize() - assume key is already set, Tudor Ambarus
- [PATCH v4 07/14] crypto: dh - comply with crypto_kpp_maxsize(), Tudor Ambarus
- [PATCH v4 08/14] crypto: ecdh - comply with crypto_kpp_maxsize(), Tudor Ambarus
- [PATCH v4 09/14] crypto: qat - comply with crypto_kpp_maxsize(), Tudor Ambarus
- [PATCH v4 10/14] crypto: akcipher: maxsize() - assume key is already set, Tudor Ambarus
- [PATCH v4 11/14] crypto: rsa - comply with crypto_akcipher_maxsize(), Tudor Ambarus
- [PATCH v4 12/14] crypto: caampkc - comply with crypto_akcipher_maxsize(), Tudor Ambarus
- [PATCH v4 13/14] crypto: qat - comply with crypto_akcipher_maxsize(), Tudor Ambarus
- [PATCH v4 14/14] crypto: pkcs1pad - comply with crypto_akcipher_maxsize(), Tudor Ambarus
- Re: [PATCH v4 00/14] fixes for kpp and akcipher, Herbert Xu
- [PATCH 00/11] ARM: sun5i: cryptographic engine support,
Antoine Tenart
- [PATCH 10/11] crypto: sun4i-ss: fix large block size support, Antoine Tenart
- [PATCH 11/11] ARM: sun5i: add a cryptographic engine node, Antoine Tenart
- [PATCH 01/11] crypto: sun4i-ss: group variable definitions in sun4i_hash(), Antoine Tenart
- [PATCH 02/11] crypto: sun4i-ss: remove conditional checks against 0, Antoine Tenart
- [PATCH 03/11] crypto: sun4i-ss: use lower/upper_32_bits helpers, Antoine Tenart
- [PATCH 04/11] crypto: sun4i-ss: cannot use DMA is the request is 0 length, Antoine Tenart
- [PATCH 05/11] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0, Antoine Tenart
- [PATCH 07/11] crypto: sun4i-ss: simplify the appended bit assignment, Antoine Tenart
- [PATCH 06/11] crypto: sun4i-ss: simplify the pad length calculation, Antoine Tenart
- [PATCH 08/11] crypto: sun4i-ss: use GENMASK to generate masks, Antoine Tenart
- [PATCH 09/11] crypto: sun4i-ss: move from ablkcipher to skcipher API, Antoine Tenart
- [PATCH net-next 4/4] tls: Documentation, Dave Watson
- [PATCH net-next 3/4] tls: kernel TLS support,
Dave Watson
- [PATCH net-next 2/4] tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions,
Dave Watson
- [PATCH net-next 1/4] tcp: ULP infrastructure, Dave Watson
- [PATCH net-next 0/4] kernel TLS,
Dave Watson
- [PATCH v6 0/5] arm64: marvell: add cryptographic engine support for 7k/8k,
Antoine Tenart
- [patch V3 07/32] padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata(), Thomas Gleixner
- [patch V3 06/32] padata: Make padata_alloc() static, Thomas Gleixner
- [PATCH 00/13] crypto: omap fixes / changes for 4.13,
Tero Kristo
- [PATCH 01/13] crypto: omap-aes: drop unused flags attribute from omap_aes_ctx, Tero Kristo
- [PATCH 02/13] crypto: omap-aes: fix context handling for multiple cores, Tero Kristo
- [PATCH 03/13] crypto: omap-des: add check for weak keys, Tero Kristo
- [PATCH 04/13] crypto: omap-des - use runtime_pm autosuspend for clock handling, Tero Kristo
- [PATCH 05/13] crypto: omap: add base support library for common routines, Tero Kristo
- [PATCH 06/13] crypto: omap-des: use base omap crypto support library, Tero Kristo
- [PATCH 07/13] crypto: omap-aes: use base omap crypto support library, Tero Kristo
- [PATCH 08/13] crypto: omap-aes: move definitions over to a separate header file, Tero Kristo
- [PATCH 09/13] crypto: omap-aes: export some AES driver functionality locally, Tero Kristo
- [PATCH 11/13] crypto: omap-sham: buffer handling fixes for hashing later, Tero Kristo
- [PATCH 12/13] crypto: omap-sham: fix closing of hash with separate finalize call, Tero Kristo
- [PATCH 13/13] crypto: omap-sham: force word alignment on the xmit-buf also, Tero Kristo
- [PATCH 10/13] crypto: omap-aes: Add support for GCM mode, Tero Kristo
- Re: [PATCH 00/13] crypto: omap fixes / changes for 4.13, Herbert Xu
- Re: [PATCH 2/2] crypto: engine - Permit to enqueue skcipher request, Julia Lawall
- [PATCH 27/27] Drivers: ccree: cc_crypto_ctx.h - align block comments, Derek Robson
- [PATCH 26/27] Drivers: ccree: cc_hw_queue_defs.h - align block comments, Derek Robson
- [PATCH 25/27] Drivers: ccree: cc_regs.h - align block comments, Derek Robson
- [PATCH 24/27] Drivers: ccree: hash_defs.h - align block comments, Derek Robson
- [PATCH 23/27] Drivers: ccree: ssi_aead.c - align block comments, Derek Robson
- [PATCH 22/27] Drivers: ccree: ssi_aead.h - align block comments, Derek Robson
- [PATCH 21/27] Drivers: ccree: ssi_buffer_mgr.c - align block comments, Derek Robson
- [PATCH 20/27] Drivers: ccree: ssi_buffer_mgr.h - align block comments, Derek Robson
- [PATCH 19/27] Drivers: ccree: ssi_cipher.h - align block comments, Derek Robson
- [PATCH 18/27] Drivers: ccree: ssi_config.h - align block comments, Derek Robson
- [PATCH 16/27] Drivers: ccree: ssi_fips.c - align block comments, Derek Robson
- [PATCH 17/27] Drivers: ccree: ssi_driver.h - align block comments, Derek Robson
- [PATCH 15/27] Drivers: ccree: ssi_fips.h - align block comments, Derek Robson
- [PATCH 14/27] Drivers: ccree: ssi_fips_data.h - align block comments, Derek Robson
- [PATCH 13/27] Drivers: ccree: ssi_fips_ext.c - align block comments, Derek Robson
- [PATCH 12/27] Drivers: ccree: ssi_fips_ll.c - align block comments,
Derek Robson
- [PATCH 11/27] Drivers: ccree: ssi_fips_local.c - align block comments, Derek Robson
- [PATCH 10/27] Drivers: ccree: ssi_hash.c - align block comments, Derek Robson
- [PATCH 09/27] Drivers: ccree: ssi_hash.h - align block comments, Derek Robson
- [PATCH 08/27] Drivers: ccree: ssi_ivgen.c - align block comments, Derek Robson
- [PATCH 07/27] Drivers: ccree: ssi_pm.h - align block comments, Derek Robson
- [PATCH 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments, Derek Robson
- [PATCH 05/27] Drivers: ccree: ssi_pm_ext.h - align block comments, Derek Robson
- [PATCH 04/27] Drivers: ccree: ssi_request_mgr.c - align block comments, Derek Robson
- [PATCH 03/27] Drivers: ccree: ssi_request_mgr.h - align block comments, Derek Robson
- [PATCH 02/27] Drivers: ccree: ssi_sysfs.c - align block comments, Derek Robson
- [PATCH 01/27] Drivers: ccree: ssi_sysfs.h - align block comments,
Derek Robson
- [PATCH 00/27] Drivers: ccree - align block comments, Derek Robson
- [PATCH] drivers: staging: ccree: ISO C forbids casting to and from non-scalar, Raphaël Beamonte
- [PATCH v8 0/2] crypto: AF_ALG memory management fix,
Stephan Müller
- [PATCH] X.509: Fix error code in x509_cert_parse(),
Dan Carpenter
- [PATCH v3 00/11] fixes for ecc, ec(dh), rsa & testmgr,
Tudor Ambarus
- [PATCH v3 01/11] crypto: kpp, (ec)dh - fix typos, Tudor Ambarus
- [PATCH v3 02/11] crypto: ecc - remove unused function arguments, Tudor Ambarus
- [PATCH v3 04/11] crypto: dh - fix dh_max_size, Tudor Ambarus
- [PATCH v3 05/11] crypto: ecdh - fix ecdh_max_size, Tudor Ambarus
- [PATCH v3 07/11] crypto: testmgr - check err on kpp maxsize, Tudor Ambarus
- [PATCH v3 03/11] crypto: ecc - remove unnecessary casts, Tudor Ambarus
- [PATCH v3 06/11] crypto: rsa - change err code in rsa_max_size, Tudor Ambarus
- [PATCH v3 09/11] crypto: KEYS: check err on akcipher maxsize, Tudor Ambarus
- [PATCH v3 10/11] crypto: ecc - don't be selfish on pubkeys, Tudor Ambarus
- [PATCH v3 11/11] crypto: dh - fix memleak in setkey, Tudor Ambarus
- [PATCH v3 08/11] crypto: testmgr - check err on akcipher maxsize, Tudor Ambarus
- [PATCH 1/2] crypto: engine - replace pr_xxx by dev_xxx,
Corentin Labbe
- [PATCH] crypto: rng: Remove unused function __crypto_rng_cast(),
Matthias Kaehlcke
- [PATCH v2 1/2] dt-bindings: timeriomem_rng: Add entropy quality property,
Rick Altherr
- [PATCH v5 0/4] arm64: marvell: add cryptographic engine support for 7k/8k,
Antoine Tenart
- [PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support,
Cosar Dindar
- [PATCH v3 1/5] dt-bindings : Document the STM32F4 CRC32 binding, Cosar Dindar
- [PATCH v3 0/5] Add support for the STM32F4 CRC32,
Cosar Dindar
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]