Searched refs:class_ (Results 1 – 5 of 5) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_impl.c | 3243 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() argument 3251 switch (class_) { in qc_getset_idle_timeout() 3308 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument 3314 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail() 3356 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument 3365 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling() 3413 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat() 3468 return qc_getset_idle_timeout(&ctx, class_, value, NULL); in ossl_quic_get_value_uint() 3483 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint() 3486 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint() [all …]
|
/openssl/include/internal/ |
H A D | quic_ssl.h | 88 __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 D | SSL_get_value_uint.pod | 33 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 D | ssl_lib.c | 7838 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() argument 7843 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint() 7850 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint() argument 7855 return ossl_quic_set_value_uint(s, class_, id, value); in SSL_set_value_uint()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2401 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 55 milliseconds