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:
parent
fa0c2ab5c5
commit
9c000f1def
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -23,6 +23,8 @@
|
||||
|
||||
struct torture_context;
|
||||
|
||||
bool torture_local_crypto_md5(struct torture_context *torture);
|
||||
|
||||
/*
|
||||
This uses the test values from rfc1321
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user