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.c1208 pOutput->fromCloseSession.errorPos = pSession->numCharsConsumed;
1213 HMAC_Final(&pSession->signingContext, pOutput->fromCloseSession.signatures,
1226 HMAC_Update(&pSession->signingContext, pOutput->fromCloseSession.signatures,
1229 &pOutput->fromCloseSession.signatures[SHA1_HASH_SIZE], &signatureSize);
1233 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE +
1238 pOutput->fromCloseSession.errorPos = INVALID_OFFSET;
1302 *pErrorPos = output.fromCloseSession.errorPos;
1305 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset,
1308 } else if (fpWriteFunc(outputFileDesc, output.fromCloseSession.signatures,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp450 offset = convSession->output.fromCloseSession.fileOffset;
456 (char *)convSession->output.fromCloseSession.signatures,

Completed in 497 milliseconds