HomeSort by relevance Sort by last modified time
    Searched refs:doesKeyExist (Results 1 - 5 of 5) sorted by null

  /system/security/keystore/include/keystore/
keystore_client.h 168 virtual bool doesKeyExist(const std::string& key_name) = 0;
keystore_client_mock.h 78 MOCK_METHOD1(doesKeyExist, bool(const std::string& key_name));
keystore_client_impl.h 79 bool doesKeyExist(const std::string& key_name) override;
  /system/security/keystore/
keystore_client_impl.cpp 356 bool KeystoreClientImpl::doesKeyExist(const std::string& key_name) {
390 bool key_exists = doesKeyExist(key_name);
428 bool key_exists = doesKeyExist(key_name);
keystore_cli_v2.cpp 321 int DoesKeyExist(const std::string& name) {
323 printf("DoesKeyExist: %s\n", keystore->doesKeyExist(name) ? "yes" : "no");
451 return DoesKeyExist(command_line->GetSwitchValueASCII("name"));

Completed in 2198 milliseconds