crypto: Add prototype for main torture functions.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 5 Feb 2012 14:31:05 +0000 (15:31 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 7 Feb 2012 00:11:07 +0000 (01:11 +0100)
lib/crypto/hmacmd5test.c
lib/crypto/md4test.c
lib/crypto/md5test.c

index a951409cadb2a9b6473293cdb5dc7e4e06ae6f40..6db2526969635a474a1c037857f14f4664ff7173 100644 (file)
@@ -21,6 +21,7 @@
 #include "../lib/crypto/crypto.h"
 
 struct torture_context;
+bool torture_local_crypto_hmacmd5(struct torture_context *torture);
 
 static DATA_BLOB data_blob_repeat_byte(uint8_t byte, size_t length)
 {
index 4ee05c1f8b0cca9706ba0786111e358e534285b7..dfdaef51b004ed1dbc15063724c3e7915d95daaf 100644 (file)
@@ -22,6 +22,7 @@
 #include "../lib/crypto/crypto.h"
 
 struct torture_context;
+bool torture_local_crypto_md4(struct torture_context *torture);
 
 /*
  This uses the test values from rfc1320
index 38e65317ff8625e3dfbc2845384f1ee68f12c1e4..38626c39bce6ea2f2163c922f45261b038a60f2b 100644 (file)
@@ -23,6 +23,8 @@
 
 struct torture_context;
 
+bool torture_local_crypto_md5(struct torture_context *torture);
+
 /*
  This uses the test values from rfc1321
 */