Searched refs:pPlaintext (Results 1 – 1 of 1) sorted by relevance
70 void* pPlaintext; in SampleMain() local82 pPlaintext = DEMO_LoadFile(&srcSize, "sample16.txt"); in SampleMain()105 DEMO_PrintText(pPlaintext, srcSize); in SampleMain()107 DEMO_PrintBytes(pPlaintext, srcSize); in SampleMain()114 pPlaintext, // Data to be encrypted in SampleMain()121 OS_Free(pPlaintext); in SampleMain()152 OS_Free(pPlaintext); in SampleMain()