Searched refs:aec (Results 1 – 12 of 12) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_stream_map.c | 453 uint64_t aec) in ossl_quic_stream_map_reset_stream_send_part() argument 491 qs->reset_stream_aec = aec; in ossl_quic_stream_map_reset_stream_send_part() 655 uint64_t aec) in ossl_quic_stream_map_stop_sending_recv_part() argument 694 qs->stop_sending_aec = aec; in ossl_quic_stream_map_stop_sending_recv_part()
|
H A D | quic_channel.c | 3580 uint64_t aec) in ossl_quic_channel_set_incoming_stream_auto_reject() argument 3583 ch->incoming_stream_auto_reject_aec = aec; in ossl_quic_channel_set_incoming_stream_auto_reject()
|
H A D | quic_impl.c | 3220 uint64_t aec) in ossl_quic_set_incoming_stream_policy() argument 3235 ctx.qc->incoming_stream_aec = aec; in ossl_quic_set_incoming_stream_policy()
|
/openssl/include/internal/ |
H A D | quic_stream_map.h | 723 uint64_t aec); 806 uint64_t aec);
|
H A D | quic_channel.h | 373 uint64_t aec);
|
H A D | quic_ssl.h | 85 uint64_t aec);
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 461 uint64_t aec; in h3_conn_pump_stream() local 507 if (!SSL_get_stream_read_error_code(s->s, &aec)) in h3_conn_pump_stream() 510 ec = nghttp3_conn_close_stream(conn->h3conn, s->id, aec); in h3_conn_pump_stream()
|
/openssl/test/ |
H A D | quic_txp_test.c | 306 #define OP_STOP_SENDING(id, aec) \ argument 307 { OPK_STOP_SENDING, (id), (aec) }, 308 #define OP_RESET_STREAM(id, aec) \ argument 309 { OPK_RESET_STREAM, (id), (aec) },
|
H A D | quic_multistream_test.c | 287 #define OP_C_STREAM_RESET(stream_name, aec) \ argument 288 {OPK_C_STREAM_RESET, NULL, 0, NULL, #stream_name, (aec)}, 289 #define OP_C_STREAM_RESET_FAIL(stream_name, aec) \ argument 290 {OPK_C_STREAM_RESET_FAIL, NULL, 0, NULL, #stream_name, (aec)}, 386 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() local 388 if (!ossl_quic_tserver_stream_has_peer_reset_stream(ACQUIRE_S(), stream_id, &aec)) { in check_stream_reset() 393 return TEST_uint64_t_eq(aec, 42); in check_stream_reset()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 1103 * for application consumption. `aec` is ignored in this case. 1106 * receiving and sending parts handled via non-normal termination. `aec` is an 1115 int SSL_set_incoming_stream_policy(SSL *ssl, int policy, uint64_t aec);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7727 int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec) in SSL_set_incoming_stream_policy() argument 7733 return ossl_quic_set_incoming_stream_policy(s, policy, aec); in SSL_set_incoming_stream_policy()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2317 __owur int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec);
|
Completed in 92 milliseconds