aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_aes.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tests: Remove usage of mbedtls_test_hexify for comparisonRonald Cron1-7/+3
2020-07-01tests: suites: Remove `hex` in name of variables of type data_tRonald Cron1-28/+20
2020-06-26tests: Get rid of mbedtls_test_unhexify() in unit test codeRonald Cron1-23/+10
2020-06-26tests: aes.ofb: Prepare to char* to data_t* type changeRonald Cron1-7/+8
2020-06-12tests: Reformating due to hexcmp() renamingRonald Cron1-8/+20
2020-06-12tests: Add mbedtls_test_ prefix to hexcmp()Ronald Cron1-8/+8
2020-06-12tests: Reformating due to unhexify_alloc() renamingRonald Cron1-2/+4
2020-06-12tests: Add mbedtls_test_ prefix to unhexify_alloc()Ronald Cron1-8/+8
2020-06-12tests: Add mbedtls_test_ prefix to zero_alloc()Ronald Cron1-2/+2
2020-06-12tests: Add mbedtls_test_ prefix to *hexify functionsRonald Cron1-4/+4
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-11/+261
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-16/+16
2018-08-06Combine hex parameters in a structAzim Khan1-56/+42
2018-08-06Intermediate hexify out changeAzim Khan1-125/+41
2018-06-13aes: xts: Add tests for invalid key sizesJaeden Amero1-0/+15
2018-06-13tests: Extend AES-XTS suiteJaeden Amero1-0/+23
2018-06-13tests: Make AES-XTS suite more stack friendlyJaeden Amero1-38/+54
2018-06-13aes: xts: Rename iv to data_unitJaeden Amero1-8/+8
2018-06-13aes: Use length instead of bits_length in XTSJaeden Amero1-2/+4
2018-06-13aes: xts: Add new context structureJaeden Amero1-16/+10
2018-06-13aes: Remove AES-XEXJaeden Amero1-74/+0
2018-06-13Implement AES-XTS modeAorimn1-0/+74
2018-06-13Add AES-XEX tests casesAorimn1-0/+74
2018-06-11Change AES OFB tests to memset sizeof bufferSimon Butcher1-5/+5
2018-06-11Reduce stack usage for AES OFB testsSimon Butcher1-10/+15
2018-06-11Fix style and formatting for OFB featureSimon Butcher1-3/+3
2018-06-11Remove unused variable in AES OFB test suiteSimon Butcher1-2/+2
2018-06-11Fix AES-OFB support for errors, tests and self-testSimon Butcher1-1/+1
2018-06-11Add test cases for AES OFB block modeSimon Butcher1-0/+52
2016-09-27Set selftest verbose flag to boost coverageAndres AG1-1/+1
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-49/+49
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-07-10Add 'exit' label and variable initialization to relevant test suite functionsPaul Bakker1-0/+8
2014-07-09Adapt programs / test suites to _init() and _free()Paul Bakker1-0/+24
2014-01-24Added AES CFB8 modePaul Bakker1-0/+60
2013-10-10Fix a few selftest typosManuel Pégourié-Gonnard1-1/+1
2013-09-20Fix some dependencies in testsManuel Pégourié-Gonnard1-3/+3
2013-09-13Make CBC an option, step 3: individual ciphersManuel Pégourié-Gonnard1-2/+2
2013-08-20Converted .function file to c-like format and adapted generator codePaul Bakker1-56/+65
2013-08-16Adapted .function files and .data files to new test frameworkPaul Bakker1-4/+4
2011-06-09 - Adjusted to use proper size_t argumentsPaul Bakker1-2/+2
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-16/+22
2009-07-27 - Changed interface for AES and Camellia setkey functions to indicate invali...Paul Bakker1-10/+16
2009-07-11 - Made code compliant with ISO99 (no-declaration-after-statement)Paul Bakker1-6/+12
2009-07-05 - Added test for self_test()Paul Bakker1-0/+6
2009-06-28 - Added CMake makefiles as alternative to regular Makefiles.Paul Bakker1-0/+168