aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/hmac_signer_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/hmac_signer_test.h')
-rw-r--r--Source/charon/testcases/hmac_signer_test.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/charon/testcases/hmac_signer_test.h b/Source/charon/testcases/hmac_signer_test.h
index cefb6364f..ebd0aeeb2 100644
--- a/Source/charon/testcases/hmac_signer_test.h
+++ b/Source/charon/testcases/hmac_signer_test.h
@@ -1,7 +1,7 @@
/**
* @file hmac_signer_test.h
*
- * @brief Tests the hmac SHA1 and MD5 signer class hmac_signer_t
+ * @brief Tests for the hmac_signer_t class.
*
*/
@@ -29,6 +29,8 @@
* @brief Test function used to test the hmac sign functionality using MD5.
*
* @param tester associated tester object
+ *
+ * @ingroup testcases
*/
void test_hmac_md5_signer(tester_t *tester);
@@ -36,6 +38,8 @@ void test_hmac_md5_signer(tester_t *tester);
* @brief Test function used to test the hmac sign functionality using SHA1.
*
* @param tester associated tester object
+ *
+ * @ingroup testcases
*/
void test_hmac_sha1_signer(tester_t *tester);