Age | Commit message (Expand) | Author |
2025-01-14 | crypto: bcm - Drop unused setting of local 'ptr' variable | Krzysztof Kozlowski |
2024-11-15 | crypto: bcm - add error check in the ahash_hmac_init function | Chen Ridong |
2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-04-02 | crypto: bcm - Fix pointer arithmetic | Aleksandr Mishin |
2023-12-08 | crypto: bcm - Remove ofb | Herbert Xu |
2023-10-27 | crypto: bcm/cipher - Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring |
2023-08-18 | crypto: drivers - avoid memcpy size warning | Arnd Bergmann |
2023-02-13 | crypto: bcm - Use request_complete helpers | Herbert Xu |
2023-01-27 | crypto: bcm - Use subrequest for fallback | Herbert Xu |
2022-09-30 | crypto: bcm - Simplify obtain the name for cipher | Gaosheng Cui |
2022-09-02 | crypto: bcm - fix repeated words in comments | wangjianli |
2021-03-26 | crypto: bcm - Fix a whole host of kernel-doc misdemeanours | Lee Jones |
2021-01-22 | crypto: bcm - Fix sparse warnings | Herbert Xu |
2021-01-14 | crypto: bcm - Rename struct device_private to bcm_device_private | Jiri Olsa |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-10-08 | crypto: bcm - Verify GCM/CCM key length in setkey | Herbert Xu |
2020-09-11 | crypto: bcm-iproc - remove ecb(arc4) support | Ard Biesheuvel |
2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka |
2020-05-08 | crypto: bcm - Use the defined variable to clean code | Tang Bin |
2020-04-30 | crypto: bcm - Fix unused assignment | Tang Bin |
2020-04-30 | crypto: bcm - Remove the unnecessary cast for PTR_ERR(). | Tang Bin |
2020-04-24 | crypto: bcm - Delete redundant variable definition | Tang Bin |
2020-03-20 | crypto: bcm - Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-01-09 | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers |
2019-11-17 | crypto: bcm-spu - switch to skcipher API | Ard Biesheuvel |
2019-08-22 | crypto: bcm/des - switch to new verification routines | Ard Biesheuvel |
2019-07-27 | crypto: bcm - check assoclen for rfc4543/rfc4106 | Iuliana Prodan |
2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459 | Thomas Gleixner |
2019-06-13 | crypto: bcm - Make some symbols static | YueHaibing |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-18 | crypto: bcm - Forbid 2-key 3DES in FIPS mode | Herbert Xu |
2019-03-28 | crypto: bcm - remove unused array tag_to_hash_idx | YueHaibing |
2019-02-15 | crypto: export arc4 defines | Iuliana Prodan |
2019-02-01 | crypto: bcm - remove -I. header search path and unused macro define | Masahiro Yamada |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers |
2019-01-25 | crypto: bcm - remove unused function do_decrypt() | Eric Biggers |
2019-01-18 | crypto: brcm - Fix some set-but-not-used warning | YueHaibing |
2019-01-10 | crypto: bcm - convert to use crypto_authenc_extractkeys() | Eric Biggers |
2018-12-23 | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers |
2018-11-20 | crypto: remove useless initializations of cra_list | Eric Biggers |
2018-11-16 | crypto: bcm - fix normal/non key hash algorithm failure | Raveendra Padasalagi |
2018-07-09 | crypto: aead - remove useless setting of type flags | Eric Biggers |
2018-07-09 | crypto: ahash - remove useless setting of cra_type | Eric Biggers |
2018-07-09 | crypto: ahash - remove useless setting of type flags | Eric Biggers |
2018-03-31 | crypto: brcm - explicitly cast cipher to hash type | Stefan Agner |
2018-02-22 | crypto: bcm - Delete an error message for a failed memory allocation in do_sh... | Markus Elfring |