FreeRDP
TestCryptoProtectMemory.c File Reference
#include <winpr/crt.h>
#include <winpr/print.h>
#include <winpr/crypto.h>
#include <winpr/ssl.h>
#include <winpr/wlog.h>

Functions

int TestCryptoProtectMemory (int argc, char *argv[])
 

Variables

static const char * SECRET_PASSWORD_TEST = "MySecretPassword123!"
 

Function Documentation

◆ TestCryptoProtectMemory()

int TestCryptoProtectMemory ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

Variable Documentation

◆ SECRET_PASSWORD_TEST

const char* SECRET_PASSWORD_TEST = "MySecretPassword123!"
static