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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c243 * @param[in] pByte The byte to decrypt.
245 void FwdLockFile_DecryptByte(FwdLockFile_Session_t * pSession, unsigned char *pByte) { argument
255 *pByte ^= pSession->keyStream[blockOffset];

Completed in 222 milliseconds