summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/bcm
Commit message (Expand)AuthorAgeFilesLines
* crypto: bcm - Fix pointer arithmeticAleksandr Mishin2024-04-021-1/+1
* crypto: bcm - Remove ofbHerbert Xu2023-12-081-57/+0
* crypto: bcm/cipher - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-2/+1
* crypto: drivers - avoid memcpy size warningArnd Bergmann2023-08-181-1/+2
* crypto: bcm - Use request_complete helpersHerbert Xu2023-02-131-1/+1
* crypto: bcm - Use subrequest for fallbackHerbert Xu2023-01-272-70/+37
* crypto: bcm - Simplify obtain the name for cipherGaosheng Cui2022-09-301-2/+2
* crypto: bcm - fix repeated words in commentswangjianli2022-09-021-1/+1
* crypto: bcm - Fix a whole host of kernel-doc misdemeanoursLee Jones2021-03-264-32/+38
* crypto: bcm - Fix sparse warningsHerbert Xu2021-01-227-40/+48
* crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa2021-01-143-4/+4
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+6
* crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu2020-10-081-1/+14
* crypto: bcm-iproc - remove ecb(arc4) supportArd Biesheuvel2020-09-116-128/+6
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-19/+53
* crypto: bcm - Use the defined variable to clean codeTang Bin2020-05-081-4/+4
* crypto: bcm - Fix unused assignmentTang Bin2020-04-301-8/+8
* crypto: bcm - Remove the unnecessary cast for PTR_ERR().Tang Bin2020-04-301-1/+1
* crypto: bcm - Delete redundant variable definitionTang Bin2020-04-241-1/+0
* crypto: bcm - Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-201-20/+20
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-12/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+0
* crypto: bcm-spu - switch to skcipher APIArd Biesheuvel2019-11-173-204/+185
* crypto: bcm/des - switch to new verification routinesArd Biesheuvel2019-08-221-62/+17
* crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan2019-07-271-0/+13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-082-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/+9
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-2/+0
* 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/+0
* crypto: export arc4 definesIuliana Prodan2019-02-151-3/+1
* crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada2019-02-011-2/+0
* 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/+0
* crypto: brcm - Fix some set-but-not-used warningYueHaibing2019-01-181-5/+1
* crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-31/+13
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-2/+0
* crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-3/+2
* crypto: brcm - explicitly cast cipher to hash typeStefan Agner2018-03-311-2/+2
* crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0
* crypto: drivers - remove duplicate includesPravin Shedge2017-12-221-1/+0
* 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/+2