Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java524 PublicKey pubkey1 = genRandomPublicKey(); in setRecoveryServicePublicKey_replaceOldKey()
525 PublicKey pubkey2 = genRandomPublicKey(); in setRecoveryServicePublicKey_replaceOldKey()
546 PublicKey pubkey = genRandomPublicKey(); in getRecoveryServicePublicKey_returnsInsertedKey()
660 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, genRandomPublicKey()); in getRecoveryAgents_returnsUidIfSet()
677 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid1, genRandomPublicKey()); in getRecoveryAgents_withTwoAgents()
678 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid2, genRandomPublicKey()); in getRecoveryAgents_withTwoAgents()
765 PublicKey pubkey1 = genRandomPublicKey(); in setRecoveryServiceMetadataMethods()
768 PublicKey pubkey2 = genRandomPublicKey(); in setRecoveryServiceMetadataMethods()
812 PublicKey pubkey = genRandomPublicKey(); in getServerParams_returnsNullIfNoValue()
876 PublicKey pubkey = genRandomPublicKey(); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids()
[all …]