Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_stream_map.c453 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 Dquic_channel.c3580 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 Dquic_impl.c3207 uint64_t aec) in ossl_quic_set_incoming_stream_policy() argument
3222 ctx.qc->incoming_stream_aec = aec; in ossl_quic_set_incoming_stream_policy()
/openssl/include/internal/
H A Dquic_stream_map.h723 uint64_t aec);
806 uint64_t aec);
H A Dquic_channel.h373 uint64_t aec);
H A Dquic_ssl.h85 uint64_t aec);
/openssl/demos/http3/
H A Dossl-nghttp3.c461 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 Dquic_txp_test.c306 #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 Dquic_multistream_test.c286 #define OP_C_STREAM_RESET(stream_name, aec) \ argument
287 {OPK_C_STREAM_RESET, NULL, 0, NULL, #stream_name, (aec)},
383 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() local
385 if (!ossl_quic_tserver_stream_has_peer_reset_stream(ACQUIRE_S(), stream_id, &aec)) { in check_stream_reset()
390 return TEST_uint64_t_eq(aec, 42); in check_stream_reset()
/openssl/doc/designs/quic-design/
H A Dquic-api.md1103 * 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 Dssl_lib.c7588 int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec) in SSL_set_incoming_stream_policy() argument
7594 return ossl_quic_set_incoming_stream_policy(s, policy, aec); in SSL_set_incoming_stream_policy()
/openssl/include/openssl/
H A Dssl.h.in2317 __owur int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec);

Completed in 127 milliseconds