Searched refs:SSL_get_ex_data (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_ex_data.pod | 6 SSL_get_ex_data, SSL_set_ex_data 17 void *SSL_get_ex_data(const SSL *s, int idx);
|
H A D | SSL_CTX_set_verify.pod | 261 mydata = SSL_get_ex_data(ssl, mydata_index);
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_server.c | 195 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in get_server_session_cb() 270 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in new_server_session_cb() 316 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index); in ticket_cb() 357 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index); in ticket_cb()
|
H A D | tls_verify.c | 154 TLScontext = SSL_get_ex_data(con, TLScontext_index); in tls_verify_certificate_callback()
|
H A D | tls_client.c | 256 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in new_client_session_cb()
|
H A D | tls_misc.c | 845 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(ssl, TLScontext_index); in server_sni_callback()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | handshake_helper.c | 96 (HANDSHAKE_EX_DATA*)(SSL_get_ex_data(s, ex_data_idx)); in info_cb() 118 (HANDSHAKE_EX_DATA*)(SSL_get_ex_data(s, ex_data_idx)); in select_server_ctx() 156 (HANDSHAKE_EX_DATA*)(SSL_get_ex_data(s, ex_data_idx)); in client_hello_select_server_ctx() 332 (HANDSHAKE_EX_DATA*)(SSL_get_ex_data(s, ex_data_idx)); in do_not_call_session_ticket_cb()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 259 SSL_get_ex_data;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 339 SSL_get_ex_data;
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_get_ex_new_index.pod | 14 SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data,
|
H A D | SSL_CTX_set_verify.pod | 279 mydata = SSL_get_ex_data(ssl, mydata_index);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | ossl_shim.cc | 108 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetTestConfig() 121 return (TestState *)SSL_get_ex_data(ssl, g_state_index); in GetTestState()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 963 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) 2026 void *SSL_get_ex_data(const SSL *ssl, int idx);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 188 SSL_get_ex_data 189 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 188 SSL_get_ex_data 189 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 547 =item char *B<SSL_get_ex_data>(const SSL *ssl, int idx);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 961 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) 2097 void *SSL_get_ex_data(const SSL *ssl, int idx);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 4274 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() function
|