summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe2018-03-091-88/+44
* crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe2018-02-081-0/+4
* crypto: talitos - move to generic async completionGilad Ben-Yossef2017-11-031-33/+5
* crypto: talitos - avoid useless copyLEROY Christophe2017-10-121-14/+22
* crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe2017-10-121-13/+126
* crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe2017-10-121-23/+57
* crypto: talitos - DMA map key in setkey()LEROY Christophe2017-10-121-17/+39
* crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe2017-10-121-22/+20
* crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe2017-10-121-35/+21
* crypto: talitos - don't check the number of channels at each interruptLEROY Christophe2017-10-121-12/+15
* crypto: talitos - use devm_ioremap()LEROY Christophe2017-10-121-3/+5