Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
H A 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
/aosp12/system/security/keystore2/src/
H A Dec_crypto.rs131 let decrypted = in test_crypto_roundtrip() localVariable
H A Dlegacy_blob.rs1018 let decrypted = match key_manager in load_by_uid_alias() localVariable
/aosp12/packages/modules/adb/pairing_auth/
H A Dpairing_auth.cpp185 Data decrypted(cipher_->DecryptedSize(data.size())); in Decrypt() local
/aosp12/hardware/interfaces/identity/aidl/vts/
H A DUserAuthTests.cpp245 vector<uint8_t> decrypted; in retrieveData() local
H A DReaderAuthTests.cpp351 vector<uint8_t> decrypted; in retrieveData() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java303 assertArrayEquals(KeySyncUtils.concat(LOCK_SCREEN_HASH_1, keyClaimant), decrypted); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant() local
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.cpp924 const sp<IMemory> &decrypted, size_t length) { in copyDecryptedContent()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...