- nonce payload tested

- generator for nonce data written
This commit is contained in:
Jan Hutter
2005-11-15 16:13:40 +00:00
parent 8166bcec62
commit 2a489f333d
6 changed files with 99 additions and 9 deletions
+8
View File
@@ -82,5 +82,13 @@ void test_generator_with_ke_payload(tester_t *tester);
*/
void test_generator_with_notify_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with Nonce payload
*
*
* @param tester associated tester object
*/
void test_generator_with_nonce_payload(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/