Home
last modified time | relevance | path

Searched defs:decrypted (Results 1 – 2 of 2) 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/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncUtilsTest.java241 assertArrayEquals(KeySyncUtils.concat(LOCK_SCREEN_HASH_1, keyClaimant), decrypted); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant() local