Home
last modified time | relevance | path

Searched refs:class_ (Results 1 – 5 of 5) sorted by relevance

/openssl/ssl/quic/
H A Dquic_impl.c3241 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() argument
3249 switch (class_) { in qc_getset_idle_timeout()
3306 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument
3312 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail()
3354 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument
3363 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling()
3411 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat()
3466 return qc_getset_idle_timeout(&ctx, class_, value, NULL); in ossl_quic_get_value_uint()
3481 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3484 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
[all …]
/openssl/include/internal/
H A Dquic_ssl.h88 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id,
90 __owur int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id,
/openssl/doc/man3/
H A DSSL_get_value_uint.pod33 int SSL_get_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
35 int SSL_set_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
/openssl/ssl/
H A Dssl_lib.c7699 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() argument
7704 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint()
7711 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() argument
7716 return ossl_quic_set_value_uint(s, class_, id, value); in SSL_set_value_uint()
/openssl/include/openssl/
H A Dssl.h.in2401 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v);
2402 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t v);

Completed in 49 milliseconds