aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/hmac_test.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-22 15:53:54 +0000
committerMartin Willi <martin@strongswan.org>2005-11-22 15:53:54 +0000
commit2018a40a227a4756757d9458186de7c120e3f07b (patch)
tree14331764a1b644ddbaa142a49b84592aad3292d0 /Source/charon/testcases/hmac_test.h
parent213790354f1c251bf2391897ea40748c59e185f1 (diff)
downloadstrongswan-2018a40a227a4756757d9458186de7c120e3f07b.tar.bz2
strongswan-2018a40a227a4756757d9458186de7c120e3f07b.tar.xz
- md5 hmac test
Diffstat (limited to 'Source/charon/testcases/hmac_test.h')
-rw-r--r--Source/charon/testcases/hmac_test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/testcases/hmac_test.h b/Source/charon/testcases/hmac_test.h
index 6afddef2f..7907bd79d 100644
--- a/Source/charon/testcases/hmac_test.h
+++ b/Source/charon/testcases/hmac_test.h
@@ -34,4 +34,12 @@
*/
void test_hmac_sha1(tester_t *tester);
+/**
+ * @brief Test function used to test the hmac functionality
+ * using md5.
+ *
+ * @param tester associated tester object
+ */
+void test_hmac_md5(tester_t *tester);
+
#endif /*HMAC_TEST_H_*/