Searched refs:pEncryptedSessionKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c62 void *pEncryptedSessionKey; member in struct:FwdLockFile_Session
102 sessionPtrs[candidateSessionId]->pEncryptedSessionKey = NULL;
155 free(sessionPtrs[sessionId]->pEncryptedSessionKey);
179 result = FwdLockGlue_DecryptKey(pSession->pEncryptedSessionKey,
246 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
268 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
269 if (pSession->pEncryptedSessionKey != NULL &&
270 read(fileDesc, pSession->pEncryptedSessionKey,
426 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c144 void *pEncryptedSessionKey; member in struct:FwdLockConv_Session
568 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
1124 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
1125 if (pSession->pEncryptedSessionKey == NULL) {
1131 pSession->pEncryptedSessionKey,
1139 memcpy(pSession->counter, pSession->pEncryptedSessionKey, AES_BLOCK_SIZE);
1152 free(pSession->pEncryptedSessionKey);
1222 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
1240 free(pSession->pEncryptedSessionKey);

Completed in 233 milliseconds