Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/crypto/libressl/ssl/
H A Dtls_content.c26 uint16_t epoch; member
99 return content->epoch; in tls_content_epoch()
103 tls_content_set_epoch(struct tls_content *content, uint16_t epoch) in tls_content_set_epoch() argument
105 content->epoch = epoch; in tls_content_set_epoch()
H A Dtls12_record_layer.c29 uint16_t epoch; member
290 uint16_t epoch) in tls12_record_layer_set_initial_epoch() argument
292 rl->initial_epoch = epoch; in tls12_record_layer_set_initial_epoch()
298 return rl->read->epoch; in tls12_record_layer_read_epoch()
304 return rl->write->epoch; in tls12_record_layer_write_epoch()
310 if (rl->write->epoch == epoch) in tls12_record_layer_use_write_epoch()
313 if (rl->write_current->epoch == epoch) { in tls12_record_layer_use_write_epoch()
318 if (rl->write_previous != NULL && rl->write_previous->epoch == epoch) { in tls12_record_layer_use_write_epoch()
329 if (rl->write_previous == NULL || rl->write_previous->epoch != epoch) in tls12_record_layer_write_epoch_done()
574 read_new->epoch = rl->read_current->epoch + 1; in tls12_record_layer_change_read_cipher_state()
[all …]
H A Dd1_pkt.c273 if (s->d1->unprocessed_rcds.epoch != in dtls1_process_buffered_record()
279 s->d1->unprocessed_rcds.epoch = in dtls1_process_buffered_record()
374 uint16_t epoch, len, ssl_version; in dtls1_get_record() local
398 if (!CBS_get_u16(&seq_no, &epoch)) in dtls1_get_record()
408 rr->epoch = epoch; in dtls1_get_record()
509 if (rr->epoch != tls12_record_layer_read_epoch(s->internal->rl)) { in dtls1_read_handshake_unexpected()
1042 if (rr->epoch == read_epoch) in dtls1_get_bitmap()
1046 if (rr->epoch == read_epoch_next && in dtls1_get_bitmap()
H A Ddtls_locl.h81 unsigned short epoch; member
108 unsigned short epoch; member
H A Dtls_content.h41 void tls_content_set_epoch(struct tls_content *content, uint16_t epoch);
H A Dd1_both.c972 frag->msg_header.saved_retransmit_state.epoch = in dtls1_buffer_message()
1040 saved_state.epoch = tls12_record_layer_write_epoch(s->internal->rl); in dtls1_retransmit_message()
1047 frag->msg_header.saved_retransmit_state.epoch)) in dtls1_retransmit_message()
1056 saved_state.epoch)) in dtls1_retransmit_message()
1077 frag->msg_header.saved_retransmit_state.epoch); in dtls1_clear_record_buffer()
H A Dssl_locl.h692 uint16_t epoch);
696 uint16_t epoch);
698 uint16_t epoch);
1145 uint16_t epoch; /* epoch number, needed by DTLS1 */ member
H A Dd1_lib.c189 s->d1->unprocessed_rcds.epoch = in dtls1_clear()
/dragonfly/usr.bin/calendar/
H A Dgregorian.c57 static const int epoch = 1; variable
79 int rd = ((epoch - 1) + 365 * (date->year - 1) + in fixed_from_gregorian()
111 int d0 = rd - epoch; in gregorian_year_from_fixed()
H A Djulian.c56 static const int epoch = -1; /* Gregorian: 0, December, 30 */ variable
78 int rd = ((epoch - 1) + 365 * (y - 1) + in fixed_from_julian()
100 date->year = div_floor(4 * (rd - epoch) + 1464, 1461); in julian_from_fixed()
H A Dchinese.c72 static const int epoch = -963099; /* Gregorian: -2636, February, 15 */ variable
277 (rd - epoch) / mean_tropical_year); in chinese_from_fixed()
294 int midyear = (int)floor(epoch + mean_tropical_year * in fixed_from_chinese()
/dragonfly/sbin/routed/
H A Dmain.c57 struct timeval epoch; /* when started */ variable
110 epoch = clk; in main()
111 epoch.tv_sec -= EPOCH; in main()
359 epoch.tv_sec += dt; in main()
362 timevalsub(&now, &clk, &epoch); in main()
H A Ddefs.h440 extern struct timeval epoch; /* system clock when started */
H A Dtrace.c138 secs += epoch.tv_sec; in ts()
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c405 size_t epoch; in FASTCOVER_buildDictionary() local
411 for (epoch = 0; tail > 0; epoch = (epoch + 1) % epochs.num) { in FASTCOVER_buildDictionary()
412 const U32 epochBegin = (U32)(epoch * epochs.size); in FASTCOVER_buildDictionary()
H A Dcover.c686 size_t epoch; in COVER_buildDictionary() local
692 for (epoch = 0; tail > 0; epoch = (epoch + 1) % epochs.num) { in COVER_buildDictionary()
693 const U32 epochBegin = (U32)(epoch * epochs.size); in COVER_buildDictionary()
/dragonfly/contrib/tcpdump/
H A Dprint-rx.c78 nd_uint32_t epoch; member
823 #define UBIK_VERSIONOUT() {uint32_t epoch; uint32_t counter; \
825 epoch = GET_BE_U_4(bp); \
829 ND_PRINT(" %u.%u", epoch, counter); \
/dragonfly/contrib/file/magic/Magdir/
H A Dpalm29 # Datestamps are unsigned seconds since the MacOS epoch (Jan 1, 1904),
H A Dmacintosh182 # creation date in seconds since MacOS epoch start. So 1 Jan 1970 ~ 7C25B080
395 # The MacOS epoch begins on 1 Jan 1904 instead of 1 Jan 1970, so these
H A Dmap14 # 20 years after unix epoch
H A Dmsdos1923 # Note: DOS date+time format is different from formats such as Unix epoch
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c7897 int64_t epoch; in cb_get_source_date_epoch() local
7906 epoch = strtol (source_date_epoch, &endptr, 10); in cb_get_source_date_epoch()
7908 epoch = strtoll (source_date_epoch, &endptr, 10); in cb_get_source_date_epoch()
7911 || epoch < 0 || epoch > MAX_SOURCE_DATE_EPOCH) in cb_get_source_date_epoch()
7919 return (time_t) epoch; in cb_get_source_date_epoch()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dchrono684 "a clock's minimum duration cannot be less than its epoch");
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dchrono827 "a clock's minimum duration cannot be less than its epoch");
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh1193 assert-support-predepends assert-working-epoch \

12