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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c559 size_t encryptedSessionKeyPos = TOP_HEADER_SIZE + pSession->contentType.length; local
560 size_t dataSignaturePos = encryptedSessionKeyPos + pSession->encryptedSessionKeyLength;
569 memcpy((char *)pOutput->fromConvertData.pBuffer + encryptedSessionKeyPos,

Completed in 28 milliseconds