Searched refs:SSL_client_hello_get0_ext (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_client_hello_cb.pod | 5 …_compression_methods, SSL_client_hello_get1_extensions_present, SSL_client_hello_get0_ext - callba… 21 int SSL_client_hello_get0_ext(SSL *s, 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/ |
D | node_crypto_common.cc | 179 if (!SSL_client_hello_get0_ext( in GetClientHelloALPN() 198 if (!SSL_client_hello_get0_ext( in GetClientHelloServerName()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2331 if (SSL_client_hello_get0_ext(ssl, TLSEXT_TYPE_client_certificate_type, in tls_client_hello_call_back() 2366 if (SSL_client_hello_get0_ext (ssl, TLSEXT_TYPE_server_name, &out, &outlen) && in tls_client_hello_call_back() 2488 if (SSL_client_hello_get0_ext (ssl, TLSEXT_TYPE_server_name, &out, &outlen) && in psk_tls_client_hello_call_back()
|
/third_party/openssl/util/ |
D | libssl.num | 421 SSL_client_hello_get0_ext 422 1_1_1 EXIST::FUNCTION:
|
/third_party/openssl/test/ |
D | handshake_helper.c | 162 if (!SSL_client_hello_get0_ext(s, TLSEXT_TYPE_server_name, &p, in client_hello_select_server_ctx()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1811 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 5206 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext() function
|