Home
last modified time | relevance | path

Searched refs:have_key (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
Dauth_x.c252 th->have_key = true; in process_one_ticket()
437 if (!th->have_key) in need_key()
443 static bool have_key(struct ceph_x_ticket_handler *th) in have_key() function
445 if (th->have_key) { in have_key()
447 th->have_key = false; in have_key()
450 return th->have_key; in have_key()
478 if (!have_key(th)) in ceph_x_validate_tickets()
789 th->have_key = false; in invalidate_ticket()
Dauth_x.h20 bool have_key; member
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_main.h143 bool have_key; member
Drsi_91x_core.c404 tx_params->have_key = !!info->control.hw_key; in rsi_core_xmit()
Drsi_91x_hal.c206 tx_params->have_key) { in rsi_prepare_data_desc()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1747 int have_key = 0; in gelic_wl_do_wep_setup() local
1765 have_key = 1; in gelic_wl_do_wep_setup()
1777 if (!have_key) { in gelic_wl_do_wep_setup()
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c1317 bool have_key = false; in nl80211_parse_connkeys() local
1320 have_key = true; in nl80211_parse_connkeys()
1324 if (!have_key) in nl80211_parse_connkeys()