Home
last modified time | relevance | path

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

/openssl-master/test/recipes/15-test_mp_rsa_data/
A Dplain_text3 it was the epoch of belief, it was the epoch of incredulity,
/openssl-master/test/helpers/
A Dssltestlib.c119 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local
139 epoch = (rec[RECORD_EPOCH_HI] << 8) | rec[RECORD_EPOCH_LO]; in dump_data()
140 printf("** Record Epoch: %d\n", epoch); in dump_data()
152 if (epoch > 0) { in dump_data()
266 unsigned int epoch; member
350 unsigned int seq, offset, len, epoch; in mempacket_test_read() local
376 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO]; in mempacket_test_read()
377 if (epoch != ctx->epoch) { in mempacket_test_read()
378 ctx->epoch = epoch; in mempacket_test_read()
393 if (ctx->droprec == (int)ctx->currrec && ctx->dropepoch == epoch) { in mempacket_test_read()
/openssl-master/test/
A Ddtlstest.c168 int epoch = 0; in test_dtls_drop_records() local
236 epoch = 1; in test_dtls_drop_records()
242 epoch = 1; in test_dtls_drop_records()
247 BIO_ctrl(mempackbio, MEMPACKET_CTRL_SET_DROP_EPOCH, epoch, NULL); in test_dtls_drop_records()
A Dbad_dtls_test.c280 static unsigned char epoch[2] = { 0x00, 0x01 }; in send_record() local
318 || !EVP_MAC_update(ctx, epoch, 2) in send_record()
344 BIO_write(rbio, epoch, 2); in send_record()
/openssl-master/ssl/record/
A Drec_layer_d1.c241 if (s->rlayer.d->unprocessed_rcds.epoch != s->rlayer.d->r_epoch) in dtls1_process_buffered_records()
308 s->rlayer.d->processed_rcds.epoch = s->rlayer.d->r_epoch; in dtls1_process_buffered_records()
309 s->rlayer.d->unprocessed_rcds.epoch = s->rlayer.d->r_epoch + 1; in dtls1_process_buffered_records()
1006 if (rr->epoch == s->rlayer.d->r_epoch) in dtls1_get_bitmap()
1014 else if (rr->epoch == (unsigned long)(s->rlayer.d->r_epoch + 1) && in dtls1_get_bitmap()
1015 s->rlayer.d->unprocessed_rcds.epoch != s->rlayer.d->r_epoch && in dtls1_get_bitmap()
A Drecord.h67 unsigned long epoch; member
81 unsigned short epoch; member
A Drecord_local.h98 #define SSL3_RECORD_get_epoch(r) ((r)->epoch)
A Dssl3_record.c1744 n2s(p, rr->epoch); in dtls1_get_record()
/openssl-master/ssl/statem/
A Dstatem_dtls.c1085 frag->msg_header.saved_retransmit_state.epoch = in dtls1_buffer_message()
1152 saved_state.epoch = DTLS_RECORD_LAYER_get_w_epoch(&s->rlayer); in dtls1_retransmit_message()
1163 saved_retransmit_state.epoch); in dtls1_retransmit_message()
1173 DTLS_RECORD_LAYER_set_saved_w_epoch(&s->rlayer, saved_state.epoch); in dtls1_retransmit_message()
/openssl-master/include/openssl/
A Dct.h.in126 * Gets the time, in milliseconds since the Unix epoch, that will be used as the
133 * Sets the time to evaluate SCTs against, in milliseconds since the Unix epoch.
217 * Returns the timestamp for the SCT (epoch time in milliseconds).
222 * Set the timestamp of an SCT (epoch time in milliseconds).
/openssl-master/ssl/
A Dssl_local.h1852 unsigned short epoch; member
/openssl-master/
A DCHANGES.md4903 attacker by sending a record for the next epoch (which does not have to
6104 attacker by sending a record for the next epoch (which does not have to
6662 sequence number but for the next epoch. The memory leak could be exploited
7727 sequence number but for the next epoch. The memory leak could be exploited
9385 * Records are buffered if they arrive with a future epoch to be

Completed in 48 milliseconds