Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c80 u32 cipherSize; in SampleMain() local
88 cipherSize = plainSize + AES_SIGN_HEADER_SIZE; in SampleMain()
89 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
151 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
159 cipherSize, // Size of the data to decrypt in SampleMain()
184 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
/TwlSDK-5.4/build/demos.TWL/aes/encrypt/src/
Dmain.c80 u32 cipherSize; in SampleMain() local
88 cipherSize = plainSize + AES_ENCRYPT_HEADER_SIZE; in SampleMain()
89 pEncrypted = OS_Alloc(cipherSize); in SampleMain()
150 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()
157 cipherSize, // Size of the data to decrypt in SampleMain()
179 DEMO_PrintBytes(pEncrypted, cipherSize); in SampleMain()