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

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

Completed in 404 milliseconds