- 8fd9115 crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() by Christophe JAILLET · 1 year, 11 months ago
- f81c1d4 crypto: sun8i-ce - Add TRNG clock to the D1 variant by Samuel Holland · 2 years, 2 months ago
- 39a76cf crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding by Herbert Xu · 2 years, 2 months ago
- 16bdbae hwrng: core - treat default_quality as a maximum and default to 1024 by Jason A. Donenfeld · 2 years, 4 months ago
- 839b8ae crypto: sun8i-ss - use dma_addr instead u32 by Corentin Labbe · 2 years, 6 months ago
- b21dc631 crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs by Liu Shixin · 2 years, 6 months ago
- 2ad548e Revert "crypto: allwinner - Fix dma_map_sg error check" by Herbert Xu · 2 years, 6 months ago
- 2b02187 crypto: allwinner - Fix dma_map_sg error check by Jack Wang · 2 years, 7 months ago
- 7433d2f crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the code by ye xingchen · 2 years, 7 months ago
- d61a7b3d crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() by Alexey Khoroshilov · 2 years, 9 months ago
- 7e8df1f crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey by Peng Wu · 2 years, 9 months ago
- 6cb3f9b crypto: sun8i-ss - Fix error codes for dma_mapping_error() by Dan Carpenter · 2 years, 10 months ago
- d2765e1b crypto: sun8i-ss - fix error codes in allocate_flows() by Dan Carpenter · 2 years, 10 months ago
- 42a01af crypto: sun8i-ce - do not fallback if cryptlen is less than sg length by Corentin Labbe · 2 years, 10 months ago
- aff388f crypto: sun8i-ce - rework debugging by Corentin Labbe · 2 years, 10 months ago
- 6b8309f crypto: sun8i-ce - use sg_nents_for_len by Corentin Labbe · 2 years, 10 months ago
- 8a1714a crypto: sun8i-ce - Add function for handling hash padding by Corentin Labbe · 2 years, 10 months ago
- 2e5545a crypto: sun8i-ss - do not fallback if cryptlen is less than sg length by Corentin Labbe · 2 years, 10 months ago
- 801b7d5 crypto: sun8i-ss - add hmac(sha1) by Corentin Labbe · 2 years, 10 months ago
- e76ee4d crypto: sun8i-ss - Add function for handling hash padding by Corentin Labbe · 2 years, 10 months ago
- f95f61d crypto: sun8i-ss - rework debugging by Corentin Labbe · 2 years, 10 months ago
- c35e523 crypto: sun8i-ss - handle requests if last block is not modulo 64 by Corentin Labbe · 2 years, 10 months ago
- db0c62b crypto: sun8i-ss - do not zeroize all pad by Corentin Labbe · 2 years, 10 months ago
- 8eec456 crypto: sun8i-ss - do not allocate memory when handling hash requests by Corentin Labbe · 2 years, 10 months ago
- 4d867be crypto: sun8i-ss - use sg_nents_for_len by Corentin Labbe · 2 years, 10 months ago
- d86e3f3 crypto: sun8i-ss - test error before assigning by Corentin Labbe · 2 years, 10 months ago
- 46e2fcb crypto: sun8i-ss - remove redundant test by Corentin Labbe · 2 years, 10 months ago
- c149e47 crypto: sun8i-ss - handle zero sized sg by Corentin Labbe · 2 years, 10 months ago
- 359e893 crypto: sun8i-ss - rework handling of IV by Corentin Labbe · 2 years, 10 months ago
- 22d03a0 crypto: sun4i-ss - do not allocate backup IV on requests by Corentin Labbe · 2 years, 10 months ago
- 22f7c2f crypto: sun8i-ce - do not allocate memory when handling requests by Corentin Labbe · 2 years, 10 months ago
- 282ee07 crypto: sun8i-ce - Fix minor style issue by Corentin Labbe · 2 years, 10 months ago
- d3bae86 crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 11 months ago
- ee74fdf crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 11 months ago
- f75a749 crypto: sun8i-ce - call finalize with bh disabled by Corentin Labbe · 3 years, 1 month ago
- b169b37 crypto: sun8i-ss - call finalize with bh disabled by Corentin Labbe · 3 years, 1 month ago
- 881fc7f crypto: sun8i-ss - really disable hash on A80 by Corentin Labbe · 3 years, 2 months ago
- 83f50f2 crypto: sun8i-ce - Add support for the D1 variant by Corentin Labbe · 3 years, 4 months ago
- c391714 crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data by Jason Wang · 3 years, 7 months ago
- 192b722 crypto: sun8i-ss - Use kfree_sensitive by Jason Wang · 3 years, 8 months ago
- cc987ae crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe() by Shixin Liu · 4 years ago
- 06cd742 crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails by Shixin Liu · 4 years ago
- ac98fc5 crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails by Shixin Liu · 4 years ago
- 50274b0 crypto: sun8i-ss - Fix memory leak of pad by Colin Ian King · 4 years ago
- ac1af1a crypto: allwinner - add missing CRYPTO_ prefix by Corentin Labbe · 4 years ago
- 884b93c crypto: allwinner - Fix the parameter of dma_unmap_sg() by Xiang Chen · 4 years ago
- aa31e559 crypto: sun4i-ss - simplify optional reset handling by Philipp Zabel · 4 years ago
- 2828945 crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate() by Jia-Ju Bai · 4 years ago
- 98b5ef3 crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map by Colin Ian King · 4 years ago
- 1dbc6a1 crypto: sun8i-ss - fix result memory leak on error path by Corentin Labbe · 4 years, 1 month ago
- 44122cc crypto: sun4i-ss - add SPDX header and remove blank lines by Corentin Labbe · 4 years, 3 months ago
- b1f578b crypto: sun4i-ss - enabled stats via debugfs by Corentin Labbe · 4 years, 3 months ago
- 9bc3dd2 crypto: sun4i-ss - fix kmap usage by Corentin Labbe · 4 years, 3 months ago
- 4ec8977 crypto: sun4i-ss - initialize need_fallback by Corentin Labbe · 4 years, 3 months ago
- 5ab6177 crypto: sun4i-ss - handle BigEndian for cipher by Corentin Labbe · 4 years, 3 months ago
- b756f1c crypto: sun4i-ss - IV register does not work on A10 and A13 by Corentin Labbe · 4 years, 3 months ago
- 7bdcd85 crypto: sun4i-ss - checking sg length is not sufficient by Corentin Labbe · 4 years, 3 months ago
- 5835135 crypto: sun4i-ss - linearize buffers content must be kept by Corentin Labbe · 4 years, 3 months ago
- 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
- 732b764 crypto: sun8i-ce - fix two error path's memory leak by Corentin Labbe · 4 years, 4 months ago
- 2e0e386 crypto: kconfig - fix a couple of spelling mistakes by Colin Ian King · 4 years, 4 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 4 months ago
- e930c39 crypto: sun8x-ce*: update entries to its documentation by Mauro Carvalho Chehab · 4 years, 5 months ago
- fcf5d2d crypto: sun8i-ss - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 6 months ago
- 25d85ff crypto: sun8i-ce - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 6 months ago
- 4a07eab crypto: sun8i-ce - Add support for the TRNG by Corentin Labbe · 4 years, 6 months ago
- 5eb7e94 crypto: sun8i-ce - Add support for the PRNG by Corentin Labbe · 4 years, 6 months ago
- 5c39417 crypto: sun8i-ce - Add stat_bytes debugfs by Corentin Labbe · 4 years, 6 months ago
- 56f6d5a crypto: sun8i-ce - support hash algorithms by Corentin Labbe · 4 years, 6 months ago
- 6b4f76c crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes by Corentin Labbe · 4 years, 6 months ago
- e66862e crypto: sun8i-ce - handle different error registers by Corentin Labbe · 4 years, 6 months ago
- 0605fa0 crypto: sun8i-ce - split into prepare/run/unprepare by Corentin Labbe · 4 years, 6 months ago
- a216f8d crypto: sun8i-ce - move iv data to request context by Corentin Labbe · 4 years, 6 months ago
- 87f3426 crypto: sun8i-ce - handle endianness of t_common_ctl by Corentin Labbe · 4 years, 6 months ago
- 68cbba1 crypto: sun8i-ss - better debug printing by Corentin Labbe · 4 years, 6 months ago
- 3bf9754 crypto: sun8i-ss - Add more comment on some structures by Corentin Labbe · 4 years, 6 months ago
- 3b7aaa8 crypto: sun8i-ss - fix a trivial typo by Corentin Labbe · 4 years, 6 months ago
- d9b4541 crypto: sun8i-ss - support hash algorithms by Corentin Labbe · 4 years, 6 months ago
- ac2614d crypto: sun8i-ss - Add support for the PRNG by Corentin Labbe · 4 years, 6 months ago
- f1455b1 crypto: sun8i-ss - Add SS_START define by Corentin Labbe · 4 years, 6 months ago
- 560daf9e crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 6 months ago
- e61a235 crypto: sun8i - Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 6 months ago
- 9b20cbf crypto: sun4i-ss - Fix sparse endianness markers by Herbert Xu · 4 years, 6 months ago
- f089ee5 crypto: sun8i-ss - remove redundant memzero_explicit() by Denis Efremov · 4 years, 7 months ago
- ede1328 crypto: sun8i-ss - use kfree_sensitive() by Denis Efremov · 4 years, 7 months ago
- 712d806 crypto: sun8i-ce - use kfree_sensitive() by Denis Efremov · 4 years, 7 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
- b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
- 44b5917 crypto: sun8i-ss - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
- 31abd3e crypto: sun8i-ce - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
- 89fb00f crypto: sun4i - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
- 5c3a8a6 crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init by Dinghao Liu · 4 years, 9 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 9 months ago
- 3ecad8c docs: fix broken references for ReST files that moved around by Mauro Carvalho Chehab · 5 years ago
- 56b80bd crypto: sun8i-ss - Delete an error message in sun8i_ss_probe() by Markus Elfring · 5 years ago
- 5fbab10 crypto: sun8i-ce - fix description of stat_fb by Corentin Labbe · 5 years ago
- 11c7686 crypto: sun8i-ss - fix description of stat_fb by Corentin Labbe · 5 years ago
- 9ce9a5d crypto: allwinner - remove redundant platform_get_irq error message by Chen Zhou · 5 years ago
- 4b0ec91 crypto: sun8i-ce - remove dead code by Corentin Labbe · 5 years ago
- 93d24ac4 crypto: sun8i-ce - fix removal of module by Corentin Labbe · 5 years ago