summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-196/+172Star
|\
| * crypto: talitos - drop icv_oolChristophe Leroy2019-07-031-3/+0Star
| * 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/+0Star
| * 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/+1Star
| * Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2019-05-301-6/+5Star
| * crypto: talitos - fix AEAD processing.Christophe Leroy2019-05-301-104/+54Star
| * 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/+0Star
| * 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/+1Star
|/
* 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/+7Star
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0Star
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-24/+12Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-5/+8
* crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+2
* crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-301-16/+20
* crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring2018-03-231-1/+0Star
* 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/+44Star
* 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/+5Star
* 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/+20Star
* crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe2017-10-121-35/+21Star
* 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
* crypto: talitos - use of_property_read_u32()LEROY Christophe2017-10-121-16/+5Star
* crypto: talitos - use devm_kmalloc()LEROY Christophe2017-10-121-18/+12Star
* crypto: talitos - declare local functions staticLEROY Christophe2017-10-121-2/+2
* crypto: talitos - zeroize the descriptor with memset()LEROY Christophe2017-10-121-18/+1Star
* crypto: talitos - fix ctr-aes-talitosLEROY Christophe2017-10-121-1/+1
* crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe2017-10-121-2/+2