summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/bcm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-092-9/+9
|\
| * crypto: bcm - Make some symbols staticYueHaibing2019-06-132-9/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner2019-06-199-108/+9Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-2/+0Star
* crypto: bcm - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-10/+11
* crypto: bcm - remove unused array tag_to_hash_idxYueHaibing2019-03-281-3/+0Star
* crypto: export arc4 definesIuliana Prodan2019-02-151-3/+1Star
* crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada2019-02-011-2/+0Star
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* crypto: bcm - remove unused function do_decrypt()Eric Biggers2019-01-252-46/+0Star
* crypto: brcm - Fix some set-but-not-used warningYueHaibing2019-01-181-5/+1Star
* crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-31/+13Star
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0Star
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-2/+0Star
* crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-3/+2Star
* crypto: brcm - explicitly cast cipher to hash typeStefan Agner2018-03-301-2/+2
* crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0Star
* crypto: drivers - remove duplicate includesPravin Shedge2017-12-221-1/+0Star
* crypto: bcm - pr_err() strings should end with newlinesArvind Yadav2017-10-121-7/+7
* crypto: bcm - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2Star
* crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi2017-09-221-55/+46Star
* crypto: bcm - Use GCM IV size constantCorentin LABBE2017-09-222-6/+5Star
* crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2017-08-032-66/+56Star
* crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva2017-07-181-0/+5
* crypto: brcm - Fix SHA3-512 algorithm failureraveendra padasalagi2017-07-181-0/+1
* crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King2017-06-191-1/+1
* crypto: brcm - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King2017-03-091-1/+1
* crypto: brcm - Avoid double free in ahash_finup()Rob Rice2017-02-151-1/+0Star
* crypto: brcm - Add Broadcom SPU driverRob Rice2017-02-1110-0/+9500