summaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King
2016-06-08crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe
2016-06-08crypto: talitos - implement cra_priorityLEROY Christophe
2016-06-08crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe
2016-06-08crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe
2016-06-08crypto: talitos - making mapping helpers more genericLEROY Christophe
2016-06-08crypto: talitos - move mapping helpers before IPSEC functionsLEROY Christophe
2016-06-08crypto: talitos - using helpers for all talitos_ptr operationsLEROY Christophe
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-04-25crypto: talitos - fix ahash algorithms registrationHoria Geant?
2016-04-20crypto: talitos - fix AEAD tcrypt testsHoria Geant?
2016-04-20crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann
2015-12-04crypto: talitos - add new crypto modesLEROY Christophe
2015-11-17crypto: talitos - check return value of sg_nents_for_lenLABBE Corentin
2015-11-16crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir
2015-10-01crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-10crypto: talitos - Prevent panic in probe error pathAaron Sierra
2015-08-04crypto: talitos - Convert to new AEAD interfaceHerbert Xu
2015-05-13crypto: talitos - static code checker fixesHoria Geant?
2015-05-13crypto: talitos - avoid out of bound scatterlist iteratorHoria Geant?
2015-05-13Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?
2015-05-13crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?
2015-05-13crypto: talitos - fix size calculation in talitos_edesc_alloc()Dan Carpenter
2015-05-13crypto: talitos - Include internal/aead.hHerbert Xu
2015-04-21crypto: talitos - Add fsl,sec1.0 compatibleLEROY Christophe
2015-04-21crypto: talitos - SEC1 bugs on 0 data hashLEROY Christophe
2015-04-21crypto: talitos - implement scatter/gather copy for SEC1LEROY Christophe
2015-04-21crypto: talitos - adapt interrupts and reset functions to SEC1LEROY Christophe
2015-04-21crypto: talitos - base address for Execution UnitsLEROY Christophe
2015-04-21crypto: talitos - adaptation of talitos_submit() for SEC1LEROY Christophe
2015-04-21crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+LEROY Christophe
2015-04-21crypto: talitos - Add a feature to tag SEC1LEROY Christophe
2015-04-21crypto: talitos - helper function for ptr lenLEROY Christophe
2015-04-21crypto: talitos - remove param 'extent' in map_single_talitos_ptr()LEROY Christophe
2015-04-21crypto: talitos - Add a helper function to clear j_extent fieldLEROY Christophe
2015-04-21crypto: talitos - talitos_ptr renamed ptr for more lisibilityLEROY Christophe
2015-04-21crypto: talitos - Refactor the sg in/out chain allocationLEROY Christophe
2015-04-21crypto: talitos - Use zero entry to init descriptors ptrs to zeroLEROY Christophe
2015-03-06crypto: talitos - Remove MD5_BLOCK_SIZEMartin Hicks
2015-03-06crypto: talitos - Simplify per-channel initializationMartin Hicks
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao
2013-12-30crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat
2013-12-05crypto: talitos - fix locating offending descriptor in error pathHoria Geanta
2013-11-28crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta