/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 62 Volume::FilesystemType type) { in EStoraged() 71 [this](std::vector<uint8_t>& password) { this->unlock(password); }); in EStoraged() 160 void EStoraged::formatLuks(const std::vector<uint8_t>& password, in formatLuks() 251 void EStoraged::unlock(std::vector<uint8_t> password) in unlock() 310 void EStoraged::formatLuksDev(std::vector<uint8_t> password) in formatLuksDev() 386 void EStoraged::activateLuksDev(std::vector<uint8_t> password) in activateLuksDev()
|
/openbmc/phosphor-webui/app/login/controllers/ |
H A D | login-controller.js | 24 $scope.tryLogin = function(host, username, password, event) { argument 31 $scope.login = function(host, username, password) { argument
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | __init__.py | 70 def create_client(addr, username=None, password=None): argument 89 async def create_async_client(addr, username=None, password=None): argument
|
H A D | client.py | 21 def __init__(self, username=None, password=None): argument 231 def __init__(self, username=None, password=None): argument 276 password=None, argument
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | collect_ffdc.py | 88 password, argument 155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_user.c | 191 uint8_t operation, const char *password, in _ipmi_set_user_password() 397 const char *password, uint8_t is_twenty_byte_password) in ipmi_user_test_password() 532 char *password = NULL; in ipmi_user_test() local 625 char *password = NULL; in ipmi_user_password() local
|
/openbmc/bmcweb/include/ |
H A D | pam_authenticate.hpp | 117 std::string_view password, in pamAuthenticateUser() 165 const std::string& password) in pamUpdatePassword()
|
H A D | credential_pipe.hpp | 46 void asyncWrite(std::string&& username, std::string&& password, in asyncWrite()
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 122 function createUser(username, password, role, enabled) { argument 142 originalUsername, username, password, role, enabled, locked) { argument
|
/openbmc/qemu/ui/ |
H A D | vnc-stubs.c | 5 int vnc_display_password(const char *id, const char *password) in vnc_display_password()
|
/openbmc/openbmc/meta-security/recipes-security/libmhash/files/ |
H A D | mhash.c | 7 char password[] = "Jefe"; in main() local
|
/openbmc/openbmc-test-automation/ffdc/plugins/ |
H A D | scp_execution.py | 22 def scp_remote_file(hostname, username, password, filename, local_dir_path): argument
|
H A D | telnet_execution.py | 21 def telnet_execute_cmd(hostname, username, password, command, timeout=60): argument
|
H A D | ssh_execution.py | 23 hostname, username, password, port_ssh, command, timeout=60, type=None argument
|
H A D | redfish.py | 51 def enumerate_request(hostname, username, password, url, return_json="json"): argument
|
/openbmc/bios-settings-mgr/src/ |
H A D | main.cpp | 60 bios_config_pwd::Password password(objectServer, systemBus, persistPath); in main() local
|
/openbmc/phosphor-webui/app/profile-settings/controllers/ |
H A D | profile-settings-controller.js | 26 const updatePassword = function(password) { argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 149 | 38 ivgen_hash, hash, password=None, passwords=None): argument 110 def cryptsetup(args, password=None): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | valid.tcl | 258 proc get_password { {password_var_name password} } {
|
H A D | event_notification.py | 21 def __init__(self, host, username, password): argument
|
/openbmc/openbmc-test-automation/ffdc/lib/ |
H A D | telnet_utility.py | 17 self, hostname, username, password, port=23, read_timeout=None argument
|
H A D | ssh_utility.py | 25 def __init__(self, hostname, username, password, port_ssh): argument
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 749 handlePasswordPatch(const std::string& password, in handlePasswordPatch() 954 std::optional<std::string> password; member 1096 const std::optional<std::string>& password, in updateUserProperties() 1768 const std::string& username, const std::string& password, in processAfterCreateUser() 1813 const std::string& username, const std::string& password, in processAfterGetAllGroups() 1898 std::string password; in handleAccountCollectionPost() local 2203 std::optional<std::string> password; in handleAccountPatch() local
|
/openbmc/qemu/crypto/ |
H A D | block-luks.c | 704 const char *password, in qcrypto_block_luks_store_key() 877 const char *password, in qcrypto_block_luks_load_key() 1035 const char *password, in qcrypto_block_luks_find_key() 1197 g_autofree char *password = NULL; in qcrypto_block_luks_open() local 1310 g_autofree char *password = NULL; in qcrypto_block_luks_create() local
|
/openbmc/openbmc-test-automation/tools/ |
H A D | github_issues_to_csv | 124 password = getpass.getpass("Enter your GitHub Password:") variable
|