aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: talitos - stop using crypto_ahash::initGravatar Eric Biggers 1-6/+9
2023-10-27crypto: talitos - remove unnecessary alignmask for ahashesGravatar Eric Biggers 1-1/+1
2023-10-27crypto: talitos - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 1-2/+2
2023-02-13crypto: talitos - Use request_complete helpersGravatar Herbert Xu 1-2/+2
2023-01-06crypto: talitos - Remove GFP_DMA and add DMA alignment paddingGravatar Herbert Xu 1-1/+1
2022-10-21crypto: talitos - Use the defined variable to clean codeGravatar jianchunfu 1-3/+3
2022-05-13crypto: talitos - Uniform coding style with defined variableGravatar jianchunfu 1-5/+5
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Gravatar Christophe Leroy 1-0/+22
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Gravatar Christophe Leroy 1-12/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Gravatar Christophe Leroy 1-3/+3
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Gravatar Christophe Leroy 1-2/+2
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsGravatar Julia Lawall 1-4/+4
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-39/+78
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-12/+3
2019-11-17crypto: talitos - switch to skcipher APIGravatar Ard Biesheuvel 1-165/+143
2019-10-05crypto: talitos - fix hash result for VMAP_STACKGravatar Christophe Leroy 1-1/+5
2019-09-20crypto: talitos - fix missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-08-22crypto: talitos - Fix build warning in aead_des3_setkeyGravatar Herbert Xu 1-1/+0
2019-08-22crypto: talitos/des - switch to new verification routinesGravatar Ard Biesheuvel 1-30/+7
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-196/+172
2019-07-03crypto: talitos - drop icv_oolGravatar Christophe Leroy 1-3/+0
2019-07-03crypto: talitos - fix hash on SEC1.Gravatar Christophe Leroy 1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hGravatar Christophe Leroy 1-30/+0
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeGravatar Christophe Leroy 1-1/+1
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Gravatar Christophe Leroy 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-30crypto: talitos - use SPDX-License-IdentifierGravatar Christophe Leroy 1-14/+1
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Gravatar Christophe Leroy 1-6/+5
2019-05-30crypto: talitos - fix AEAD processing.Gravatar Christophe Leroy 1-104/+54
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Gravatar Christophe Leroy 1-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Gravatar Christophe Leroy 1-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Gravatar Christophe Leroy 1-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Gravatar Christophe Leroy 1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeGravatar Christophe Leroy 1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Gravatar Christophe Leroy 1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeGravatar Christophe Leroy 1-1/+1
2019-05-30crypto: talitos - check AES key sizeGravatar Christophe Leroy 1-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Gravatar Christophe Leroy 1-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Gravatar Christophe Leroy 1-8/+8
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVGravatar Christophe Leroy 1-0/+4
2019-04-18crypto: talitos - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-13/+95
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-1/+1
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKGravatar Christophe Leroy 1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Gravatar Christophe Leroy 1-18/+7
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsGravatar Eric Biggers 1-1/+0
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-24/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-5/+8