Home
last modified time | relevance | path

Searched refs:SSL_set_feature_request_uint (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod7 SSL_set_feature_request_uint, SSL_get_feature_peer_request_uint,
64 int SSL_set_feature_request_uint(SSL *ssl, uint32_t id, uint64_t value);
117 SSL_get_feature_request_uint() and SSL_set_feature_request_uint() for brevity.
/freebsd/crypto/openssl/util/
H A Dother.syms705 SSL_set_feature_request_uint define
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5424 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5430 if (!TEST_true(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5504 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2497 # define SSL_set_feature_request_uint(ssl, id, v) \ macro
H A Dssl.h.in2450 # define SSL_set_feature_request_uint(ssl, id, v) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4492 MLINKS+= SSL_get_value_uint.3 SSL_set_feature_request_uint.3