HomeSort by: relevance | last modified time | path
    Searched refs:replay (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/heimdal/dist/tests/can/
test_can.in 54 replay="${TESTS_ENVIRONMENT} ../../kdc/kdc-replay"
77 ${replay} ${srcdir}/${tst}.req || { cat messages.log ; exit 1; }
  /src/external/gpl3/gdb.old/dist/gdb/
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...]
record-full.c 1 /* Process record and replay target for GDB, the GNU debugger.
52 record and replay". This target sits on top of a "normal" target
53 (a target that "has execution"), and provides a record and replay
65 In replay mode, instead of actually letting the inferior run as a
136 the next entry in the list that will be executed (in replay mode).
191 2) In replay mode, it traverses the list and points to
217 = N_("Process record and replay target");
219 = N_("Log program while executing and replay execution from log.");
705 "log entries when record/replay buffer becomes "
741 the replay mode
    [all...]
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
  /src/external/gpl3/gdb/dist/gdb/
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...]
record-full.c 1 /* Process record and replay target for GDB, the GNU debugger.
52 record and replay". This target sits on top of a "normal" target
53 (a target that "has execution"), and provides a record and replay
65 In replay mode, instead of actually letting the inferior run as a
136 the next entry in the list that will be executed (in replay mode).
191 2) In replay mode, it traverses the list and points to
217 = N_("Process record and replay target");
219 = N_("Log program while executing and replay execution from log.");
705 "log entries when record/replay buffer becomes "
741 the replay mode
    [all...]
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
  /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/netipsec/
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...]
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...]
keydb.h 116 struct secreplay *replay; /* replay prevention */ member in struct:secasvar
117 size_t replay_len; /* length of replay */
147 /* replay prevention */
xform_ah.c 89 * the replay counter; the new protocol always includes the counter.
209 * Verify the replay state block allocation is consistent with
213 /* NB: replay state is setup elsewhere (sigh) */
214 if (((sav->flags&SADB_X_EXT_OLD) == 0) ^ (sav->replay != NULL)) {
215 DPRINTF("replay state block inconsistency, "
216 "%s algorithm %s replay state\n",
218 sav->replay == NULL ? "without" : "with");
552 /* Check replay window, if applicable. */
553 if (sav->replay && !ipsec_chkreplay(ntohl(ah->ah_seq), sav)) {
555 DPRINTF("packet replay failure: %s\n"
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_transport.c 61 memcpy(signInfo.replay.nonce, pValidationData->rgbExternalData, sizeof(TPM_NONCE));
64 (BYTE **)&signInfo.replay.nonce)))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.replay/
connect.exp 18 # instead of the expected replay to the vMustReplyEmpty packet in order
53 # The replay log is placed in 'replay.log'.
54 set remotelog [standard_output_file replay.log]
  /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/crypto/external/bsd/heimdal/dist/tests/db/
add-modify-delete.in 122 echo "check iprop replay"
130 ${iproplog} replay > /dev/null || exit 1
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 60 bool replay; member in struct:nvkm_vmm
  /src/sys/fs/nfs/client/
nfs_clkrpc.c 47 #include <rpc/replay.h>
  /src/crypto/external/bsd/heimdal/dist/kdc/
NTMakefile 46 NOINST_PROGRAMS=$(OBJ)\kdc-replay.exe
  /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/usr.sbin/sysinst/
msg.entropy.en 107 operations are suspect to replay attacks.
msg.entropy.es 107 operations are suspect to replay attacks.
msg.entropy.fr 107 operations are suspect to replay attacks.
  /src/games/gomoku/
main.c 386 replay:
393 goto replay;

Completed in 80 milliseconds

1 2 3