Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
DAesCtrDecryptorUnittest.cpp47 const uint8_t* decrypted, in attemptDecryptExpectingSuccess()
147 uint8_t decrypted[kTotalSize] = { in TEST_F() local
192 uint8_t decrypted[kTotalSize] = { in TEST_F() local
238 uint8_t decrypted[kTotalSize] = { in TEST_F() local
287 uint8_t decrypted[kTotalSize] = { in TEST_F() local
339 uint8_t decrypted[kTotalSize] = { in TEST_F() local
394 uint8_t decrypted[kTotalSize] = { in TEST_F() local
457 uint8_t decrypted[kTotalSize] = { in TEST_F() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp1026 const sp<IMemory> &decrypted, size_t length) { in copyDecryptedContent()
1059 const sp<IMemory> &decrypted, size_t length) { in copyDecryptedContent()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncUtilsTest.java295 assertArrayEquals(ArrayUtils.concat(LOCK_SCREEN_HASH_1, keyClaimant), decrypted); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant() local