Home
last modified time | relevance | path

Searched refs:pPlaintext (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c71 void* pPlaintext; in SampleMain() local
83 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()