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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c151 int keyStreamIndex; member in struct:FwdLockConv_Session
844 if (++pSession->keyStreamIndex == AES_BLOCK_SIZE) {
846 pSession->keyStreamIndex = 0;
848 if (pSession->keyStreamIndex == 0) {
851 ch ^= pSession->keyStream[pSession->keyStreamIndex];
1150 pSession->keyStreamIndex = -1;

Completed in 42 milliseconds