Searched refs:cipherSize (Results 1 – 2 of 2) sorted by relevance
79 u32 cipherSize; in SampleMain() local87 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()
79 u32 cipherSize; in SampleMain() local87 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()