summaryrefslogtreecommitdiff
path: root/drivers/crypto/bcm
AgeCommit message (Expand)AuthorFilesLines
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers1-31/+13
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-11-20crypto: remove useless initializations of cra_listEric Biggers1-2/+0
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-1/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-3/+2
2018-03-31crypto: brcm - explicitly cast cipher to hash typeStefan Agner1-2/+2
2018-02-22crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring1-1/+0
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge1-1/+0
2017-10-12crypto: bcm - pr_err() strings should end with newlinesArvind Yadav1-7/+7
2017-10-07crypto: bcm - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-09-22crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi1-55/+46
2017-09-22crypto: bcm - Use GCM IV size constantCorentin LABBE2-6/+5
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2-66/+56
2017-07-18crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva1-0/+5
2017-07-18crypto: brcm - Fix SHA3-512 algorithm failureraveendra padasalagi1-0/+1
2017-06-19crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King1-1/+1
2017-05-23crypto: brcm - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-03-09crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King1-1/+1
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice1-1/+0
2017-02-11crypto: brcm - Add Broadcom SPU driverRob Rice10-0/+9500