summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/bcm/cipher.c
AgeCommit message (Expand)AuthorLines
2024-11-15crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong-1/+4
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-12-08crypto: bcm - Remove ofbHerbert Xu-57/+0
2023-10-27crypto: bcm/cipher - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-2/+1
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann-1/+2
2023-02-13crypto: bcm - Use request_complete helpersHerbert Xu-1/+1
2023-01-27crypto: bcm - Use subrequest for fallbackHerbert Xu-65/+35
2022-09-30crypto: bcm - Simplify obtain the name for cipherGaosheng Cui-2/+2
2021-03-26crypto: bcm - Fix a whole host of kernel-doc misdemeanoursLee Jones-3/+4
2021-01-22crypto: bcm - Fix sparse warningsHerbert Xu-4/+0
2021-01-14crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-10-08crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu-1/+14
2020-09-11crypto: bcm-iproc - remove ecb(arc4) supportArd Biesheuvel-92/+4
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-19/+53
2020-05-08crypto: bcm - Use the defined variable to clean codeTang Bin-4/+4
2020-04-30crypto: bcm - Fix unused assignmentTang Bin-8/+8
2020-04-30crypto: bcm - Remove the unnecessary cast for PTR_ERR().Tang Bin-1/+1
2020-04-24crypto: bcm - Delete redundant variable definitionTang Bin-1/+0
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers-12/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-3/+0
2019-11-17crypto: bcm-spu - switch to skcipher APIArd Biesheuvel-197/+176
2019-08-22crypto: bcm/des - switch to new verification routinesArd Biesheuvel-62/+17
2019-07-27crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan-0/+13
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner-12/+1
2019-06-13crypto: bcm - Make some symbols staticYueHaibing-4/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-18crypto: bcm - Forbid 2-key 3DES in FIPS modeHerbert Xu-10/+11
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-2/+2
2019-01-18crypto: brcm - Fix some set-but-not-used warningYueHaibing-5/+1
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers-31/+13
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers-1/+0
2018-11-20crypto: remove useless initializations of cra_listEric Biggers-2/+0
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi-1/+5
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers-1/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers-3/+2
2018-03-31crypto: brcm - explicitly cast cipher to hash typeStefan Agner-2/+2
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge-1/+0
2017-10-07crypto: bcm - use of_device_get_match_dataCorentin LABBE-5/+2
2017-09-22crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi-55/+46
2017-09-22crypto: bcm - Use GCM IV size constantCorentin LABBE-4/+4
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi-60/+49
2017-07-18crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva-0/+5
2017-06-19crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King-1/+1
2017-05-23crypto: brcm - Use IPAD/OPAD constantCorentin LABBE-2/+3
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice-1/+0
2017-02-11crypto: brcm - Add Broadcom SPU driverRob Rice-0/+4964