Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A D0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch26 -char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */
31 +char *auth_method = NULL; /* Mechanism for SMTP authentication */
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h63 u16 auth_method; /* shared key or open */ member
251 enum gelic_eurus_auth_method auth_method; /* open/shared */ member
H A Dps3_gelic_wireless.c793 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
812 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
859 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_auth()
862 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
1055 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encode()
1058 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_encode()
1102 switch (wl->auth_method) { in gelic_wl_get_encode()
1237 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encodeext()
1932 switch (wl->auth_method) { in gelic_wl_associate_bss()
1947 be16_to_cpu(common->auth_method)); in gelic_wl_associate_bss()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock-no_tally.patch53 if [ -n "$auth_method" ] && [ "$auth_method" != "$1" ] ; then
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot534 # auth_method
741 [Arguments] ${auth_method}
742 [Teardown] Configure AuthMethods ${auth_method}=${initial_value}
749 Get AuthMethods Default Values ${auth_method}
752 Configure AuthMethods ${auth_method}=${TRUE}
754 Run Keyword IF "${auth_method}" == "XToken"
760 Configure AuthMethods ${auth_method}=${FALSE}
762 Run Keyword IF "${auth_method}" == "BasicAuth"
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c1102 p_buf->p_val = &p_drv_buf->auth_method; in qed_mfw_get_iscsi_tlv_value()
1103 return sizeof(p_drv_buf->auth_method); in qed_mfw_get_iscsi_tlv_value()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_main.c1098 iscsi->auth_method = 1; in qedi_get_protocol_tlv_data()
1100 iscsi->auth_method = 2; in qedi_get_protocol_tlv_data()
1102 iscsi->auth_method = 3; in qedi_get_protocol_tlv_data()
/openbmc/linux/include/linux/qed/
H A Dqed_if.h402 u8 auth_method; member