Home
last modified time | relevance | path

Searched refs:SSL_client_hello_get0_ext (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_client_hello_cb.pod5 …_get1_extensions_present, SSL_client_hello_get_extension_order, SSL_client_hello_get0_ext - callba…
23 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out,
58 Similarly, SSL_client_hello_get0_ext() provides access to individual extensions
64 SSL_client_hello_get0_ext(), to determine which extensions are present in the
121 SSL_client_hello_get0_ext() returns 1 if the extension of type 'type' is present, and
138 SSL_client_hello_get0_ext(), and SSL_client_hello_get1_extensions_present()
/freebsd/secure/lib/libssl/
H A DVersion.map465 SSL_client_hello_get0_ext;
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c151 if (!SSL_client_hello_get0_ext(s, TLSEXT_TYPE_server_name, &p, in client_hello_select_server_ctx()
/freebsd/crypto/openssl/util/
H A Dlibssl.num421 SSL_client_hello_get0_ext 422 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md550 | `SSL_client_hello_get0_ext` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1972 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
H A Dssl.h.in1925 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6933 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4061 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_get0_ext.3