Home
last modified time | relevance | path

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

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