Home
last modified time | relevance | path

Searched defs:password (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/estoraged/src/
H A Destoraged.cpp62 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 Dlogin-controller.js24 $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__.py70 def create_client(addr, username=None, password=None): argument
89 async def create_async_client(addr, username=None, password=None): argument
H A Dclient.py21 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 Dcollect_ffdc.py88 password, argument
155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
/openbmc/ipmitool/lib/
H A Dipmi_user.c191 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 Dpam_authenticate.hpp117 std::string_view password, in pamAuthenticateUser()
165 const std::string& password) in pamUpdatePassword()
H A Dcredential_pipe.hpp46 void asyncWrite(std::string&& username, std::string&& password, in asyncWrite()
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js122 function createUser(username, password, role, enabled) { argument
142 originalUsername, username, password, role, enabled, locked) { argument
/openbmc/qemu/ui/
H A Dvnc-stubs.c5 int vnc_display_password(const char *id, const char *password) in vnc_display_password()
/openbmc/openbmc/meta-security/recipes-security/libmhash/files/
H A Dmhash.c7 char password[] = "Jefe"; in main() local
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dscp_execution.py22 def scp_remote_file(hostname, username, password, filename, local_dir_path): argument
H A Dtelnet_execution.py21 def telnet_execute_cmd(hostname, username, password, command, timeout=60): argument
H A Dssh_execution.py23 hostname, username, password, port_ssh, command, timeout=60, type=None argument
H A Dredfish.py51 def enumerate_request(hostname, username, password, url, return_json="json"): argument
/openbmc/bios-settings-mgr/src/
H A Dmain.cpp60 bios_config_pwd::Password password(objectServer, systemBus, persistPath); in main() local
/openbmc/phosphor-webui/app/profile-settings/controllers/
H A Dprofile-settings-controller.js26 const updatePassword = function(password) { argument
/openbmc/qemu/tests/qemu-iotests/
H A D14938 ivgen_hash, hash, password=None, passwords=None): argument
110 def cryptsetup(args, password=None): argument
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl258 proc get_password { {password_var_name password} } {
H A Devent_notification.py21 def __init__(self, host, username, password): argument
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py17 self, hostname, username, password, port=23, read_timeout=None argument
H A Dssh_utility.py25 def __init__(self, hostname, username, password, port_ssh): argument
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp749 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 Dblock-luks.c704 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 Dgithub_issues_to_csv124 password = getpass.getpass("Enter your GitHub Password:") variable

1234