HomeSort by: relevance | last modified time | path
    Searched refs:rekey (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_hdmig84.c 33 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size)
39 rekey;
nouveau_nvkm_engine_disp_hdmigf119.c 33 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size)
38 rekey;
nouveau_nvkm_engine_disp_hdmigk104.c 33 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size)
38 rekey;
nouveau_nvkm_engine_disp_hdmigt215.c 33 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size)
39 rekey;
nouveau_nvkm_engine_disp_hdmigv100.c 31 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size)
36 rekey;
nouveau_nvkm_engine_disp_rootnv50.c 184 "max_ac_packet %d rekey %d scdc %d\n",
186 args->v0.max_ac_packet, args->v0.rekey,
188 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f)
209 args->v0.rekey, avi, avi_size,
ior.h 69 u8 max_ac_packet, u8 rekey, u8 *avi, u8 avi_size,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl5070.h 71 __u8 rekey; member in struct:nv50_disp_sor_hdmi_pwr_v0
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-fortuna.c 348 rekey(FState * st) function
380 rekey(st);
426 rekey(st);
431 rekey(st);
  /src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.h 139 int rekey; /* rekey ph1 when active ph2s? */ member in struct:remoteconf
remoteconf.c 521 new->rekey = REKEY_ON;
998 p->rekey == REKEY_FORCE ? "force" : s_switch (p->rekey));
handler.c 509 if (iph1->rmconf->rekey == REKEY_FORCE)
512 if (iph1->rmconf->rekey == REKEY_ON && iph1->dpd_support &&
cfparse.y 346 %token REKEY
2319 | REKEY SWITCH { cur_rmconf->rekey = $2; } EOS
2320 | REKEY REMOTE_FORCE_LEVEL { cur_rmconf->rekey = REKEY_FORCE; } EOS
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 1027 const u_int rekey = 56; local
1031 const u_int max_ac_packet = (hspw + hbp + hfp - rekey - 18) / 32;
1033 __SHIFTIN(rekey, HDMI_NV_PDISP_HDMI_CTRL_REKEY) |
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 705 .pwr.rekey = 56, /* binary driver, and tegra, constant */
743 max_ac_packet -= args.pwr.rekey;
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 230 "WPA: PTK0 rekey not allowed, reconnecting");
948 "WPA: PTK0 rekey not allowed, reconnecting");
2962 * rekey
2997 int rekey; local
3011 rekey = wpa_sm_get_state(sm) == WPA_COMPLETED;
3104 if (rekey) {
  /src/external/mpl/bind/dist/lib/dns/
zone.c 11273 bool refreshkeys, sign, resign, rekey, chain, warn_expire; local
11452 rekey = (!isc_time_isepoch(&zone->refreshkeytime) &&
11455 if (rekey) {
21149 bool rekey = false; local
21318 rekey = true;
21332 rekey = true;
21339 /* Rekey after checkds. */
21340 if (rekey) {
23072 * been scheduled before this rekey.
23087 * If keymgr provided a next time, use the calculated next rekey time
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 20802 bool rekey = false; local
20962 rekey = true;
20976 rekey = true;
20983 /* Rekey after checkds. */
20984 if (rekey) {
21890 * been scheduled before this rekey.
21905 * If keymgr provided a next time, use the calculated next rekey time.

Completed in 68 milliseconds