Changeset 988 for vendor/current/lib/crypto/hmacmd5test.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/crypto/hmacmd5test.c
r740 r988 18 18 */ 19 19 #include "replace.h" 20 #include "../lib/util/ util.h"20 #include "../lib/util/samba_util.h" 21 21 #include "../lib/crypto/crypto.h" 22 22 23 23 struct torture_context; 24 bool torture_local_crypto_hmacmd5(struct torture_context *torture); 24 25 25 26 static DATA_BLOB data_blob_repeat_byte(uint8_t byte, size_t length)
Note:
See TracChangeset
for help on using the changeset viewer.