Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_efi.c23 bool have_key; member
35 if (priv->have_key) in serial_efi_get_key()
43 priv->have_key = true; in serial_efi_get_key()
57 priv->have_key = false; in serial_efi_getc()
/openbmc/linux/drivers/tee/optee/
H A Dnotif.c21 static bool have_key(struct optee *optee, u_int key) in have_key() function
62 if (have_key(optee, key)) { in optee_notif_wait()
/openbmc/linux/drivers/input/touchscreen/
H A Dgoodix_fwupload.c264 u8 have_key, driver_num, sensor_num; in goodix_prepare_bak_ref() local
269 have_key = (ts->config[GOODIX_CFG_LOC_HAVE_KEY] & 0x01); in goodix_prepare_bak_ref()
273 if (have_key) in goodix_prepare_bak_ref()
280 driver_num, sensor_num, have_key); in goodix_prepare_bak_ref()
/openbmc/linux/net/ceph/
H A Dauth_x.c256 th->have_key = true; in process_one_ticket()
441 if (!th->have_key) in need_key()
447 static bool have_key(struct ceph_x_ticket_handler *th) in have_key() function
449 if (th->have_key && ktime_get_real_seconds() >= th->expires) { in have_key()
452 th->have_key = false; in have_key()
455 return th->have_key; in have_key()
483 if (!have_key(th)) in ceph_x_validate_tickets()
941 if (th->have_key) { in invalidate_ticket()
945 th->have_key = false; in invalidate_ticket()
H A Dauth_x.h20 bool have_key; member
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_main.h143 bool have_key; member
H A Drsi_91x_core.c403 tx_params->have_key = !!info->control.hw_key; in rsi_core_xmit()
H A Drsi_91x_hal.c210 tx_params->have_key) { in rsi_prepare_data_desc()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A 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()
/openbmc/linux/net/wireless/
H A Dnl80211.c1471 bool have_key = false; in nl80211_parse_connkeys() local
1474 have_key = true; in nl80211_parse_connkeys()
1478 if (!have_key) in nl80211_parse_connkeys()