Searched defs:keyStream (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c71 unsigned char keyStream[AES_BLOCK_SIZE]; member in struct:FwdLockFile_Session
252 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
255 *pByte ^= pSession->keyStream[blockOffset];
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c151 unsigned char keyStream[AES_BLOCK_SIZE]; member in struct:FwdLockConv_Session
850 AES_encrypt(pSession->counter, pSession->keyStream, &pSession->encryptionRoundKeys);
852 ch ^= pSession->keyStream[pSession->keyStreamIndex];

Completed in 84 milliseconds