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