HomeSort by relevance Sort by last modified time
    Searched refs:pEncryptedSessionKey (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 63 void *pEncryptedSessionKey;
103 sessionPtrs[candidateSessionId]->pEncryptedSessionKey = NULL;
157 free(sessionPtrs[sessionId]->pEncryptedSessionKey);
181 result = FwdLockGlue_DecryptKey(pSession->pEncryptedSessionKey,
248 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
270 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
271 if (pSession->pEncryptedSessionKey != NULL &&
272 read(fileDesc, pSession->pEncryptedSessionKey,
419 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 144 void *pEncryptedSessionKey;
568 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
    [all...]

Completed in 29 milliseconds