Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-tkm: Migrate tests to our own test runner | Tobias Brunner | 2013-11-27 | 1 | -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 function | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -1/+1 |
| | | | | The parameter is used to initialize the given sequence to zero. | ||||
* | Implement chunk_to_sequence function | Reto Buerki | 2013-03-19 | 1 | -0/+18 |
| | | | | This function converts a given chunk to a variable-length byte sequence. | ||||
* | Implement sequence_to_chunk function | Reto Buerki | 2013-03-19 | 1 | -0/+45 |
This function converts a given TKM variable-length byte sequence to chunk. |