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

/freebsd-10.0-release/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-10.0-release/sys/netipsec/
H A Dipsec.c182 * This allows to verify if the other side has proper replay attacks detection.
187 "Emulate replay attack");
1448 * Check the variable replay window.
1449 * ipsec_chkreplay() performs replay check before ICV verification.
1450 * ipsec_updatereplay() updates replay bitmap. This must be called after
1451 * ICV verification (it also performs replay check, which is usually done
1460 const struct secreplay *replay; local
1467 IPSEC_ASSERT(sav->replay != NULL, ("Null replay state"));
1469 replay
1516 struct secreplay *replay; local
[all...]
H A Dkeydb.h138 struct secreplay *replay; /* replay prevention */ member in struct:secasvar
175 /* replay prevention */
H A Dxform_esp.c142 if (sav->tdb_authalgxform != NULL && sav->replay)
342 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) {
343 DPRINTF(("%s: packet replay check for %s\n", __func__,
568 * Update replay sequence number, if appropriate.
570 if (sav->replay) {
576 DPRINTF(("%s: packet replay check for %s\n", __func__,
784 if (sav->replay) {
785 u_int32_t replay; local
788 /* Emulate replay attack when ipsec_replay is TRUE. */
791 sav->replay
[all...]
H A Dxform_ah.c78 * 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"));
596 /* Check replay window, if applicable. */
597 if (sav->replay && !ipsec_chkreplay(ntohl(ah->ah_seq), sav)) {
599 DPRINTF(("%s: packet replay failur
[all...]
H A Dkey_debug.c190 printf("sadb_prop{ replay=%u\n", prop->sadb_prop_replay);
325 printf("sadb_sa{ spi=%u replay=%u state=%u\n",
601 if (sav->replay != NULL)
602 kdebug_secreplay(sav->replay);
H A Dkey.c2904 if (sav->replay != NULL) {
2905 free(sav->replay, M_IPSEC_MISC);
2906 sav->replay = NULL;
3062 sav->replay = NULL;
3093 /* replay window */
3095 sav->replay = (struct secreplay *)
3097 if (sav->replay == NULL) {
3104 sav->replay->bitmap = (caddr_t)(sav->replay+1);
3105 sav->replay
[all...]
/freebsd-10.0-release/sys/modules/krpc/
H A DMakefile17 replay.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_repos/
H A DMakefile12 replay.c reporter.c repos.c rev_hunt.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile13 property.c replay.c sb_bucket.c serf.c update.c util.c \
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clkrpc.c43 #include <rpc/replay.h>
/freebsd-10.0-release/sys/rpc/
H A Dreplay.c40 #include <rpc/replay.h>
H A Dsvc.c64 #include <rpc/replay.h>
777 * executed. We handle authentication and replay cache replies here.
/freebsd-10.0-release/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-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h274 svn_error_t *(*replay)(svn_ra_session_t *session,
273 svn_error_t *(*replay)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
H A Dra_loader.c1142 return session->vtable->replay(session, revision, low_water_mark,
1246 default shim over the normal replay editor. */
1248 /* This will call the Ev1 replay range handler with modified
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_srvkrpc.c76 #include <rpc/replay.h>
502 * Called when nmbclusters changes - we resize the replay cache
/freebsd-10.0-release/kerberos5/lib/libkrb5/
H A DMakefile588 replay.c \
/freebsd-10.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c2985 static svn_error_t *replay(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
3164 { "replay", replay },
3165 { "replay-range", replay_range },
2984 static svn_error_t *replay(svn_ra_svn_conn_t *conn, apr_pool_t *pool, function
/freebsd-10.0-release/contrib/subversion/
H A Dbuild-outputs.mk406 libsvn_ra_serf_DEPS = subversion/libsvn_ra_serf/blame.lo subversion/libsvn_ra_serf/blncache.lo subversion/libsvn_ra_serf/commit.lo subversion/libsvn_ra_serf/get_deleted_rev.lo subversion/libsvn_ra_serf/getdate.lo subversion/libsvn_ra_serf/getlocations.lo subversion/libsvn_ra_serf/getlocationsegments.lo subversion/libsvn_ra_serf/getlocks.lo subversion/libsvn_ra_serf/inherited_props.lo subversion/libsvn_ra_serf/locks.lo subversion/libsvn_ra_serf/log.lo subversion/libsvn_ra_serf/merge.lo subversion/libsvn_ra_serf/mergeinfo.lo subversion/libsvn_ra_serf/options.lo subversion/libsvn_ra_serf/property.lo subversion/libsvn_ra_serf/replay.lo subversion/libsvn_ra_serf/sb_bucket.lo subversion/libsvn_ra_serf/serf.lo subversion/libsvn_ra_serf/update.lo subversion/libsvn_ra_serf/util.lo subversion/libsvn_ra_serf/util_error.lo subversion/libsvn_ra_serf/xml.lo subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
407 libsvn_ra_serf_OBJECTS = blame.lo blncache.lo commit.lo get_deleted_rev.lo getdate.lo getlocations.lo getlocationsegments.lo getlocks.lo inherited_props.lo locks.lo log.lo merge.lo mergeinfo.lo options.lo property.lo replay.lo sb_bucket.lo serf.lo update.lo util.lo util_error.lo xml.lo
418 libsvn_repos_DEPS = subversion/libsvn_repos/authz.lo subversion/libsvn_repos/commit.lo subversion/libsvn_repos/delta.lo subversion/libsvn_repos/deprecated.lo subversion/libsvn_repos/dump.lo subversion/libsvn_repos/fs-wrap.lo subversion/libsvn_repos/hooks.lo subversion/libsvn_repos/load-fs-vtable.lo subversion/libsvn_repos/load.lo subversion/libsvn_repos/log.lo subversion/libsvn_repos/node_tree.lo subversion/libsvn_repos/notify.lo subversion/libsvn_repos/replay.lo subversion/libsvn_repos/reporter.lo subversion/libsvn_repos/repos.lo subversion/libsvn_repos/rev_hunt.lo subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
419 libsvn_repos_OBJECTS = authz.lo commit.lo delta.lo deprecated.lo dump.lo fs-wrap.lo hooks.lo load-fs-vtable.lo load.lo log.lo node_tree.lo notify.lo replay.lo reporter.lo repos.lo rev_hunt.lo
494 mod_dav_svn_DEPS = subversion/mod_dav_svn/activity.lo subversion/mod_dav_svn/authz.lo subversion/mod_dav_svn/deadprops.lo subversion/mod_dav_svn/liveprops.lo subversion/mod_dav_svn/lock.lo subversion/mod_dav_svn/merge.lo subversion/mod_dav_svn/mirror.lo subversion/mod_dav_svn/mod_dav_svn.lo subversion/mod_dav_svn/posts/create_txn.lo subversion/mod_dav_svn/reports/dated-rev.lo subversion/mod_dav_svn/reports/deleted-rev.lo subversion/mod_dav_svn/reports/file-revs.lo subversion/mod_dav_svn/reports/get-location-segments.lo subversion/mod_dav_svn/reports/get-locations.lo subversion/mod_dav_svn/reports/get-locks.lo subversion/mod_dav_svn/reports/inherited-props.lo subversion/mod_dav_svn/reports/log.lo subversion/mod_dav_svn/reports/mergeinfo.lo subversion/mod_dav_svn/reports/replay.lo subversion/mod_dav_svn/reports/update.lo subversion/mod_dav_svn/repos.lo subversion/mod_dav_svn/util.lo subversion/mod_dav_svn/version.lo subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
495 mod_dav_svn_OBJECTS = activity.lo authz.lo deadprops.lo liveprops.lo lock.lo merge.lo mirror.lo mod_dav_svn.lo posts/create_txn.lo reports/dated-rev.lo reports/deleted-rev.lo reports/file-revs.lo reports/get-location-segments.lo reports/get-locations.lo reports/get-locks.lo reports/inherited-props.lo reports/log.lo reports/mergeinfo.lo reports/replay.lo reports/update.lo repos.lo util.lo version.lo
2226 subversion/libsvn_ra_serf/replay.lo: subversion/libsvn_ra_serf/replay.c subversion/include/private/svn_dav_protocol.h subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dav.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_xml.h subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra_serf/blncache.h subversion/libsvn_ra_serf/ra_serf.h subversion/svn_private_config.h
2282 subversion/libsvn_repos/replay.lo: subversion/libsvn_repos/replay
[all...]

Completed in 312 milliseconds