summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium/cpt/cptvf_algs.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: cpt - Remove cfbHerbert Xu1-24/+0
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu1-1/+1
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-5/+3
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu1-5/+5
2020-10-02crypto: cpt - simplify the return expression of cav_register_algsLiu Shixin1-7/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+12
2020-07-03crypto: cpt - Fix sparse warningsHerbert Xu1-4/+5
2020-06-26crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-0/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-11-17crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel1-158/+134
2019-08-22crypto: cpt/des - switch to new verification routinesArd Biesheuvel1-21/+5
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers1-1/+0
2019-04-18crypto: cavium - remove bogus code handling cryptdEric Biggers1-11/+1
2019-04-18crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu1-0/+18
2018-06-22crypto: cavium - make structure algs staticColin Ian King1-1/+1
2017-07-12crypto: cavium - make several functions staticColin Ian King1-4/+4
2017-06-19crypto: cavium - Add more algorithmsGeorge Cherian1-0/+81
2017-06-19crypto: cavium - Remove the individual encrypt/decrypt function for each algo...George Cherian1-77/+76
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian1-0/+444