aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-tkm/tests/utils_tests.c
Commit message (Collapse)AuthorAgeFilesLines
* charon-tkm: Migrate tests to our own test runnerTobias Brunner2013-11-271-4/+11
| | | | | | Due to problems with the external libraries tkm_init/deinit can't be called for each test case. Because of this leak detective has to be disabled for these tests.
* Add typelen parameter to chunk_to_sequence functionAdrian-Ken Rueegsegger2013-03-191-1/+1
| | | | The parameter is used to initialize the given sequence to zero.
* Implement chunk_to_sequence functionReto Buerki2013-03-191-0/+18
| | | | This function converts a given chunk to a variable-length byte sequence.
* Implement sequence_to_chunk functionReto Buerki2013-03-191-0/+45
This function converts a given TKM variable-length byte sequence to chunk.