Home
last modified time | relevance | path

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

123

/third_party/openssl/doc/man3/
DSSL_CTX_set_client_hello_cb.pod5 …_compression_methods, SSL_client_hello_get1_extensions_present, SSL_client_hello_get0_ext - callba…
21 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out,
56 Similarly, SSL_client_hello_get0_ext() provides access to individual extensions
62 SSL_client_hello_get0_ext(), to determine which extensions are present in the
105 SSL_client_hello_get0_ext() returns 1 if the extension of type 'type' is present, and
120 SSL_client_hello_get0_ext(), and SSL_client_hello_get1_extensions_present()
/third_party/node/src/crypto/
Dcrypto_common.cc162 if (!SSL_client_hello_get0_ext( in GetClientHelloALPN()
181 if (!SSL_client_hello_get0_ext( in GetClientHelloServerName()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs630 pub fn SSL_client_hello_get0_ext( in SSL_client_hello_get0_ext() function
/third_party/libcoap/src/
Dcoap_openssl.c2397 if (SSL_client_hello_get0_ext(ssl, TLSEXT_TYPE_client_certificate_type, in tls_client_hello_call_back()
2432 if (SSL_client_hello_get0_ext(ssl, TLSEXT_TYPE_server_name, &out, &outlen) && in tls_client_hello_call_back()
2552 if (SSL_client_hello_get0_ext(ssl, TLSEXT_TYPE_server_name, &out, &outlen) && in psk_tls_client_hello_call_back()
/third_party/node/deps/openssl/openssl/util/
Dlibssl.num421 SSL_client_hello_get0_ext 422 3_0_0 EXIST::FUNCTION:
/third_party/openssl/util/
Dlibssl.num421 SSL_client_hello_get0_ext 422 3_0_0 EXIST::FUNCTION:
/third_party/openssl/test/helpers/
Dhandshake.c150 if (!SSL_client_hello_get0_ext(s, TLSEXT_TYPE_server_name, &p, in client_hello_select_server_ctx()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1811 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dssl.h1935 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,

123