Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c79 u32 cipherSize; in SampleMain() local
87 cipherSize = plainSize + AES_SIGN_HEADER_SIZE; in SampleMain()
88 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
150 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
158 cipherSize, // Size of the data to decrypt in SampleMain()
183 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
/TwlSDK-5.3.1/build/demos.TWL/aes/encrypt/src/
Dmain.c79 u32 cipherSize; in SampleMain() local
87 cipherSize = plainSize + AES_ENCRYPT_HEADER_SIZE; in SampleMain()
88 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
149 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
156 cipherSize, // Size of the data to decrypt in SampleMain()
178 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()