Home
last modified time | relevance | path

Searched refs:SSL_get_ex_new_index (Results 1 – 12 of 12) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-tls.c119 SSL_get_ex_new_index(0, "lws", NULL, NULL, NULL); in lws_context_init_ssl_library()
/third_party/openssl/util/
Dmissingmacro111.txt198 SSL_get_ex_new_index(3)
/third_party/openssl/doc/man3/
DBIO_get_ex_new_index.pod14 SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data,
DSSL_CTX_set_verify.pod320 mydata_index = SSL_get_ex_new_index(0, "mydata index", NULL, NULL, NULL);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2189 #[corresponds(SSL_get_ex_new_index)]
4120 ffi::SSL_get_ex_new_index(0, ptr::null_mut(), None, None, None);
4122 ffi::SSL_get_ex_new_index(0, ptr::null_mut(), ptr::null_mut(), None, None);
4126 return ffi::SSL_get_ex_new_index(0, ptr::null_mut(), None, None, Some(f));
4128 return ffi::SSL_get_ex_new_index(0, ptr::null_mut(), ptr::null_mut(), None, f);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs526 pub unsafe fn SSL_get_ex_new_index(
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs785 pub fn SSL_get_ex_new_index( in SSL_get_ex_new_index() function
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c146 SSL_get_ex_new_index (0, (gpointer) "gstdtlsagent connection index", NULL, in gst_dtls_connection_class_init()
/third_party/openssl/test/helpers/
Dhandshake.c1510 ex_data_idx = SSL_get_ex_new_index(0, "ex data", NULL, NULL, NULL); in do_handshake_internal()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2013 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/openssl/include/openssl/
Dssl.h.in2094 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/gstreamer/gstplugins_bad/
DChangeLog97423 SSL_get_ex_new_index (0, "gstdtlsagent connection index", NULL, NULL,
97426 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,