Searched defs:keyMint (Results 1 – 6 of 6) sorted by relevance
154 bool matching_keymint_device(const string& rp_name, std::shared_ptr<IKeyMintDevice>* keyMint) { in matching_keymint_device()339 std::shared_ptr<IKeyMintDevice> keyMint; in TEST_P() local934 std::shared_ptr<IKeyMintDevice> keyMint; in TEST_P() local
53 std::shared_ptr<AndroidKeyMintDevice> keyMint = in main() local
107 auto keyMint = addService<TrustyKeyMintDevice>(trustyKeymaster); in main() local
99 IKeyMintDevice& keyMint() { return *keymint_; } in keyMint() function
364 void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint()
434 void InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyMint) { in InitializeKeyMint()