Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java546 PublicKey pubkey = genRandomPublicKey(); in getRecoveryServicePublicKey_returnsInsertedKey() local
547 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getRecoveryServicePublicKey_returnsInsertedKey()
549 pubkey); in getRecoveryServicePublicKey_returnsInsertedKey()
812 PublicKey pubkey = genRandomPublicKey(); in getServerParams_returnsNullIfNoValue() local
813 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getServerParams_returnsNullIfNoValue()
876 PublicKey pubkey = genRandomPublicKey(); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids() local
877 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid1, pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids()
878 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid2, pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids()
880 pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids()
882 pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids()
[all …]