aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu1-5/+5
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy1-0/+22
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy1-12/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy1-2/+2
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall1-4/+4
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-39/+78
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-12/+3
2019-11-17crypto: talitos - switch to skcipher APIArd Biesheuvel1-165/+143
2019-10-05crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy1-1/+5
2019-09-20crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-08-22crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu1-1/+0
2019-08-22crypto: talitos/des - switch to new verification routinesArd Biesheuvel1-30/+7
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-196/+172
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy1-3/+0
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy1-30/+0
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy1-1/+1
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy1-14/+1
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy1-6/+5
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy1-104/+54
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy1-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy1-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-04-18crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu1-13/+95
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-24/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-5/+8
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc()Markus Elfring1-1/+0
2018-03-09crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe1-22/+63
2018-03-09crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe1-88/+44
2018-02-08crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef1-33/+5