Searched refs: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
249 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
252 *pByte ^= pSession->keyStream[blockOffset];
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c150 unsigned char keyStream[AES_BLOCK_SIZE]; member in struct:FwdLockConv_Session
847 AES_encrypt(pSession->counter, pSession->keyStream, &pSession->encryptionRoundKeys);
849 ch ^= pSession->keyStream[pSession->keyStreamIndex];

Completed in 47 milliseconds