aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2020-04-09Merge tag 'v5.6'Bruce Ashfield
2020-04-09Merge tag 'v5.5'Bruce Ashfield
2020-01-14Merge branch 'master-5.4'Bruce Ashfield
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: talitos - switch to skcipher APIArd Biesheuvel
2019-10-05crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy
2019-09-20crypto: talitos - fix missing break in switch statementGustavo A. R. Silva
2019-09-19crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy
2019-09-19crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy
2019-09-19crypto: talitos - fix ECB algs ivsizeChristophe Leroy
2019-09-19crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy
2019-09-19crypto: talitos - fix CTR alg blocksizeChristophe Leroy
2019-09-19crypto: talitos - check AES key sizeChristophe Leroy
2019-08-22crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu
2019-08-22crypto: talitos/des - switch to new verification routinesArd Biesheuvel
2019-07-26crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-07-26crypto: talitos - properly handle split ICV.Christophe Leroy
2019-07-26crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-07-21crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-21crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-07-14crypto: talitos - rename alternative AEAD algos.Christophe Leroy
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-04-18crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook