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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c64 size_t encryptedSessionKeyLength; member in struct:FwdLockFile_Session
185 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE);
272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
273 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
276 pSession->encryptedSessionKeyLength) ==
277 (ssize_t)pSession->encryptedSessionKeyLength &&
288 pSession->encryptedSessionKeyLength + TOP_HEADER_SIZE + 2 * SHA1_HASH_SIZE;
423 pSession->encryptedSessionKeyLength);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c146 size_t encryptedSessionKeyLength; member in struct:FwdLockConv_Session
561 size_t dataSignaturePos = encryptedSessionKeyPos + pSession->encryptedSessionKeyLength;
571 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
1121 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
1122 if (pSession->encryptedSessionKeyLength < AES_BLOCK_SIZE) {
1127 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
1135 pSession->encryptedSessionKeyLength)) {
1226 pSession->encryptedSessionKeyLength);
1235 pSession->contentType.length + pSession->encryptedSessionKeyLength;

Completed in 172 milliseconds