summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-1/+1
* crypto: talitos - Use the defined variable to clean codejianchunfu2022-10-211-3/+3
* crypto: talitos - Uniform coding style with defined variablejianchunfu2022-05-131-5/+5
* crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy2021-01-291-0/+22
* crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy2021-01-291-12/+16
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy2020-10-301-3/+3
* crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy2020-10-301-2/+2
* crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-4/+4
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-39/+78
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-12/+3
* crypto: talitos - switch to skcipher APIArd Biesheuvel2019-11-171-165/+143
* crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy2019-10-051-1/+5
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-09-201-0/+1
* crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu2019-08-221-1/+0
* crypto: talitos/des - switch to new verification routinesArd Biesheuvel2019-08-221-30/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-196/+172
|\
| * crypto: talitos - drop icv_oolChristophe Leroy2019-07-031-3/+0
| * crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-031-28/+41
| * crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-031-30/+0
| * crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy2019-06-271-1/+1
| * crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2019-06-201-1/+1
| * crypto: talitos - use SPDX-License-IdentifierChristophe Leroy2019-05-301-14/+1
| * Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2019-05-301-6/+5
| * crypto: talitos - fix AEAD processing.Christophe Leroy2019-05-301-104/+54
| * crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-05-301-1/+4
| * crypto: talitos - properly handle split ICV.Christophe Leroy2019-05-301-11/+15
| * crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-05-301-1/+2
| * crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-05-301-14/+17
| * crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-05-301-3/+0
| * crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-05-301-0/+16
| * crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-05-301-1/+1
| * crypto: talitos - check AES key sizeChristophe Leroy2019-05-301-0/+15
| * crypto: talitos - reduce max key size for SEC1Christophe Leroy2019-05-301-0/+4
| * crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-05-301-8/+8
| * crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-05-231-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+95
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-101-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-101-18/+7
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-24/+12
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-5/+8
* crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-311-16/+20
* crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring2018-03-231-1/+0
* crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe2018-03-091-22/+63