Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgk104.c77 gk104_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gk104_sor_hdmi_ctrl() argument
82 rekey; in gk104_sor_hdmi_ctrl()
H A Dg84.c79 g84_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in g84_sor_hdmi_ctrl() argument
85 rekey; in g84_sor_hdmi_ctrl()
H A Dgt215.c141 gt215_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gt215_sor_hdmi_ctrl() argument
147 rekey; in gt215_sor_hdmi_ctrl()
H A Dior.h72 void (*ctrl)(struct nvkm_ior *, int head, bool enable, u8 max_ac_packet, u8 rekey);
H A Duoutp.c256 args->v0.rekey > 0x7f || in nvkm_uoutp_mthd_hdmi()
268 args->v0.max_ac_packet, args->v0.rekey); in nvkm_uoutp_mthd_hdmi()
H A Dgf119.c253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl() argument
258 rekey; in gf119_sor_hdmi_ctrl()
H A Dgv100.c146 gv100_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gv100_sor_hdmi_ctrl() argument
151 rekey; in gv100_sor_hdmi_ctrl()
/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c226 nvif_outp_hdmi(struct nvif_outp *outp, int head, bool enable, u8 max_ac_packet, u8 rekey, in nvif_outp_hdmi() argument
236 args.rekey = rekey; in nvif_outp_hdmi()
246 args.head, args.enable, args.max_ac_packet, args.rekey, args.khz, in nvif_outp_hdmi()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h92 int nvif_outp_hdmi(struct nvif_outp *, int head, bool enable, u8 max_ac_packet, u8 rekey, u32 khz,
H A Dif0012.h174 __u8 rekey; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1689 struct host_cmd_ds_gtk_rekey_params *rekey = &cmd->params.rekey; in mwifiex_cmd_gtk_rekey_offload() local
1693 cmd->size = cpu_to_le16(sizeof(*rekey) + S_DS_GEN); in mwifiex_cmd_gtk_rekey_offload()
1695 rekey->action = cpu_to_le16(cmd_action); in mwifiex_cmd_gtk_rekey_offload()
1697 memcpy(rekey->kek, data->kek, NL80211_KEK_LEN); in mwifiex_cmd_gtk_rekey_offload()
1698 memcpy(rekey->kck, data->kck, NL80211_KCK_LEN); in mwifiex_cmd_gtk_rekey_offload()
1700 rekey->replay_ctr_low = cpu_to_le32((u32)rekey_ctr); in mwifiex_cmd_gtk_rekey_offload()
1701 rekey->replay_ctr_high = in mwifiex_cmd_gtk_rekey_offload()
H A Dfw.h2442 struct host_cmd_ds_gtk_rekey_params rekey; member
/linux/net/rxrpc/
H A Drxgk.c191 goto rekey; in rxgk_get_key()
215 rekey: in rxgk_get_key()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c786 const u8 rekey = 56; /* binary driver, and tegra, constant */ in nv50_hdmi_enable() local
793 max_ac_packet -= rekey; in nv50_hdmi_enable()
819 ret = nvif_outp_hdmi(&nv_encoder->outp, nv_crtc->index, true, max_ac_packet, rekey, in nv50_hdmi_enable()
/linux/tools/testing/selftests/net/
H A Dtls.c1874 TEST_F(tls, rekey) in TEST_F() argument