|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winerror.h>#include <wincrypt.h>#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static void | test_cryptprotectdata (void) |
| static void | test_cryptunprotectdata (void) |
| static void | test_simpleroundtrip (const char *plaintext) |
| START_TEST (protectdata) | |
Variables | |
| static char | secret [] = "I am a super secret string that no one can see!" |
| static char | secret2 [] = "I am a super secret string indescribable string" |
| static char | key [] = "Wibble wibble wibble" |
| static BOOL | protected = FALSE |
| static DATA_BLOB | cipher |
| static DATA_BLOB | cipher_entropy |
| static DATA_BLOB | cipher_no_desc |
| START_TEST | ( | protectdata | ) |
Definition at line 216 of file protectdata.c.
Definition at line 38 of file protectdata.c.
Referenced by START_TEST().
Definition at line 94 of file protectdata.c.
Referenced by START_TEST().
Definition at line 194 of file protectdata.c.
Referenced by START_TEST().
|
static |
Definition at line 34 of file protectdata.c.
Referenced by rc2_ecb_decrypt(), rc2_ecb_encrypt(), START_TEST(), test_cryptprotectdata(), and test_cryptunprotectdata().
|
static |
Definition at line 35 of file protectdata.c.
Referenced by START_TEST(), test_cryptprotectdata(), and test_cryptunprotectdata().
|
static |
Definition at line 36 of file protectdata.c.
Referenced by START_TEST(), test_cryptprotectdata(), and test_cryptunprotectdata().
Definition at line 32 of file protectdata.c.
Definition at line 33 of file protectdata.c.
Definition at line 30 of file protectdata.c.
Referenced by BCryptCreateHash(), BCryptHash(), run_child(), test_cryptprotectdata(), and test_cryptunprotectdata().
Definition at line 31 of file protectdata.c.
Referenced by test_cryptprotectdata(), and test_cryptunprotectdata().