- 44122cc crypto: sun4i-ss - add SPDX header and remove blank lines by Corentin Labbe · 4 years, 1 month ago
- b1f578b crypto: sun4i-ss - enabled stats via debugfs by Corentin Labbe · 4 years, 1 month ago
- 9bc3dd2 crypto: sun4i-ss - fix kmap usage by Corentin Labbe · 4 years, 1 month ago
- 4ec8977 crypto: sun4i-ss - initialize need_fallback by Corentin Labbe · 4 years, 1 month ago
- 5ab6177 crypto: sun4i-ss - handle BigEndian for cipher by Corentin Labbe · 4 years, 1 month ago
- b756f1c crypto: sun4i-ss - IV register does not work on A10 and A13 by Corentin Labbe · 4 years, 1 month ago
- 7bdcd85 crypto: sun4i-ss - checking sg length is not sufficient by Corentin Labbe · 4 years, 1 month ago
- 5835135 crypto: sun4i-ss - linearize buffers content must be kept by Corentin Labbe · 4 years, 1 month ago
- 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 1 month ago
- 732b764 crypto: sun8i-ce - fix two error path's memory leak by Corentin Labbe · 4 years, 2 months ago
- 2e0e386 crypto: kconfig - fix a couple of spelling mistakes by Colin Ian King · 4 years, 2 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
- e930c39 crypto: sun8x-ce*: update entries to its documentation by Mauro Carvalho Chehab · 4 years, 3 months ago
- fcf5d2d crypto: sun8i-ss - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 4 months ago
- 25d85ff crypto: sun8i-ce - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 4 months ago
- 4a07eab crypto: sun8i-ce - Add support for the TRNG by Corentin Labbe · 4 years, 4 months ago
- 5eb7e94 crypto: sun8i-ce - Add support for the PRNG by Corentin Labbe · 4 years, 4 months ago
- 5c39417 crypto: sun8i-ce - Add stat_bytes debugfs by Corentin Labbe · 4 years, 4 months ago
- 56f6d5a crypto: sun8i-ce - support hash algorithms by Corentin Labbe · 4 years, 4 months ago
- 6b4f76c crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes by Corentin Labbe · 4 years, 4 months ago
- e66862e crypto: sun8i-ce - handle different error registers by Corentin Labbe · 4 years, 4 months ago
- 0605fa0 crypto: sun8i-ce - split into prepare/run/unprepare by Corentin Labbe · 4 years, 4 months ago
- a216f8d crypto: sun8i-ce - move iv data to request context by Corentin Labbe · 4 years, 4 months ago
- 87f3426 crypto: sun8i-ce - handle endianness of t_common_ctl by Corentin Labbe · 4 years, 4 months ago
- 68cbba1 crypto: sun8i-ss - better debug printing by Corentin Labbe · 4 years, 4 months ago
- 3bf9754 crypto: sun8i-ss - Add more comment on some structures by Corentin Labbe · 4 years, 4 months ago
- 3b7aaa8 crypto: sun8i-ss - fix a trivial typo by Corentin Labbe · 4 years, 4 months ago
- d9b4541 crypto: sun8i-ss - support hash algorithms by Corentin Labbe · 4 years, 4 months ago
- ac2614d crypto: sun8i-ss - Add support for the PRNG by Corentin Labbe · 4 years, 4 months ago
- f1455b1 crypto: sun8i-ss - Add SS_START define by Corentin Labbe · 4 years, 4 months ago
- 560daf9e crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
- e61a235 crypto: sun8i - Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 9b20cbf crypto: sun4i-ss - Fix sparse endianness markers by Herbert Xu · 4 years, 5 months ago
- f089ee5 crypto: sun8i-ss - remove redundant memzero_explicit() by Denis Efremov · 4 years, 5 months ago
- ede1328 crypto: sun8i-ss - use kfree_sensitive() by Denis Efremov · 4 years, 5 months ago
- 712d806 crypto: sun8i-ce - use kfree_sensitive() by Denis Efremov · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 6 months ago
- b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 7 months ago
- 44b5917 crypto: sun8i-ss - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 7 months ago
- 31abd3e crypto: sun8i-ce - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 7 months ago
- 89fb00f crypto: sun4i - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 7 months ago
- 5c3a8a6 crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init by Dinghao Liu · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 8 months ago
- 3ecad8c docs: fix broken references for ReST files that moved around by Mauro Carvalho Chehab · 4 years, 9 months ago
- 56b80bd crypto: sun8i-ss - Delete an error message in sun8i_ss_probe() by Markus Elfring · 4 years, 10 months 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
- 93d24ac crypto: sun8i-ce - fix removal of module by Corentin Labbe · 5 years ago
- 7b3d853 crypto: sun8i-ss - fix removal of module by Corentin Labbe · 5 years ago
- 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
- 3932aa1 crypto: sun4i-ss - make unexported sun4i_ss_pm_ops static by Ben Dooks (Codethink) · 5 years ago
- eb5b915 crypto: allwinner - remove unneeded semicolon by Chen Zhou · 5 years ago
- 1e02e6f crypto: sun4i-ss - add the A33 variant of SS by Corentin Labbe · 5 years ago
- 93c7f4d crypto: sun8i-ce - enable working on big endian by Corentin Labbe · 5 years ago
- d1d787b crypto: sun4i-ss - fix big endian issues by Corentin Labbe · 5 years ago
- 2edf864 crypto: sun4i-ss - hide the Invalid keylen message by Corentin Labbe · 5 years ago
- 626abd3 crypto: sun4i-ss - use crypto_ahash_digestsize by Corentin Labbe · 5 years ago
- 7ca2a71 crypto: sun4i-ss - remove dependency on not 64BIT by Corentin Labbe · 5 years ago
- a712660 crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c by Corentin Labbe · 5 years ago
- c735184 crypto: sun8i-ce - Fix memdup.cocci warnings by YueHaibing · 5 years ago
- d6e9da2 crypto: sun4i-ss - Fix 64-bit size_t warnings by Herbert Xu · 5 years ago
- 4509f43 crypto: allwinner - fix some spelling mistakes by Colin Ian King · 5 years ago
- 44eff4a crypto: sun8i-ss - fix memdup.cocci warnings by kbuild test robot · 5 years ago
- 09b6816 crypto: sun8i-ss - fix semicolon.cocci warnings by kbuild test robot Remove unneeded semicolon · 5 years ago
- b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
- f08fcce crypto: allwinner - Add sun8i-ss cryptographic offloader by Corentin Labbe · 5 years ago
- 1751354 crypto: sun4i-ss - Move to Allwinner directory by Corentin Labbe · 5 years ago
- 06f751b crypto: allwinner - Add sun8i-ce Crypto Engine by Corentin Labbe · 5 years ago
- 3914b93 crypto: allwinner - Add allwinner subdirectory by Corentin Labbe · 5 years ago