Home
last modified time | relevance | path

Searched refs:UINT64_MAX (Results 1 – 25 of 37) sorted by relevance

12

/openssl/ssl/quic/
H A Dquic_fifd.c89 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) in on_acked()
92 if (chunks[i].has_stop_sending && chunks[i].stream_id != UINT64_MAX) in on_acked()
97 if (chunks[i].has_reset_stream && chunks[i].stream_id != UINT64_MAX) in on_acked()
157 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) { in on_lost()
162 if (chunks[i].has_stop_sending && chunks[i].stream_id != UINT64_MAX) in on_lost()
187 if (sstream_updated && chunks[i].stream_id != UINT64_MAX) in on_lost()
201 UINT64_MAX, pkt, in on_lost()
206 UINT64_MAX, pkt, in on_lost()
211 UINT64_MAX, pkt, in on_lost()
216 UINT64_MAX, pkt, in on_lost()
[all …]
H A Dquic_record_util.c211 UINT64_MAX - 1, /* No applicable limit for this suite (RFC 9001) */
280 return c != NULL ? c->max_pkt : UINT64_MAX; in ossl_qrl_get_suite_max_pkt()
286 return c != NULL ? c->max_forged_pkt : UINT64_MAX; in ossl_qrl_get_suite_max_forged_pkt()
H A Dcc_newreno.c104 nr->slow_start_thresh = UINT64_MAX; in newreno_reset()
264 nr->slow_start_thresh = UINT64_MAX; in newreno_cong()
H A Dquic_record_rx.c796 uint64_t rx_key_epoch = UINT64_MAX; in qrx_process_pkt()
1299 return el == NULL ? UINT64_MAX : el->key_epoch; in ossl_qrx_get_key_epoch()
1334 return el == NULL ? UINT64_MAX in ossl_qrx_get_max_forged_pkt_count()
H A Dquic_rstream.c183 #if SIZE_MAX < UINT64_MAX in ossl_quic_rstream_available()
H A Dquic_record_tx.c1064 return UINT64_MAX; in ossl_qtx_get_cur_epoch_pkt_count()
1075 return UINT64_MAX; in ossl_qtx_get_max_epoch_pkt_count()
/openssl/apps/
H A Drand.c112 scaled_num = UINT64_MAX >> 3; in rand_main()
165 if ((UINT64_MAX >> shift) < (size_t)num) { in rand_main()
171 if (scaled_num > (UINT64_MAX >> 3)) { in rand_main()
/openssl/test/
H A Dquic_fifd_test.c270 || !TEST_uint64_t_eq(regen_stream_id[2], UINT64_MAX) in test_generic()
272 || !TEST_uint64_t_eq(regen_stream_id[3], UINT64_MAX) in test_generic()
274 || !TEST_uint64_t_eq(regen_stream_id[4], UINT64_MAX) in test_generic()
276 || !TEST_uint64_t_eq(regen_stream_id[5], UINT64_MAX) in test_generic()
278 || !TEST_uint64_t_eq(regen_stream_id[6], UINT64_MAX)) in test_generic()
H A Dquic_cc_test.c339 uint64_t diag_cur_bytes_in_flight = UINT64_MAX; in test_simulate()
340 uint64_t diag_cur_cwnd_size = UINT64_MAX; in test_simulate()
433 if (!TEST_uint64_t_ne(diag_cur_bytes_in_flight, UINT64_MAX) in test_simulate()
434 || !TEST_uint64_t_ne(diag_cur_cwnd_size, UINT64_MAX)) in test_simulate()
493 uint64_t diag_cur_bytes_in_flight = UINT64_MAX; in test_sanity()
H A Dconstant_time_test.c57 0, 1, 1024, 12345, 32000, 32000000, 32000000001, UINT64_MAX / 2,
58 UINT64_MAX / 2 + 1, UINT64_MAX - 1, UINT64_MAX
H A Dquic_multistream_test.c206 #define ANY_ID UINT64_MAX
955 return UINT64_MAX; in helper_get_s_stream()
959 return UINT64_MAX; in helper_get_s_stream()
5501 item->events = UINT64_MAX; in script_85_poll()
5502 item->revents = UINT64_MAX; in script_85_poll()
5506 item->events = UINT64_MAX; in script_85_poll()
5507 item->revents = UINT64_MAX; in script_85_poll()
5511 item->events = UINT64_MAX; in script_85_poll()
5512 item->revents = UINT64_MAX; in script_85_poll()
5516 item->events = UINT64_MAX; in script_85_poll()
[all …]
H A Dquicfaultstest.c102 uint64_t sid = UINT64_MAX; in test_unknown_frame()
271 uint64_t sid = UINT64_MAX; in test_corrupted_data()
H A Dquic_qlog_test.c114 QLOG_U64("field5", UINT64_MAX); in test_qlog()
H A Dquic_lcidm_test.c29 uint64_t seq_num = UINT64_MAX; in test_lcidm()
H A Dasn1_encode_test.c457 ENCDEC_ARRAY(UINT64_MAX, UINT64_MAX, 0, 0),
H A Dquicapitest.c61 uint64_t sid = UINT64_MAX; in test_quic_write_read()
667 SSL_CTX_set_options(ctx, UINT64_MAX); in test_quic_forbidden_options()
669 if (!TEST_uint64_t_eq(SSL_CTX_get_options(ctx), UINT64_MAX)) in test_quic_forbidden_options()
686 SSL_set_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
692 SSL_clear_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
H A Dquic_txp_test.c1329 h.frame_type = UINT64_MAX; in run_script()
1335 h.frame_type = UINT64_MAX; in run_script()
1363 h.frame_type = UINT64_MAX; in run_script()
H A Dquic_record_test.c1808 uint64_t last_key_epoch = UINT64_MAX; in rx_run_script()
3651 if (!TEST_uint64_t_lt(max_value, UINT64_MAX)) in tx_run_script()
3655 if (!TEST_uint64_t_lt(old_value, UINT64_MAX)) in tx_run_script()
/openssl/include/internal/
H A Dquic_lcidm.h231 #define LCIDM_ODCID_SEQ_NUM UINT64_MAX
H A Dquic_types.h57 # define QUIC_PN_INVALID UINT64_MAX
H A Dnumbers.h61 # define UINT64_MAX __MAXUINT__(uint64_t) macro
/openssl/util/
H A Dquicserver.c248 if (streamid == UINT64_MAX) in main()
256 } while(streamid == UINT64_MAX); in main()
/openssl/providers/implementations/kdfs/
H A Dscrypt.c497 i = UINT64_MAX / (32 * sizeof(uint32_t)); in scrypt_alg()
505 if (Blen > UINT64_MAX - Vlen) { in scrypt_alg()
/openssl/doc/man3/
H A DSSL_get_stream_id.pod81 SSL_get_stream_id() returns a QUIC stream ID, or B<UINT64_MAX> if called on an
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md342 /* The stream ID, or UINT64_MAX for the CRYPTO stream. */
450 /* stream_id is UINT64_MAX for the crypto stream */
454 /* stream_id is UINT64_MAX if not applicable */

Completed in 77 milliseconds

12