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);
184 result = FwdLockGlue_DecryptKey(pSession->pEncryptedSessionKey,
251 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
273 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
274 if (pSession->pEncryptedSessionKey != NULL &&
275 read(fileDesc, pSession->pEncryptedSessionKey,
422 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 144 void *pEncryptedSessionKey;
570 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
    [all...]

Completed in 38 milliseconds