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

/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp47 const uint8_t* decrypted,
56 EXPECT_EQ(0, memcmp(outputBuffer, decrypted, totalSize));
86 uint8_t decrypted[kTotalSize] = { local
101 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
131 uint8_t decrypted[kTotalSize] = { local
147 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
177 uint8_t decrypted[kTotalSize] = { local
193 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
226 uint8_t decrypted[kTotalSize] = { local
242 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted,
45 attemptDecryptExpectingSuccess(const Key& key, const Iv& iv, const uint8_t* encrypted, const uint8_t* decrypted, const SubSample* subSamples, size_t numSubSamples) argument
278 uint8_t decrypted[kTotalSize] = { local
333 uint8_t decrypted[kTotalSize] = { local
396 uint8_t decrypted[kTotalSize] = { local
[all...]

Completed in 51 milliseconds