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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.h65 FwdLockConv_CloseSession_Output_t fromCloseSession; member in union:FwdLockConv_Output
H A DFwdLockConv.c1206 pOutput->fromCloseSession.errorPos = pSession->numCharsConsumed;
1211 HMAC_Final(&pSession->signingContext, pOutput->fromCloseSession.signatures,
1224 HMAC_Update(&pSession->signingContext, pOutput->fromCloseSession.signatures,
1227 &pOutput->fromCloseSession.signatures[SHA1_HASH_SIZE], &signatureSize);
1231 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE +
1236 pOutput->fromCloseSession.errorPos = INVALID_OFFSET;
1300 *pErrorPos = output.fromCloseSession.errorPos;
1303 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset,
1306 } else if (fpWriteFunc(outputFileDesc, output.fromCloseSession.signatures,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp449 offset = convSession->output.fromCloseSession.fileOffset;
455 (char *)convSession->output.fromCloseSession.signatures,

Completed in 39 milliseconds