Searched refs:fromCloseSession (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
D | FwdLockConv.c | 1209 pOutput->fromCloseSession.errorPos = pSession->numCharsConsumed; in FwdLockConv_CloseSession() 1214 HMAC_Final(&pSession->signingContext, pOutput->fromCloseSession.signatures, in FwdLockConv_CloseSession() 1227 HMAC_Update(&pSession->signingContext, pOutput->fromCloseSession.signatures, in FwdLockConv_CloseSession() 1230 &pOutput->fromCloseSession.signatures[SHA1_HASH_SIZE], &signatureSize); in FwdLockConv_CloseSession() 1234 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE + in FwdLockConv_CloseSession() 1239 pOutput->fromCloseSession.errorPos = INVALID_OFFSET; in FwdLockConv_CloseSession() 1303 *pErrorPos = output.fromCloseSession.errorPos; in FwdLockConv_ConvertOpenFile() 1306 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset, in FwdLockConv_ConvertOpenFile() 1309 } else if (fpWriteFunc(outputFileDesc, output.fromCloseSession.signatures, in FwdLockConv_ConvertOpenFile()
|
D | FwdLockConv.h | 65 FwdLockConv_CloseSession_Output_t fromCloseSession; member
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 457 offset = convSession->output.fromCloseSession.fileOffset; 463 (char *)convSession->output.fromCloseSession.signatures,
|