aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_xtea.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-01tests: suites: Remove `hex` in name of variables of type data_tRonald Cron1-15/+10
2020-06-12tests: Reformating due to hexcmp() renamingRonald Cron1-4/+10
2020-06-12tests: Add mbedtls_test_ prefix to hexcmp()Ronald Cron1-4/+4
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-8/+8
2018-08-06Combine hex parameters in a structAzim Khan1-28/+22
2018-08-06Intermediate hexify out changeAzim Khan1-57/+19
2016-09-27Set selftest verbose flag to boost coverageAndres AG1-1/+1
2016-06-23Corrects missing dependency for MBEDTLS_CIPHER_MODE_CBC in some testsSimon Butcher1-2/+2
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-15/+15
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-1/+1
2015-02-10change test function includes to use one conventionRich Evans1-1/+1
2014-06-10Add test vectors for XTEA CBCManuel Pégourié-Gonnard1-0/+62
2013-10-10Fix a few selftest typosManuel Pégourié-Gonnard1-1/+1
2013-09-20Fix some more depend issuesManuel Pégourié-Gonnard1-1/+1
2013-09-20Fix some dependencies in testsManuel Pégourié-Gonnard1-1/+1
2013-08-20Converted .function file to c-like format and adapted generator codePaul Bakker1-20/+23
2011-05-26 - Fixed a whole bunch of dependencies on defines between files, examples and...Paul Bakker1-0/+4
2010-03-18 - Fixed cipher interface for encrypt/decrypt functionsPaul Bakker1-2/+2
2009-07-08 - Added test suite for XTEAPaul Bakker1-0/+60