Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c83 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_rakp2_hmac_matches()
181 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_rakp2_hmac_matches()
243 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_rakp4_hmac_matches()
306 : session->v2_data.auth_alg , in lanplus_rakp4_hmac_matches()
364 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_generate_rakp3_authcode()
426 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_generate_rakp3_authcode()
483 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_generate_sik()
565 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_generate_sik()
611 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_generate_k1()
615 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_generate_k1()
[all …]
H A Dlanplus_dump.c76 val2str(rsp->payload.open_session_response.auth_alg, in lanplus_dump_open_session_response()
91 void lanplus_dump_rakp2_message(const struct ipmi_rs * rsp, uint8_t auth_alg) in lanplus_dump_rakp2_message() argument
123 switch(auth_alg) in lanplus_dump_rakp2_message()
148 void lanplus_dump_rakp4_message(const struct ipmi_rs * rsp, uint8_t auth_alg) in lanplus_dump_rakp4_message() argument
170 switch(auth_alg) in lanplus_dump_rakp4_message()
H A Dlanplus_dump.h41 void lanplus_dump_rakp2_message(const struct ipmi_rs * rsp, uint8_t auth_alg);
42 void lanplus_dump_rakp4_message(const struct ipmi_rs * rsp, uint8_t auth_alg);
H A Dlanplus.c167 uint8_t * auth_alg, in lanplus_get_requested_ciphers() argument
178 *auth_alg = IPMI_AUTH_RAKP_NONE; in lanplus_get_requested_ciphers()
208 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers()
213 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers()
218 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers()
223 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers()
966 uint8_t auth_alg) in read_rakp2_message() argument
1002 switch (auth_alg) in read_rakp2_message()
1047 uint8_t auth_alg) in read_rakp4_message() argument
1068 switch (auth_alg) in read_rakp4_message()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_channel.c354 uint8_t auth_alg, integrity_alg, crypt_alg; in ipmi_get_channel_cipher_suites() local
483 auth_alg = IPMI_AUTH_RAKP_NONE; in ipmi_get_channel_cipher_suites()
494 auth_alg = cipher_suite_data[offset++] & 0x3F; in ipmi_get_channel_cipher_suites()
511 val2str(auth_alg, ipmi_auth_algorithms), in ipmi_get_channel_cipher_suites()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h18 __le16 auth_alg; member
H A Dhostap_ap.c637 u16 auth_alg, auth_transaction, status; in hostap_ap_tx_cb_auth() local
657 auth_alg = le16_to_cpu(*pos++); in hostap_ap_tx_cb_auth()
693 auth_alg, auth_transaction, status, txt); in hostap_ap_tx_cb_auth()
1292 u16 auth_alg, auth_transaction, status_code; in handle_authen() local
1325 auth_alg = __le16_to_cpu(*pos); in handle_authen()
1340 auth_alg == WLAN_AUTH_OPEN) || in handle_authen()
1342 crypt && auth_alg == WLAN_AUTH_SHARED_KEY)) { in handle_authen()
1383 (auth_alg == WLAN_AUTH_SHARED_KEY && in handle_authen()
1411 switch (auth_alg) { in handle_authen()
1458 *pos = cpu_to_le16(auth_alg); in handle_authen()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf602 auth_alg=SHARED
/openbmc/ipmitool/include/ipmitool/
H A Dipmi.h204 uint8_t auth_alg; member
H A Dipmi_intf.h113 uint8_t auth_alg; member
/openbmc/linux/drivers/crypto/bcm/
H A Dspu2.h205 enum hash_alg auth_alg, enum hash_mode auth_mode,
H A Dspu.h260 enum hash_alg auth_alg,
H A Dspu.c1028 enum hash_alg auth_alg, in spum_request_pad() argument
1046 if ((auth_alg == HASH_ALG_AES) && in spum_request_pad()
1056 if (auth_alg == HASH_ALG_MD5) in spum_request_pad()
H A Dcipher.h391 u32 hash_pad_len, enum hash_alg auth_alg,
H A Dspu2.c1246 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument
1268 if (auth_alg == HASH_ALG_MD5) in spu2_request_pad()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cipher.robot63 # [auth_alg]: hmac_sha1
69 # [auth_alg]: hmac_sha256
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.c231 uint auth_alg; in r8712_portctrl() local
243 auth_alg = adapter->securitypriv.AuthAlgrthm; in r8712_portctrl()
244 if (auth_alg == 2) { in r8712_portctrl()
/openbmc/linux/net/wireless/
H A Dwext-compat.c1014 s32 auth_alg) in cfg80211_set_auth_alg() argument
1018 if (!auth_alg) in cfg80211_set_auth_alg()
1021 if (auth_alg & ~(IW_AUTH_ALG_OPEN_SYSTEM | in cfg80211_set_auth_alg()
1026 if (auth_alg & IW_AUTH_ALG_OPEN_SYSTEM) { in cfg80211_set_auth_alg()
1031 if (auth_alg & IW_AUTH_ALG_SHARED_KEY) { in cfg80211_set_auth_alg()
1036 if (auth_alg & IW_AUTH_ALG_LEAP) { in cfg80211_set_auth_alg()
/openbmc/linux/net/mac80211/
H A Dmlme.c3676 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth()
3681 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3683 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
7109 u16 auth_alg; in ieee80211_mgd_auth() local
7117 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
7125 auth_alg = WLAN_AUTH_FT; in ieee80211_mgd_auth()
7128 auth_alg = WLAN_AUTH_LEAP; in ieee80211_mgd_auth()
7131 auth_alg = WLAN_AUTH_SAE; in ieee80211_mgd_auth()
7134 auth_alg = WLAN_AUTH_FILS_SK; in ieee80211_mgd_auth()
7140 auth_alg = WLAN_AUTH_FILS_PK; in ieee80211_mgd_auth()
[all …]
H A Dibss.c952 u16 auth_alg, auth_transaction; in ieee80211_rx_mgmt_auth_ibss() local
959 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg); in ieee80211_rx_mgmt_auth_ibss()
966 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) in ieee80211_rx_mgmt_auth_ibss()
H A Dutil.c1812 u16 transaction, u16 auth_alg, u16 status, in ieee80211_send_auth() argument
1853 mgmt->u.auth.auth_alg = cpu_to_le16(auth_alg); in ieee80211_send_auth()
1861 if (auth_alg == WLAN_AUTH_SHARED_KEY && transaction == 3) { in ieee80211_send_auth()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan.h345 int auth_alg; member
H A Dks_wlan_net.c1452 priv->wpa.auth_alg = value; in ks_wlan_set_auth_mode()
1456 priv->wpa.auth_alg = value; in ks_wlan_set_auth_mode()
1518 param->value = priv->wpa.auth_alg; in ks_wlan_get_auth_mode()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c447 uint auth_alg; in portctrl() local
458 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
469 if (auth_alg == 2) { in portctrl()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h118 u8 auth_alg; member

12