Searched refs:pubkey (Results 1 – 1 of 1) sorted by relevance
546 PublicKey pubkey = genRandomPublicKey(); in getRecoveryServicePublicKey_returnsInsertedKey() local547 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getRecoveryServicePublicKey_returnsInsertedKey()549 pubkey); in getRecoveryServicePublicKey_returnsInsertedKey()812 PublicKey pubkey = genRandomPublicKey(); in getServerParams_returnsNullIfNoValue() local813 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getServerParams_returnsNullIfNoValue()876 PublicKey pubkey = genRandomPublicKey(); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids() local877 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 …]