Searched refs:SSL_client_hello_get1_extensions_present (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_client_hello_cb.pod | 5 …et0_ciphers, SSL_client_hello_get0_compression_methods, SSL_client_hello_get1_extensions_present, … 19 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, 61 SSL_client_hello_get1_extensions_present() can be used prior to 108 SSL_client_hello_get1_extensions_present() returns 1 on success and 0 on failure. 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 …et0_ciphers, SSL_client_hello_get0_compression_methods, SSL_client_hello_get1_extensions_present, … 19 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, 61 SSL_client_hello_get1_extensions_present() can be used prior to 108 SSL_client_hello_get1_extensions_present() returns 1 on success and 0 on failure. 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 | 469 SSL_client_hello_get1_extensions_present;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 284 SSL_client_hello_get1_extensions_present;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 453 SSL_client_hello_get1_extensions_present 454 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 453 SSL_client_hello_get1_extensions_present 454 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1820 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 5183 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen) in SSL_client_hello_get1_extensions_present() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1254 SSL_client_hello_get1_extensions_present
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1862 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 527 if (!SSL_client_hello_get1_extensions_present(s, &exts, &len)) in full_client_hello_callback()
|