Searched refs:key_index (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_fastopen.c | 613 unsigned int i, key_index; in tcp_fastopen_check_cookie() local 638 key_index = V_tcp_fastopen_keys.newest; in tcp_fastopen_check_cookie() 641 tcp_fastopen_make_cookie(V_tcp_fastopen_keys.key[key_index], in tcp_fastopen_check_cookie() 648 if (key_index == 0) in tcp_fastopen_check_cookie() 649 key_index = TCP_FASTOPEN_MAX_KEYS - 1; in tcp_fastopen_check_cookie() 651 key_index--; in tcp_fastopen_check_cookie()
|
/freebsd/contrib/wpa/src/common/ |
H A D | eapol_common.h | 72 u8 key_index; /* key flag in the most significant bit: member
|
/freebsd/contrib/wpa/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 732 key->type, rx_key_length, key->key_index); in eapol_sm_processKey() 840 key->key_index & IEEE8021X_KEY_INDEX_FLAG ? in eapol_sm_processKey() 842 key->key_index & IEEE8021X_KEY_INDEX_MASK, key_len); in eapol_sm_processKey() 846 !!(key->key_index & IEEE8021X_KEY_INDEX_FLAG), in eapol_sm_processKey() 847 key->key_index & IEEE8021X_KEY_INDEX_MASK, in eapol_sm_processKey() 852 if (key->key_index & IEEE8021X_KEY_INDEX_FLAG) in eapol_sm_processKey()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | sta.h | 468 u8 key_index; 466 u8 key_index; global() member
|
H A D | d3.h | 554 u8 key_index; 552 u8 key_index; global() member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_1x.c | 255 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one() 261 key->key_index |= BIT(7); in ieee802_1x_tx_key_one() 2744 key->key_index & BIT(7) ? "uni" : "broad", in ieee802_1x_eapol_tx_status() 2745 key->key_index & ~BIT(7)); in ieee802_1x_eapol_tx_status()
|
/freebsd/contrib/hyperv/tools/ |
H A D | hv_kvp_daemon.c | 72 enum key_index { enum
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | d3.c | 137 .wep_key.key_index = key->keyidx, in iwl_mvm_wowlan_program_keys() 2690 status->gtk[0].flags = v6->gtk.key_index | BIT(7); in iwl_mvm_parse_wowlan_status_common()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 6579 uint8_t key_index; 6575 uint8_t key_index; global() member
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 2213 int key_index; in SWIG_Lua_add_class_user_metamethod() local 2220 key_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethod() 2223 lua_pushvalue(L,key_index); /* copy of the key */ in SWIG_Lua_add_class_user_metamethod() 2236 lua_pushvalue(L, key_index); in SWIG_Lua_add_class_user_metamethod() 2239 lua_pushvalue(L, key_index); in SWIG_Lua_add_class_user_metamethod() 2242 lua_pushvalue(L, key_index); /* first closure value is function name */ in SWIG_Lua_add_class_user_metamethod()
|