Home
last modified time | relevance | path

Searched refs:SSL_get_value_uint (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod5 SSL_get_value_uint, SSL_set_value_uint, SSL_get_generic_value_uint,
33 int SSL_get_value_uint(SSL *ssl, uint32_t class_, uint32_t id,
83 SSL_get_value_uint() and SSL_set_value_uint() provide access to configurable
88 SSL_get_value_uint() and SSL_set_value_uint() get and set configurable values
H A DSSL_new_listener.pod65 Certain configurable parameters described in L<SSL_get_value_uint(3)> (see
66 L<SSL_get_value_uint(3)> for details);
/freebsd/secure/lib/libssl/
H A DVersion.map585 SSL_get_value_uint;
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2488 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v);
2492 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_GENERIC, (id), (v))
2496 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_REQUEST, (id), (v))
2500 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_PEER_REQUEST, (id), (v))
2502 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_NEGOTIATED, (id), (v))
H A Dssl.h.in2441 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, uint64_t *v);
2445 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_GENERIC, (id), (v))
2449 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_REQUEST, (id), (v))
2453 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_PEER_REQUEST, (id), (v))
2455 SSL_get_value_uint((ssl), SSL_VALUE_CLASS_FEATURE_NEGOTIATED, (id), (v))
/freebsd/crypto/openssl/util/
H A Dlibssl.num581 SSL_get_value_uint 582 3_3_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2698 DEPEND[html/man3/SSL_get_value_uint.html]=man3/SSL_get_value_uint.pod
2699 GENERATE[html/man3/SSL_get_value_uint.html]=man3/SSL_get_value_uint.pod
2700 DEPEND[man/man3/SSL_get_value_uint.3]=man3/SSL_get_value_uint.pod
2701 GENERATE[man/man3/SSL_get_value_uint.3]=man3/SSL_get_value_uint.pod
3722 html/man3/SSL_get_value_uint.html \
4394 man/man3/SSL_get_value_uint.3 \
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5450 if (!TEST_true(SSL_get_value_uint(h->c_conn, hl->check_op->arg1, in check_idle_timeout()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c8002 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile556 MAN+= SSL_get_value_uint.3
/freebsd/crypto/openssl/
H A DCHANGES.md766 occurs. Refer to the SSL_get_value_uint(3) manpage for details.
776 write buffer. Refer to the SSL_get_value_uint(3) manpage for details.