Home
last modified time | relevance | path

Searched refs:rekey (Results 1 – 13 of 13) sorted by relevance

/linux-5.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dhdmigf119.c28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gf119_hdmi_ctrl() argument
33 rekey; in gf119_hdmi_ctrl()
A Dhdmigk104.c28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gk104_hdmi_ctrl() argument
33 rekey; in gk104_hdmi_ctrl()
A Dhdmigv100.c26 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gv100_hdmi_ctrl() argument
31 rekey; in gv100_hdmi_ctrl()
A Dhdmigt215.c28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gt215_hdmi_ctrl() argument
34 rekey; in gt215_hdmi_ctrl()
A Dhdmig84.c28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in g84_hdmi_ctrl() argument
34 rekey; in g84_hdmi_ctrl()
A Drootnv50.c181 args->v0.max_ac_packet, args->v0.rekey, in nv50_disp_root_mthd_()
183 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in nv50_disp_root_mthd_()
204 args->v0.rekey, avi, avi_size, in nv50_disp_root_mthd_()
A Dior.h67 u8 max_ac_packet, u8 rekey, u8 *avi, u8 avi_size,
/linux-5.15/fs/crypto/
A Dkeyring.c396 bool rekey; in add_existing_master_key() local
414 rekey = !is_master_key_secret_present(&mk->mk_secret); in add_existing_master_key()
415 if (rekey && !refcount_inc_not_zero(&mk->mk_refcount)) in add_existing_master_key()
422 if (rekey && refcount_dec_and_test(&mk->mk_refcount)) in add_existing_master_key()
429 if (rekey) in add_existing_master_key()
/linux-5.15/drivers/gpu/drm/nouveau/include/nvif/
A Dcl5070.h70 __u8 rekey; member
/linux-5.15/drivers/net/wireless/marvell/mwifiex/
A Dsta_cmd.c1591 struct host_cmd_ds_gtk_rekey_params *rekey = &cmd->params.rekey; in mwifiex_cmd_gtk_rekey_offload() local
1595 cmd->size = cpu_to_le16(sizeof(*rekey) + S_DS_GEN); in mwifiex_cmd_gtk_rekey_offload()
1597 rekey->action = cpu_to_le16(cmd_action); in mwifiex_cmd_gtk_rekey_offload()
1599 memcpy(rekey->kek, data->kek, NL80211_KEK_LEN); in mwifiex_cmd_gtk_rekey_offload()
1600 memcpy(rekey->kck, data->kck, NL80211_KCK_LEN); in mwifiex_cmd_gtk_rekey_offload()
1602 rekey->replay_ctr_low = cpu_to_le32((u32)rekey_ctr); in mwifiex_cmd_gtk_rekey_offload()
1603 rekey->replay_ctr_high = in mwifiex_cmd_gtk_rekey_offload()
A Dfw.h2383 struct host_cmd_ds_gtk_rekey_params rekey; member
/linux-5.15/drivers/gpu/drm/tegra/
H A Dhdmi.c1170 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local
1273 rekey = HDMI_REKEY_DEFAULT; in tegra_hdmi_encoder_enable()
1274 value = HDMI_CTRL_REKEY(rekey); in tegra_hdmi_encoder_enable()
1276 h_front_porch - rekey - 18) / 32); in tegra_hdmi_encoder_enable()
/linux-5.15/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.c836 .pwr.rekey = 56, /* binary driver, and tegra, constant */ in nv50_hdmi_enable()
872 max_ac_packet -= args.pwr.rekey; in nv50_hdmi_enable()