Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod6 SSL_set_generic_value_uint, SSL_get_feature_request_uint,
63 int SSL_get_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.syms704 SSL_get_feature_request_uint define
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5435 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in modify_idle_timeout()
5496 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2495 # define SSL_get_feature_request_uint(ssl, id, v) \ macro
H A Dssl.h.in2448 # define SSL_get_feature_request_uint(ssl, id, v) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4482 MLINKS+= SSL_get_value_uint.3 SSL_get_feature_request_uint.3