Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_keystore.cc36 BtifKeystore::BtifKeystore(keystore::KeystoreClient* keystore_client) in BtifKeystore() function in bluetooth::BtifKeystore
39 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()
Dbtif_config.cc69 using bluetooth::BtifKeystore;
179 static BtifKeystore btif_keystore(new keystore::KeystoreClientImpl);
/system/bt/btif/include/
Dbtif_keystore.h37 class BtifKeystore {
42 BtifKeystore(keystore::KeystoreClient* keystore_client);
/system/bt/btif/test/
Dbtif_keystore_test.cc30 std::unique_ptr<BtifKeystore> btif_keystore_;
34 std::make_unique<BtifKeystore>(static_cast<keystore::KeystoreClient*>( in SetUp()