Searched refs:BtifKeystore (Results 1 – 4 of 4) sorted by relevance
36 BtifKeystore::BtifKeystore(keystore::KeystoreClient* keystore_client) in BtifKeystore() function in bluetooth::BtifKeystore39 std::string BtifKeystore::Encrypt(const std::string& data, int32_t flags) { in Encrypt()62 std::string BtifKeystore::Decrypt(const std::string& input) { in Decrypt()76 KeyStoreNativeReturnCode BtifKeystore::GenerateKey(const std::string& name, in GenerateKey()101 bool BtifKeystore::DoesKeyExist() { in DoesKeyExist()
69 using bluetooth::BtifKeystore;179 static BtifKeystore btif_keystore(new keystore::KeystoreClientImpl);
37 class BtifKeystore {42 BtifKeystore(keystore::KeystoreClient* keystore_client);
30 std::unique_ptr<BtifKeystore> btif_keystore_;34 std::make_unique<BtifKeystore>(static_cast<keystore::KeystoreClient*>( in SetUp()