Searched refs:pPlaintext (Results 1 – 1 of 1) sorted by relevance
71 void* pPlaintext; in SampleMain() local83 pPlaintext = DEMO_LoadFile(&srcSize, "sample16.txt"); in SampleMain()106 DEMO_PrintText(pPlaintext, srcSize); in SampleMain()108 DEMO_PrintBytes(pPlaintext, srcSize); in SampleMain()115 pPlaintext, // Data to be encrypted in SampleMain()122 OS_Free(pPlaintext); in SampleMain()153 OS_Free(pPlaintext); in SampleMain()