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

/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c70 unsigned char keyStream[AES_BLOCK_SIZE]; member in struct:FwdLockFile_Session
247 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
250 *pByte ^= pSession->keyStream[blockOffset];
/frameworks/base/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 59 milliseconds