aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/bcm
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: bcm - Simplify obtain the name for cipherGravatar Gaosheng Cui 1-2/+2
2022-09-02crypto: bcm - fix repeated words in commentsGravatar wangjianli 1-1/+1
2021-03-26crypto: bcm - Fix a whole host of kernel-doc misdemeanoursGravatar Lee Jones 4-32/+38
2021-01-22crypto: bcm - Fix sparse warningsGravatar Herbert Xu 7-40/+48
2021-01-14crypto: bcm - Rename struct device_private to bcm_device_privateGravatar Jiri Olsa 3-4/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 3-3/+6
2020-10-08crypto: bcm - Verify GCM/CCM key length in setkeyGravatar Herbert Xu 1-1/+14
2020-09-11crypto: bcm-iproc - remove ecb(arc4) supportGravatar Ard Biesheuvel 6-128/+6
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-19/+53
2020-05-08crypto: bcm - Use the defined variable to clean codeGravatar Tang Bin 1-4/+4
2020-04-30crypto: bcm - Fix unused assignmentGravatar Tang Bin 1-8/+8
2020-04-30crypto: bcm - Remove the unnecessary cast for PTR_ERR().Gravatar Tang Bin 1-1/+1
2020-04-24crypto: bcm - Delete redundant variable definitionGravatar Tang Bin 1-1/+0
2020-03-20crypto: bcm - Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-20/+20
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-12/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+0
2019-11-17crypto: bcm-spu - switch to skcipher APIGravatar Ard Biesheuvel 3-204/+185
2019-08-22crypto: bcm/des - switch to new verification routinesGravatar Ard Biesheuvel 1-62/+17
2019-07-27crypto: bcm - check assoclen for rfc4543/rfc4106Gravatar Iuliana Prodan 1-0/+13
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-9/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Gravatar Thomas Gleixner 9-108/+9
2019-06-13crypto: bcm - Make some symbols staticGravatar YueHaibing 2-9/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 2-2/+0
2019-04-18crypto: bcm - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-10/+11
2019-03-28crypto: bcm - remove unused array tag_to_hash_idxGravatar YueHaibing 1-3/+0
2019-02-15crypto: export arc4 definesGravatar Iuliana Prodan 1-3/+1
2019-02-01crypto: bcm - remove -I. header search path and unused macro defineGravatar Masahiro Yamada 1-2/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+2
2019-01-25crypto: bcm - remove unused function do_decrypt()Gravatar Eric Biggers 2-46/+0
2019-01-18crypto: brcm - Fix some set-but-not-used warningGravatar YueHaibing 1-5/+1
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Gravatar Eric Biggers 1-31/+13
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsGravatar Eric Biggers 1-1/+0
2018-11-20crypto: remove useless initializations of cra_listGravatar Eric Biggers 1-2/+0
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureGravatar Raveendra Padasalagi 1-1/+5
2018-07-09crypto: aead - remove useless setting of type flagsGravatar Eric Biggers 1-1/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-3/+2
2018-03-31crypto: brcm - explicitly cast cipher to hash typeGravatar Stefan Agner 1-2/+2
2018-02-22crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Gravatar Markus Elfring 1-1/+0
2017-12-22crypto: drivers - remove duplicate includesGravatar Pravin Shedge 1-1/+0
2017-10-12crypto: bcm - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-7/+7
2017-10-07crypto: bcm - use of_device_get_match_dataGravatar Corentin LABBE 1-5/+2
2017-09-22crypto: brcm - Explicity ACK mailbox messageGravatar raveendra padasalagi 1-55/+46
2017-09-22crypto: bcm - Use GCM IV size constantGravatar Corentin LABBE 2-6/+5
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.Gravatar raveendra padasalagi 2-66/+56
2017-07-18crypto: brcm - add NULL check on of_match_device() return valueGravatar Gustavo A. R. Silva 1-0/+5
2017-07-18crypto: brcm - Fix SHA3-512 algorithm failureGravatar raveendra padasalagi 1-0/+1
2017-06-19crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Gravatar Colin Ian King 1-1/+1
2017-05-23crypto: brcm - Use IPAD/OPAD constantGravatar Corentin LABBE 1-2/+3