- 3eb75fc crypto: atmel - use the correct print format by Kai Ye · 3 years, 9 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
- 77fdd94 crypto: atmel-sha - remove unneeded break by Tom Rix · 4 years, 2 months ago
- 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
- b46f36c crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data by Tudor Ambarus · 5 years ago
- af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
- b529f19 crypto: atmel-sha - fix error handling when setting hmac key by Eric Biggers · 5 years ago
- e9ce6ae crypto: atmel-{sha,tdes} - Print warn message even when deferring by Tudor Ambarus · 5 years ago
- 827a98d crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() by Tudor Ambarus · 5 years ago
- 644c247 crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction by Tudor Ambarus · 5 years ago
- 0e69378 crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() by Tudor Ambarus · 5 years ago
- aebe5bd crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods by Tudor Ambarus · 5 years ago
- 4c977e3 crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop() by Tudor Ambarus · 5 years ago
- 9a17007 crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data by Tudor Ambarus · 5 years ago
- e783651 crypto: atmel-{aes,sha,tdes} - Rename labels in probe() by Tudor Ambarus · 5 years ago
- c9063a0 crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() by Tudor Ambarus · 5 years ago
- 0efe58f crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() by Tudor Ambarus · 5 years ago
- 7c78302 crypto: atmel-{sha,tdes} - Change algorithm priorities by Tudor Ambarus · 5 years ago
- db28512f crypto: atmel-sha - Retire dma_request_slave_channel_compat() by Peter Ujfalusi · 5 years ago
- 427e6e3 crypto: atmel - Fix remaining endianess warnings by Herbert Xu · 5 years ago
- 1520c72 crypto: atmel - Fix authenc support when it is set to m by Herbert Xu · 5 years ago
- 514838e crypto: drivers - Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
- 820684c crypto: atmel - switch to SPDX license identifiers by Tudor Ambarus · 6 years ago
- 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 7 years ago
- 0268483 crypto: atmel - Delete error messages for a failed memory allocation in six functions by Markus Elfring · 7 years ago
- d472e42 crypto: atmel - remove useless irq init by Tudor-Dan Ambarus · 7 years ago
- 3c88761 crypto: atmel - return appropriate error code by Tudor-Dan Ambarus · 7 years ago
- 22d96f0 crypto: atmel-sha - remove unnecessary static in atmel_sha_remove() by Gustavo A. R. Silva · 7 years ago
- 1606043 crypto: atmel - only treat EBUSY as transient if backlog by Gilad Ben-Yossef · 8 years ago
- 19998ac crypto: atmel-sha - fix error management in atmel_sha_start() by Cyrille Pitchen · 8 years ago
- dd3f9f4 crypto: atmel-sha - fix missing "return" instructions by Cyrille Pitchen · 8 years ago
- 4c147bc crypto: atmel - fix 64-bit build warnings by Arnd Bergmann · 8 years ago
- 0569fc4 crypto: atmel-sha - add verbose debug facilities to print hw register names by Cyrille Pitchen · 8 years ago
- 89a82ef crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes by Cyrille Pitchen · 8 years ago
- 81d8750 crypto: atmel-sha - add support to hmac(shaX) by Cyrille Pitchen · 8 years ago
- 69303cf crypto: atmel-sha - add simple DMA transfers by Cyrille Pitchen · 8 years ago
- eec12f6 crypto: atmel-sha - add atmel_sha_cpu_start() by Cyrille Pitchen · 8 years ago
- 9064ed9 crypto: atmel-sha - add atmel_sha_wait_for_data_ready() by Cyrille Pitchen · 8 years ago
- f07ceba crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA* by Cyrille Pitchen · 8 years ago
- b5ce82a crypto: atmel-sha - make atmel_sha_done_task more generic by Cyrille Pitchen · 8 years ago
- a29af93 crypto: atmel-sha - update request queue management to make it more generic by Cyrille Pitchen · 8 years ago
- 8340c7f crypto: atmel-sha - create function to get an Atmel SHA device by Cyrille Pitchen · 8 years ago
- 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 9b52d55 crypto: atmel - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 9 years ago
- ad84112 crypto: atmel-sha - fix race in atmel_sha_final() by Cyrille Pitchen · 9 years ago
- 9c4274d crypto: atmel-sha - fix .import()/.export() implementation by Cyrille Pitchen · 9 years ago
- c033042 crypto: atmel-sha - remove calls of clk_prepare() from atomic contexts by Cyrille Pitchen · 9 years ago
- d961436 crypto: atmel-sha - fix atmel_sha_remove() by Cyrille Pitchen · 9 years ago
- cc831d3 crypto: atmel-sha - fix algorihtm registration by Cyrille Pitchen · 9 years ago
- 7cee350 crypto: atmel-sha - fix context switches by Cyrille Pitchen · 9 years ago
- 507c5cc crypto: atmel-sha - add support of sama5d2x SoCs by Cyrille Pitchen · 9 years ago
- f56809c crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto client by Cyrille Pitchen · 9 years ago
- 1900c58 crypto: atmel-sha - fix crash when computing digest on empty message by Cyrille Pitchen · 9 years ago
- 871b88a crypto: atmel-sha - Removed unused variable "err" by Rahul Pathak · 9 years ago
- b0e8b34 crypto: atmel - use devm_xxx() managed function by LABBE Corentin · 9 years ago
- 9d83d29 crypto: atmel - Check for clk_prepare_enable() return value by LABBE Corentin · 9 years ago
- 3f1992c crypto: atmel-sha - correct the max burst size by Leilei Zhao · 10 years ago
- 62728e8 crypto: atmel-sha - initialize spinlock in probe by Leilei Zhao · 10 years ago
- 803eeae crypto: atmel-sha - fix sg list management by Leilei Zhao · 10 years ago
- 0099286 crypto: atmel-sha - correct the way data are split by Ludovic Desroches · 10 years ago
- 141824d crypto: atmel-sha - add new version by Leilei Zhao · 10 years ago
- be20835 crypto: atmel - fix typo in dev_err error message by Colin Ian King · 10 years ago
- be95f0f crypto: atmel_sha - remove unused shash fallback instance. by Svenning Sørensen · 10 years ago
- 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 593901a crypto: atmel-sha - Switch to managed version of kzalloc by Pramod Gurav · 10 years ago
- 1ca5b7d crypto: atmel-sha - add sha information to the log by Nicolas Ferre · 11 years ago
- abfe7ae crypto: atmel-sha - add support for Device Tree by Nicolas Ferre · 11 years ago
- d4905b3 crypto: atmel-sha - add support for latest release of the IP (0x410) by Nicolas Royer · 12 years ago
- 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 21a5b95 crypto: remove duplicated include by Wei Yongjun · 12 years ago
- ebc82ef crypto: atmel - add Atmel SHA1/SHA256 driver by Nicolas Royer · 13 years ago