Home
last modified time | relevance | path

Searched refs:replay (Results 1 – 25 of 49) sorted by relevance

12

/trueos/sys/netipsec/
HDipsec.c1447 const struct secreplay *replay; in ipsec_chkreplay() local
1454 IPSEC_ASSERT(sav->replay != NULL, ("Null replay state")); in ipsec_chkreplay()
1456 replay = sav->replay; in ipsec_chkreplay()
1458 if (replay->wsize == 0) in ipsec_chkreplay()
1462 frlast = replay->wsize - 1; in ipsec_chkreplay()
1463 wsizeb = replay->wsize << 3; in ipsec_chkreplay()
1470 if (replay->count == 0) in ipsec_chkreplay()
1473 if (seq > replay->lastseq) { in ipsec_chkreplay()
1478 diff = replay->lastseq - seq; in ipsec_chkreplay()
1487 if ((replay->bitmap)[fr] & (1 << (diff % 8))) in ipsec_chkreplay()
[all …]
HDxform_esp.c141 if (sav->tdb_authalgxform != NULL && sav->replay) in esp_hdrsiz()
341 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) { in esp_input()
569 if (sav->replay) { in esp_input_cb()
783 if (sav->replay) { in esp_output()
784 u_int32_t replay; in esp_output() local
790 sav->replay->count++; in esp_output()
791 replay = htonl(sav->replay->count); in esp_output()
792 bcopy((caddr_t) &replay, in esp_output()
HDxform_ah.c204 if (((sav->flags&SADB_X_EXT_OLD) == 0) ^ (sav->replay != NULL)) { in ah_init0()
208 sav->replay == NULL ? "without" : "with")); in ah_init0()
596 if (sav->replay && !ipsec_chkreplay(ntohl(ah->ah_seq), sav)) { in ah_input()
830 if (sav->replay) { in ah_input_cb()
992 if (sav->replay) { in ah_output()
993 if (sav->replay->count == ~0 && in ah_output()
1007 sav->replay->count++; in ah_output()
1008 ah->ah_seq = htonl(sav->replay->count); in ah_output()
HDkeydb.h130 struct secreplay *replay; /* replay prevention */ member
HDkey_debug.c586 if (sav->replay != NULL) in kdebug_secasv()
587 kdebug_secreplay(sav->replay); in kdebug_secasv()
HDkey.c2874 if (sav->replay != NULL) { in key_cleansav()
2875 free(sav->replay, M_IPSEC_MISC); in key_cleansav()
2876 sav->replay = NULL; in key_cleansav()
3024 sav->replay = NULL; in key_setsaval()
3057 sav->replay = (struct secreplay *) in key_setsaval()
3059 if (sav->replay == NULL) { in key_setsaval()
3066 sav->replay->bitmap = (caddr_t)(sav->replay+1); in key_setsaval()
3067 sav->replay->wsize = sa0->sadb_sa_replay; in key_setsaval()
3372 sav->replay ? sav->replay->count : 0, in key_setdumpsa()
3570 p->sadb_sa_replay = (sav->replay != NULL ? sav->replay->wsize : 0); in key_setsadbsa()
[all …]
/trueos/sbin/setkey/
HDscriptdump.pl37 $replay = $2;
40 print " -m $ipsecmode -r $replay" if $replay;
/trueos/crypto/heimdal/lib/krb5/
HDkrb5_err.et47 error_code ERR_REPEAT, "Request is a replay"
165 error_code KRB5_RC_MALLOC, "No more memory to allocate (in replay cache code)"
168 error_code KRB5_RC_REPLAY, "Message is a replay"
173 error_code KRB5_RC_IO_EOF, "End-of-file on replay cache I/O"
174 error_code KRB5_RC_IO_MALLOC, "No more memory to allocate (in replay cache I/O code)"
175 error_code KRB5_RC_IO_PERM, "Permission denied in replay cache code"
176 error_code KRB5_RC_IO_IO, "I/O error in replay cache i/o code"
178 error_code KRB5_RC_IO_SPACE, "Insufficient system space to store replay information"
237 error_code KRB5_RCACHE_BADVNO, "Unsupported replay cache format version number"
245 error_code KRB5_RC_REQUIRED, "Message replay detection requires rcache parameter"
HDMakefile.am205 replay.c \
/trueos/crypto/heimdal/lib/kadm5/
HDiprop-commands.in74 name = "replay"
78 help = "start replay with this version"
85 help = "end replay with this version"
/trueos/usr.bin/svn/lib/libsvn_repos/
HDMakefile12 replay.c reporter.c repos.c rev_hunt.c \
/trueos/usr.bin/svn/lib/libsvn_ra_serf/
HDMakefile13 property.c replay.c sb_bucket.c serf.c update.c util.c \
/trueos/sys/modules/krpc/
HDMakefile18 replay.c \
/trueos/contrib/file/magic/Magdir/
HDaudio284 >22 byte =0 replay 5.485 KHz
285 >22 byte =1 replay 8.084 KHz
286 >22 byte =2 replay 10.971 KHz
287 >22 byte =3 replay 16.168 KHz
288 >22 byte =4 replay 21.942 KHz
289 >22 byte =5 replay 32.336 KHz
290 >22 byte =6 replay 43.885 KHz
291 >22 byte =7 replay 47.261 KHz
/trueos/crypto/heimdal/kdc/
HDMakefile.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@
HDMakefile.am15 noinst_PROGRAMS = kdc-replay
/trueos/crypto/heimdal/doc/
HDwhatis.texi128 It would be possible to add a @dfn{replay cache}
129 @cindex replay cache
/trueos/contrib/nvi/vi/
HDv_txt.c477 goto replay; in v_txt()
546 goto replay; in v_txt()
599 replay: if (LF_ISSET(TXT_REPLAY)) { in v_txt()
868 goto replay; in v_txt()
1393 goto replay; in v_txt()
1441 goto replay; in v_txt()
/trueos/crypto/openssl/doc/apps/
HDspkac.pod127 to be used in a "replay attack".
/trueos/contrib/subversion/subversion/libsvn_ra_svn/
HDprotocol460 replay
466 replay-range
557 finish-replay
559 Only delivered from server to client, at the end of a replay.
/trueos/contrib/subversion/subversion/libsvn_ra/
HDra_loader.h273 svn_error_t *(*replay)(svn_ra_session_t *session, member
/trueos/contrib/gdb/gdb/gdbserver/
HDREADME114 A special hacked down version of gdbserver can be used to replay remote
/trueos/contrib/wpa/hostapd/
HDREADME269 too small and IV reuse makes attacks easier, there is no replay
277 per-packet RC4 keys. In addition, it implements replay protection,
/trueos/contrib/unbound/
HDMakefile.in166 testcode/replay.c testcode/fake_event.c
167 TESTBOUND_OBJ=testbound.lo replay.lo fake_event.lo
/trueos/kerberos5/lib/libkrb5/
HDMakefile588 replay.c \

12