aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-18crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu1-13/+95
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-24/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-5/+8
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc()Markus Elfring1-1/+0
2018-03-09crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe1-22/+63
2018-03-09crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe1-88/+44
2018-02-08crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef1-33/+5
2017-10-12crypto: talitos - avoid useless copyLEROY Christophe1-14/+22
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1LEROY Christophe1-13/+126
2017-10-12crypto: talitos - do hw_context DMA mapping outside the requestsLEROY Christophe1-23/+57
2017-10-12crypto: talitos - DMA map key in setkey()LEROY Christophe1-17/+39
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe1-22/+20
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe1-35/+21
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe1-12/+15
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe1-3/+5
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe1-16/+5
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe1-18/+12
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe1-2/+2
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe1-18/+1
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe1-1/+1
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe1-2/+2
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe1-0/+5
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe1-0/+8
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe1-14/+28
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe1-5/+4
2017-09-20crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-09-20crypto: talitos - fix hashingLEROY Christophe1-1/+1
2017-09-20crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King1-1/+1
2016-06-08crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe1-0/+180
2016-06-08crypto: talitos - implement cra_priorityLEROY Christophe1-1/+5
2016-06-08crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe1-8/+0
2016-06-08crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe1-85/+124
2016-06-08crypto: talitos - making mapping helpers more genericLEROY Christophe1-137/+93
2016-06-08crypto: talitos - move mapping helpers before IPSEC functionsLEROY Christophe1-122/+122
2016-06-08crypto: talitos - using helpers for all talitos_ptr operationsLEROY Christophe1-25/+34
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-30/+57
2016-04-25crypto: talitos - fix ahash algorithms registrationHoria Geant?1-0/+64
2016-04-20crypto: talitos - fix AEAD tcrypt testsHoria Geant?1-16/+30
2016-04-20crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann1-14/+27