aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_chacha20.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tests: Remove usage of mbedtls_test_hexify for comparisonRonald Cron1-19/+6
2020-06-26tests: Get rid of mbedtls_test_unhexify() in unit test codeRonald Cron1-41/+34
2020-06-26tests: chacha20: Prepare to char* to data_t* type changeRonald Cron1-17/+21
2020-06-12tests: Add mbedtls_test_ prefix to *hexify functionsRonald Cron1-7/+7
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-36/+32
2018-05-24chacha20: add test for parameter validationManuel Pégourié-Gonnard1-0/+50
2018-05-24Fix selftest verbosity in test suitesManuel Pégourié-Gonnard1-1/+1
2018-05-24poly1305: fix bug in starts() and add test for itManuel Pégourié-Gonnard1-2/+2
2018-05-24chacha20: fix bug in starts() and add test for itManuel Pégourié-Gonnard1-1/+36
2018-05-24Reduce size of buffers in test suitesManuel Pégourié-Gonnard1-11/+11
2018-05-24Add ChaCha20 test vectors from RFC 7539Daniel King1-0/+41
2018-05-24Initial implementation of ChaCha20Daniel King1-0/+14