Home
last modified time | relevance | path

Searched refs:keyStreamIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c152 int keyStreamIndex; member
845 if (++pSession->keyStreamIndex == AES_BLOCK_SIZE) { in FwdLockConv_WriteEncryptedChar()
847 pSession->keyStreamIndex = 0; in FwdLockConv_WriteEncryptedChar()
849 if (pSession->keyStreamIndex == 0) { in FwdLockConv_WriteEncryptedChar()
852 ch ^= pSession->keyStream[pSession->keyStreamIndex]; in FwdLockConv_WriteEncryptedChar()
1151 pSession->keyStreamIndex = -1; in FwdLockConv_OpenSession()