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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c63 void *pEncryptedSessionKey; member in struct:FwdLockFile_Session
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/
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 46 milliseconds