aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/hmac_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/hmac_test.h')
-rw-r--r--Source/charon/testcases/hmac_test.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/charon/testcases/hmac_test.h b/Source/charon/testcases/hmac_test.h
index f5563fc4b..0e8011dc9 100644
--- a/Source/charon/testcases/hmac_test.h
+++ b/Source/charon/testcases/hmac_test.h
@@ -1,7 +1,7 @@
/**
* @file hmac_test.h
*
- * @brief Tests the hmac class
+ * @brief Tests for the hmac_t class.
*
*/
@@ -28,17 +28,21 @@
/**
* @brief Test function used to test the hmac functionality
- * using sha1.
+ * using SHA1.
*
* @param tester associated tester object
+ *
+ * @ingroup testcases
*/
void test_hmac_sha1(tester_t *tester);
/**
* @brief Test function used to test the hmac functionality
- * using md5.
+ * using MD5.
*
* @param tester associated tester object
+ *
+ * @ingroup testcases
*/
void test_hmac_md5(tester_t *tester);