Searched defs:encrypted (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp46 const uint8_t* encrypted,
52 ASSERT_EQ(android::OK, attemptDecrypt(key, iv, encrypted, outputBuffer,
75 uint8_t encrypted[kTotalSize] = { local
101 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
120 uint8_t encrypted[kTotalSize] = { local
147 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
166 uint8_t encrypted[kTotalSize] = { local
193 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
212 uint8_t encrypted[kTotalSize] = { local
215 // 64 encrypted byte
45 attemptDecryptExpectingSuccess(const Key& key, const Iv& iv, const uint8_t* encrypted, const uint8_t* decrypted, const SubSample* subSamples, size_t numSubSamples) argument
261 uint8_t encrypted[kTotalSize] = { local
315 uint8_t encrypted[kTotalSize] = { local
370 uint8_t encrypted[kTotalSize] = { local
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DHlsSampleDecryptor.cpp70 // NONE method while still sample-encrypted stream is parsed).
119 uint8_t *encrypted = nalData + offset; local
120 status_t ret = decryptBlock(encrypted, AES_BLOCK_SIZE, AESInitVec);
181 uint8_t *encrypted = data + offset; local
182 status_t ret = decryptBlock(encrypted, encryptedBytes, AESInitVec);
190 } // encrypted
237 uint8_t *encrypted = data + offset; local
238 status_t ret = decryptBlock(encrypted, encryptedBytes, AESInitVec);
246 } // encrypted

Completed in 74 milliseconds