Searched refs:CHAP (Results 1 – 14 of 14) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | external_account_provider.hpp | 32 CHAP, enumerator 65 {TACACSplusPasswordExchangeProtocol::CHAP, "CHAP"},
|
H A D | network_device_function.hpp | 29 CHAP, enumerator 75 {AuthenticationMethod::CHAP, "CHAP"},
|
H A D | account_service.hpp | 52 CHAP, enumerator 119 {TACACSplusPasswordExchangeProtocol::CHAP, "CHAP"},
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ibft | 15 contain the CHAP name (and password), the reverse CHAP
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.h | 111 #define CHAP "CHAP" macro 116 #define INITIAL_AUTHMETHOD CHAP
|
H A D | iscsi_target_parameters.c | 884 strcmp(value, CHAP) && strcmp(value, NONE)) { in iscsi_check_string_or_list_value() 888 SPKM1, SPKM2, SRP, CHAP, NONE); in iscsi_check_string_or_list_value()
|
H A D | iscsi_target_tpg.c | 325 ret = iscsi_update_param_value(param, CHAP); in iscsit_tpg_enable_portal_group()
|
H A D | iscsi_target_configfs.c | 1318 if (iscsi_update_param_value(param, CHAP) < 0) in iscsi_disc_enforce_discovery_auth_store()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | pap | 2 # authentication via PAP, CHAP and similar protocols.
|
H A D | provider | 1 # example configuration for a dialup connection authenticated with PAP or CHAP
|
/openbmc/u-boot/doc/ |
H A D | README.iscsi | 27 provides mutual authentication using the CHAP protocol. It typically runs on 52 the mutual authentication using the CHAP protocol. After the authentication iPXE
|
/openbmc/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 32 Example (CHAP username/password via URL): 38 Example (CHAP username/password via environment variables):
|
H A D | qemu-block-drivers.rst.inc | 580 using CHAP authentication for access control. 617 user = "CHAP username" 618 password = "CHAP password" 628 user = "CHAP username" 629 password = "CHAP password"
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 4108 # @user: User name to log in with. If omitted, no CHAP authentication
|