Searched refs:replay (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sbin/setkey/
H A Dscriptdump.pl35 } elsif (/^\tseq=(0x\d+) replay=(\d+) flags=(0x\d+) state=/) {
37 $replay = $2;
40 print " -m $ipsecmode -r $replay" if $replay;
/freebsd-11-stable/sys/netipsec/
H A Dipsec.c213 * This allows to verify if the other side has proper replay attacks detection.
218 "Emulate replay attack");
1166 * Check the variable replay window.
1167 * ipsec_chkreplay() performs replay check before ICV verification.
1168 * ipsec_updatereplay() updates replay bitmap. This must be called after
1169 * ICV verification (it also performs replay check, which is usually done
1184 const struct secreplay *replay; local
1189 IPSEC_ASSERT(sav->replay != NULL, ("Null replay state"));
1191 replay
1239 struct secreplay *replay; local
[all...]
H A Dxform_esp.c118 if (sav->tdb_authalgxform != NULL && sav->replay)
351 if (esph != NULL && sav->replay != NULL && sav->replay->wsize != 0) {
354 DPRINTF(("%s: packet replay check for %s\n", __func__,
552 * Update replay sequence number, if appropriate.
554 if (sav->replay) {
562 DPRINTF(("%s: packet replay check for %s\n", __func__,
766 if (sav->replay) {
767 uint32_t replay; local
770 /* Emulate replay attac
[all...]
H A Dxform_ah.c80 * the replay counter; the new protocol always includes the counter.
200 * Verify the replay state block allocation is consistent with
204 /* NB: replay state is setup elsewhere (sigh) */
205 if (((sav->flags&SADB_X_EXT_OLD) == 0) ^ (sav->replay != NULL)) {
206 DPRINTF(("%s: replay state block inconsistency, "
207 "%s algorithm %s replay state\n", __func__,
209 sav->replay == NULL ? "without" : "with"));
579 /* Check replay window, if applicable. */
581 if (sav->replay != NULL && sav->replay
[all...]
H A Dkeydb.h155 struct secreplay *replay; /* replay prevention */ member in struct:secasvar
H A Dkey.c2962 if (sav->replay != NULL) {
2963 if (sav->replay->bitmap != NULL)
2964 free(sav->replay->bitmap, M_IPSEC_MISC);
2965 free(sav->replay, M_IPSEC_MISC);
2966 sav->replay = NULL;
3162 uint32_t replay; local
3194 /* Optional replay window */
3195 replay = 0;
3197 replay = sa0->sadb_sa_replay;
3203 replay
3777 key_setsadbxsareplay(u_int32_t replay) argument
[all...]
H A Dkey_debug.c282 printf("sadb_prop{ replay=%u\n", prop->sadb_prop_replay);
413 printf("sadb_sa{ spi=%u replay=%u state=%u\n",
488 struct sadb_x_sa_replay *replay; local
494 replay = (struct sadb_x_sa_replay *)ext;
495 printf("sadb_x_sa_replay{ replay=%u }\n",
496 replay->sadb_x_sa_replay_replay);
878 if (sav->replay != NULL) {
881 kdebug_secreplay(sav->replay);
/freebsd-11-stable/sys/modules/krpc/
H A DMakefile18 replay.c \
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl136 local $ln, $rln, $line, $replay;
172 $replay = $curln . " " . $line;
227 $replay .= $curln . " " . $line;
679 print STDERR $replay . "\n" if $opt_print;
686 print STDERR $replay . "\n" if $opt_print;
693 print STDERR $replay . "\n" if $opt_print;
/freebsd-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile29 replay.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile30 replay.c \
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c43 #include <rpc/replay.h>
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.am15 noinst_PROGRAMS = kdc-replay
H A DMakefile.in52 noinst_PROGRAMS = kdc-replay$(EXEEXT)
180 kdc_replay_SOURCES = kdc-replay.c
181 kdc_replay_OBJECTS = kdc-replay.$(OBJEXT)
211 $(hprop_SOURCES) $(hpropd_SOURCES) $(kdc_SOURCES) kdc-replay.c \
214 $(hprop_SOURCES) $(hpropd_SOURCES) $(kdc_SOURCES) kdc-replay.c \
779 kdc-replay$(EXEEXT): $(kdc_replay_OBJECTS) $(kdc_replay_DEPENDENCIES)
780 @rm -f kdc-replay$(EXEEXT)
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdc-replay.Po@am__quote@
/freebsd-11-stable/sys/rpc/
H A Dreplay.c41 #include <rpc/replay.h>
H A Dsvc.c65 #include <rpc/replay.h>
910 * executed. We handle authentication and replay cache replies here.
/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h259 struct ff_replay replay; member in struct:ff_effect
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c265 size_t rcol; /* 0-N: insert offset in the replay buffer. */
436 * can change between the insert and the replay.
448 * error messages during the replay. Otherwise, when the user enters
477 goto replay;
534 * If the first character of the input is a nul, replay the previous
535 * input. (Historically, it's okay to replay non-existent input.)
546 goto replay;
592 /* Check to see if the character fits into the replay buffers. */
599 replay: if (LF_ISSET(TXT_REPLAY)) {
696 * replay character
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h295 svn_error_t *(*replay)(svn_ra_session_t *session,
294 svn_error_t *(*replay)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
H A Dra_loader.c1161 return session->vtable->replay(session, revision, low_water_mark,
1272 default shim over the normal replay editor. */
1274 /* This will call the Ev1 replay range handler with modified
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.am205 replay.c \
H A DMakefile.in192 libkrb5_la-recvauth.lo libkrb5_la-replay.lo libkrb5_la-salt.lo \
894 replay.c \
1392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-replay.Plo@am__quote@
2131 libkrb5_la-replay.lo: replay.c
2132 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkrb5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkrb5_la-replay.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-replay.Tpo -c -o libkrb5_la-replay.lo `test -f 'replay.c' || echo '$(srcdir)/'`replay
[all...]
/freebsd-11-stable/kerberos5/lib/libkrb5/
H A DMakefile586 replay.c \
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in207 testcode/replay.c testcode/fake_event.c
208 TESTBOUND_OBJ=testbound.lo replay.lo fake_event.lo
1386 $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \
1458 replay.lo replay.o: $(srcdir)/testcode/replay.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
1459 $(srcdir)/util/config_file.h $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \
1470 $(srcdir)/testcode/replay.h $(srcdir)/testcode/testpkts.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h \
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c3497 replay(svn_ra_svn_conn_t *conn,
3812 { "replay", replay },
3813 { "replay-range", replay_range },
3496 replay(svn_ra_svn_conn_t *conn, function

Completed in 541 milliseconds

12