Searched refs:decrypted (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/ |
D | AesCtrDecryptorUnittest.cpp | 47 const uint8_t* decrypted, in attemptDecryptExpectingSuccess() argument 56 EXPECT_EQ(0, memcmp(outputBuffer, decrypted, totalSize)); in attemptDecryptExpectingSuccess() 86 uint8_t decrypted[kTotalSize] = { in TEST_F() local 101 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 131 uint8_t decrypted[kTotalSize] = { in TEST_F() local 147 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 177 uint8_t decrypted[kTotalSize] = { in TEST_F() local 193 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() 226 uint8_t decrypted[kTotalSize] = { in TEST_F() local 242 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted, in TEST_F() [all …]
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 73 generated key that can be decrypted only by the device that originally installed it. Thus, an
|