Symbol: OSSL_TIME_MS
crypto/openssl/include/internal/time.h
37
#define OSSL_TIME_US (OSSL_TIME_MS / 1000)
crypto/openssl/include/internal/time.h
44
#define ossl_ms2time(ms) ossl_ticks2time((ms) * OSSL_TIME_MS)
crypto/openssl/include/internal/time.h
45
#define ossl_time2ms(t) (ossl_time2ticks(t) / OSSL_TIME_MS)
crypto/openssl/ssl/quic/quic_ackm.c
485
#define K_GRANULARITY (1 * OSSL_TIME_MS)
crypto/openssl/test/quic_ackm_test.c
498
{ TX_ACK_TIME_OP_PKT, (advance) * OSSL_TIME_MS, (pn), (num_pn), NULL },
crypto/openssl/test/quic_ackm_test.c
500
{ TX_ACK_TIME_OP_ACK, (advance) * OSSL_TIME_MS, (pn), (num_pn), NULL },
crypto/openssl/test/quic_ackm_test.c
649
RX_OPK_PKT, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
crypto/openssl/test/quic_ackm_test.c
655
RX_OPK_CHECK_UNPROC, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
crypto/openssl/test/quic_ackm_test.c
661
RX_OPK_CHECK_PROC, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
crypto/openssl/test/quic_ackm_test.c
667
RX_OPK_CHECK_STATE, (advance) * OSSL_TIME_MS, 0, 0, \
crypto/openssl/test/quic_ackm_test.c
673
RX_OPK_CHECK_ACKS, (advance) * OSSL_TIME_MS, 0, 0, \
crypto/openssl/test/quic_ackm_test.c
679
RX_OPK_CHECK_ACKS, (advance) * OSSL_TIME_MS, 0, 0, \
crypto/openssl/test/quic_ackm_test.c
685
RX_OPK_TX, (advance) * OSSL_TIME_MS, (pn), 1, \
crypto/openssl/test/quic_ackm_test.c
691
RX_OPK_RX_ACK, (advance) * OSSL_TIME_MS, (pn), (num_pn), \
crypto/openssl/test/quic_fc_test.c
288
RX_OP_STEP_TIME(1000 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
307
RX_OP_RETIRE(0, 20, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
324
RX_OP_STEP_TIME(201 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
326
RX_OP_RETIRE(0, INIT_WINDOW_SIZE - 60, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
336
RX_OP_STEP_TIME(201 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
338
RX_OP_RETIRE(0, INIT_WINDOW_SIZE, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
348
RX_OP_STEP_TIME(199 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
350
RX_OP_RETIRE(0, INIT_WINDOW_SIZE, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
360
RX_OP_STEP_TIME(250 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
378
RX_OP_STEP_TIME(1000 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
407
RX_OP_RETIRE(0, 10, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
414
RX_OP_RETIRE(1, 42, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_fc_test.c
424
RX_OP_STEP_TIME(1000 * OSSL_TIME_MS)
crypto/openssl/test/quic_fc_test.c
433
RX_OP_RETIRE(0, INIT_S_WINDOW_SIZE - 10, 50 * OSSL_TIME_MS, 0)
crypto/openssl/test/quic_record_test.c
9015
return ossl_time_multiply(ossl_ticks2time(OSSL_TIME_MS), counter);
crypto/openssl/test/quic_txp_test.c
397
ossl_ticks2time(OSSL_TIME_MS))))
crypto/openssl/test/quic_wire_test.c
84
{ OSSL_TIME_MS },