1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

crypto: Add prototype for main torture functions.

This commit is contained in:
Jelmer Vernooij 2012-02-05 15:31:05 +01:00
parent fa0c2ab5c5
commit 9c000f1def
3 changed files with 4 additions and 0 deletions

View 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)
{

View 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

View File

@ -23,6 +23,8 @@
struct torture_context;
bool torture_local_crypto_md5(struct torture_context *torture);
/*
This uses the test values from rfc1321
*/