Searched refs:SSL_client_hello_get0_ext (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A 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, 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 465 SSL_client_hello_get0_ext;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 280 SSL_client_hello_get0_ext;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 421 SSL_client_hello_get0_ext 422 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 421 SSL_client_hello_get0_ext 422 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | handshake_helper.c | 162 if (!SSL_client_hello_get0_ext(s, TLSEXT_TYPE_server_name, &p, in client_hello_select_server_ctx()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1821 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 5222 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1863 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
|