HomeSort by: relevance | last modified time | path
    Searched defs:replay (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
auth.c 82 state->replay = 0;
110 uint64_t replay; local
118 if (dlen < 3 + sizeof(replay)) {
161 memcpy(&replay, d, sizeof(replay));
162 replay = ntohll(replay);
164 * Test for a replay attack.
166 * NOTE: Some servers always send a replay data value of zero.
168 * "If the RDM field contains 0x00, the replay detection field MUST b
    [all...]
auth.h 79 uint64_t replay; member in struct:authstate
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgp100.c 499 if (vmm->replay) {
537 bool replay; local
540 replay = args->v0.fault_replay != 0;
543 replay = false;
551 (*pvmm)->replay = replay;
  /src/sys/netipsec/
keydb.h 116 struct secreplay *replay; /* replay prevention */ member in struct:secasvar
117 size_t replay_len; /* length of replay */
147 /* replay prevention */
xform_esp.c 160 if (sav->tdb_authalgxform != NULL && sav->replay)
363 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) {
365 DPRINTF("packet replay check for %s\n",
593 * Update replay sequence number, if appropriate.
595 if (sav->replay) {
602 DPRINTF("packet replay check for %s\n",
784 if (sav->replay) {
785 uint32_t replay; local
788 /* Emulate replay attack when ipsec_replay is TRUE. */
790 replay = htonl(sav->replay->count)
795 memcpy(mtod(mo,char *) + roff + sizeof(uint32_t), &replay, local
    [all...]
ipsec.c 115 * This allows to verify if the other side has proper replay attacks detection.
1572 * Check the variable replay window.
1573 * ipsec_chkreplay() performs replay check before ICV verification.
1574 * ipsec_updatereplay() updates replay bitmap. This must be called after
1575 * ICV verification (it also performs replay check, which is usually done
1584 const struct secreplay *replay; local
1591 KASSERT(sav->replay != NULL);
1593 replay = sav->replay;
1595 if (replay->wsize == 0
1640 struct secreplay *replay; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 60 bool replay; member in struct:nvkm_vmm
  /src/external/gpl3/gdb.old/dist/gdb/
btrace.h 387 /* The current replay position. NULL if not replaying.
388 Gaps are skipped during replay, so REPLAY always points to a valid
390 struct btrace_insn_iterator *replay; member in struct:btrace_thread_info
record-btrace.c 153 /* Memory access types used in set/show record btrace replay-memory-access. */
163 /* The currently allowed replay memory access type. */
187 /* The async event handler for reverse/replay execution. */
614 gdb_printf (_("Replay in progress. At instruction %u.\n"),
615 btrace_insn_number (btinfo->replay));
910 struct btrace_insn_iterator *replay; local
914 /* If we're replaying, we start at the replay position. Otherwise, we
916 replay = btinfo->replay;
917 if (replay != NULL
1294 struct btrace_insn_iterator *replay; local
1594 btrace_insn_iterator *replay = nullptr; local
1846 const struct btrace_insn_iterator *replay; local
2066 struct btrace_insn_iterator *replay; local
2158 struct btrace_insn_iterator *replay, end; local
2357 struct btrace_insn_iterator *replay; local
2380 struct btrace_insn_iterator *replay, end, start; local
2448 struct btrace_insn_iterator *replay, start; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
btrace.h 387 /* The current replay position. NULL if not replaying.
388 Gaps are skipped during replay, so REPLAY always points to a valid
390 struct btrace_insn_iterator *replay; member in struct:btrace_thread_info
record-btrace.c 150 /* Memory access types used in set/show record btrace replay-memory-access. */
160 /* The currently allowed replay memory access type. */
184 /* The async event handler for reverse/replay execution. */
611 gdb_printf (_("Replay in progress. At instruction %u.\n"),
612 btrace_insn_number (btinfo->replay));
907 struct btrace_insn_iterator *replay; local
911 /* If we're replaying, we start at the replay position. Otherwise, we
913 replay = btinfo->replay;
914 if (replay != NULL
1291 struct btrace_insn_iterator *replay; local
1591 btrace_insn_iterator *replay = nullptr; local
1843 const struct btrace_insn_iterator *replay; local
2063 struct btrace_insn_iterator *replay; local
2155 struct btrace_insn_iterator *replay, end; local
2354 struct btrace_insn_iterator *replay; local
2377 struct btrace_insn_iterator *replay, end, start; local
2445 struct btrace_insn_iterator *replay, start; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_svm.c 387 /* Issue fault replay for GPU to retry accesses that faulted previously. */
391 SVM_DBG(svm, "replay");
598 int replay = 0, ret; local
782 replay++;
786 /* Issue fault replay to the GPU. */
787 if (replay)
  /src/sbin/route/
route.c 1350 struct ieee80211_replay_event replay; member in union:__anon805
1431 evlen = sizeof(ev.replay);
1432 printf("replay");
1454 PRIETHER_ARGS(ev.replay.iev_src),
1455 PRIETHER_ARGS(ev.replay.iev_dst),
1456 ev.replay.iev_cipher,
1457 ev.replay.iev_keyix);
1461 ev.replay.iev_keyrsc, ev.replay.iev_rsc);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 3561 bool replay = true; local
3562 while (client_update != NULL && replay) {
3563 replay = false;
3565 replay = true;
3573 replay = true;
3579 if (replay) {
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 3378 replay () function in class:gcc::jit::playback::context
3384 /* Replay the recorded events: */
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 3200 replay () function in class:gcc::jit::playback::context
3206 /* Replay the recorded events: */
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tpm.h 426 TPM_NONCE replay; member in struct:tdTPM_SIGN_INFO

Completed in 86 milliseconds