Searched refs:btif_keystore_ (Results 1 – 1 of 1) sorted by relevance
30 std::unique_ptr<BtifKeystore> btif_keystore_; member in BtifKeystoreTest33 btif_keystore_ = in SetUp()37 void TearDown() override { btif_keystore_ = nullptr; }; in TearDown()43 std::string encrypted_hash = btif_keystore_->Encrypt(hash, 0); in TEST_F()44 std::string decrypted_hash = btif_keystore_->Decrypt(encrypted_hash); in TEST_F()53 std::string encrypted_hash = btif_keystore_->Encrypt(hash, 0); in TEST_F()61 std::string decrypted_hash = btif_keystore_->Decrypt(hash); in TEST_F()