aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-tkm/tests/chunk_map_tests.c
Commit message (Collapse)AuthorAgeFilesLines
* charon-tkm: Migrate tests to our own test runnerTobias Brunner2013-11-271-4/+13
| | | | | | 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 chunk mapAdrian-Ken Rueegsegger2013-03-191-0/+58
This data structure allows to store mappings of chunks to ids. This will be used to map nonces to their corresponding nonce context ids.