Home
last modified time | relevance | path

Searched refs:TEST_VAULT_PARAMS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java754 TEST_VAULT_PARAMS, in startRecoverySession_checksPermissionFirst()
770 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_storesTheSessionInfo()
788 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_checksPermissionFirst()
802 TEST_VAULT_PARAMS, in startRecoverySession_storesTheSessionInfo()
818 TEST_VAULT_PARAMS, in closeSession_closesASession()
832 TEST_VAULT_PARAMS, in closeSession_doesNotCloseUnrelatedSessions()
982 TEST_VAULT_PARAMS, in recoverKeyChainSnapshot_throwsIfRecoveryClaimCannotBeDecrypted()
1003 TEST_VAULT_PARAMS, in recoverKeyChainSnapshot_throwsIfFailedToDecryptAllApplicationKeys()
1033 TEST_VAULT_PARAMS, in recoverKeyChainSnapshot_doesNotThrowIfNoApplicationKeysToBeDecrypted()
1053 TEST_VAULT_PARAMS, in recoverKeyChainSnapshot_returnsDecryptedKeys()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorageTest.java42 private static final byte[] TEST_VAULT_PARAMS = getUtf8Bytes("vault params vault params"); field in RecoverySessionStorageTest
172 return Arrays.copyOf(TEST_VAULT_PARAMS, TEST_VAULT_PARAMS.length); in vaultParamsFixture()