aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Gravatar Christophe Leroy 1-0/+1
2019-07-03crypto: talitos - drop icv_oolGravatar Christophe Leroy 1-2/+0
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hGravatar Christophe Leroy 1-0/+30
2019-05-30crypto: talitos - use SPDX-License-IdentifierGravatar Christophe Leroy 1-24/+1
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Gravatar Christophe Leroy 1-7/+5
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Gravatar Christophe Leroy 1-6/+0
2019-05-30crypto: talitos - fix AEAD processing.Gravatar Christophe Leroy 1-1/+1
2017-10-12crypto: talitos - chain in buffered data for ahash on SEC1Gravatar LEROY Christophe 1-0/+1
2017-10-12crypto: talitos - don't check the number of channels at each interruptGravatar LEROY Christophe 1-0/+4
2017-10-12crypto: talitos - zeroize the descriptor with memset()Gravatar LEROY Christophe 1-2/+0
2015-12-04crypto: talitos - add new crypto modesGravatar LEROY Christophe 1-0/+1
2015-08-10crypto: talitos - Prevent panic in probe error pathGravatar Aaron Sierra 1-0/+1
2015-08-04crypto: talitos - Remove zero_entry static initializerGravatar Aaron Sierra 1-6/+1
2015-04-21crypto: talitos - implement scatter/gather copy for SEC1Gravatar LEROY Christophe 1-1/+2
2015-04-21crypto: talitos - adapt interrupts and reset functions to SEC1Gravatar LEROY Christophe 1-12/+27
2015-04-21crypto: talitos - base address for Execution UnitsGravatar LEROY Christophe 1-27/+45
2015-04-21crypto: talitos - adaptation of talitos_submit() for SEC1Gravatar LEROY Christophe 1-0/+2
2015-04-21crypto: talitos - Add a feature to tag SEC1Gravatar LEROY Christophe 1-0/+17
2015-04-21crypto: talitos - enhanced talitos_desc struct for SEC1Gravatar LEROY Christophe 1-4/+16
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsGravatar Horia Geanta 1-0/+6
2012-07-11crypto: talitos - export the talitos_submit functionGravatar Horia Geanta 1-0/+6
2012-07-11crypto: talitos - move talitos structures to header fileGravatar Horia Geanta 1-0/+111
2011-11-21crypto: talitos - support for channel remap and 2nd IRQGravatar Kim Phillips 1-3/+11
2011-11-21crypto: talitos - prepare driver for channel remap supportGravatar Kim Phillips 1-15/+16
2010-05-19crypto: talitos - add support for sha224Gravatar Kim Phillips 1-1/+3
2010-05-19crypto: talitos - add hash algorithmsGravatar Lee Nipper 1-0/+8
2009-08-13crypto: talitos - add support for 36 bit addressingGravatar Kim Phillips 1-0/+1
2008-12-25crypto: remove uses of __constant_{endian} helpersGravatar Harvey Harrison 1-41/+41
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveGravatar Kim Phillips 1-0/+8
2008-12-25crypto: talitos - Implement done interrupt mitigationGravatar Lee Nipper 1-1/+2
2008-07-10crypto: talitos - Add support for 3desGravatar Lee Nipper 1-2/+1
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverGravatar Kim Phillips 1-0/+200