aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2020-06-22crypto: talitos - fix ECB and CBC algs ivsizeSu Kang Yin
2020-01-27crypto: talitos - fix AEAD processing.Christophe Leroy
2019-10-01crypto: 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-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-01-22crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy
2019-01-22crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy
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
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring
2018-03-09crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe
2018-03-09crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe
2018-02-08crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef
2017-10-12crypto: talitos - avoid useless copyLEROY Christophe
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe
2017-10-12crypto: talitos - DMA map key in setkey()LEROY Christophe
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe
2017-09-20crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe
2017-09-20crypto: talitos - fix hashingLEROY Christophe
2017-09-20crypto: talitos - fix sha224LEROY Christophe
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King