Searched refs:ext_key (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | cam.c | 13 bool ext_key) in rtw89_cam_get_sec_key_cmd() argument 29 j += ext_key ? 16 : 0; in rtw89_cam_get_sec_key_cmd() 37 RTW89_SET_FWCMD_SEC_IDX(cmd, sec_cam->sec_cam_idx + (ext_key ? 1 : 0)); in rtw89_cam_get_sec_key_cmd() 41 RTW89_SET_FWCMD_SEC_EXT_KEY(cmd, ext_key); in rtw89_cam_get_sec_key_cmd() 76 if (!sec_cam->ext_key) in rtw89_cam_send_sec_key_cmd() 102 u8 *sec_cam_idx, bool ext_key) in rtw89_cam_get_avail_sec_cam() argument 109 if (!ext_key) { in rtw89_cam_get_avail_sec_cam() 269 u8 hw_key_type, bool ext_key) in rtw89_cam_sec_key_install() argument 282 ret = rtw89_cam_get_avail_sec_cam(rtwdev, &sec_cam_idx, ext_key); in rtw89_cam_sec_key_install() 285 ret, ext_key); in rtw89_cam_sec_key_install() [all …]
|
H A D | debug.c | 3418 if (sec_entry->ext_key) in rtw89_dump_addr_cam()
|
H A D | core.h | 2813 u8 ext_key : 1; member
|
/openbmc/linux/fs/affs/ |
H A D | file.c | 176 u32 ext_key; in affs_get_extblock_slow() local 183 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 195 ext_key = inode->i_ino; in affs_get_extblock_slow() 232 ext_key = AFFS_I(inode)->i_lc[lc_idx]; in affs_get_extblock_slow() 239 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow() 249 ext_key = AFFS_I(inode)->i_ac[idx].key; in affs_get_extblock_slow() 255 ext_key = AFFS_I(inode)->i_lc[lc_idx]; in affs_get_extblock_slow() 260 bh = affs_bread(sb, ext_key); in affs_get_extblock_slow() 263 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 272 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 2789 bool ext_key; in brcmf_cfg80211_add_key() local 2811 ext_key = false; in brcmf_cfg80211_add_key() 2815 ext_key = true; in brcmf_cfg80211_add_key() 2820 if ((ext_key) && (!is_multicast_ether_addr(mac_addr))) in brcmf_cfg80211_add_key() 2825 if (!ext_key) in brcmf_cfg80211_add_key() 2878 if (ext_key || err) in brcmf_cfg80211_add_key()
|