Searched refs:SSL_get_ex_new_index (Results 1 – 12 of 12) sorted by relevance
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-tls.c | 119 SSL_get_ex_new_index(0, "lws", NULL, NULL, NULL); in lws_context_init_ssl_library()
|
/third_party/openssl/util/ |
D | missingmacro111.txt | 198 SSL_get_ex_new_index(3)
|
/third_party/openssl/doc/man3/ |
D | BIO_get_ex_new_index.pod | 14 SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data,
|
D | SSL_CTX_set_verify.pod | 320 mydata_index = SSL_get_ex_new_index(0, "mydata index", NULL, NULL, NULL);
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 2189 #[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/ |
D | ssl.rs | 526 pub unsafe fn SSL_get_ex_new_index(
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 785 pub fn SSL_get_ex_new_index( in SSL_get_ex_new_index() function
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 146 SSL_get_ex_new_index (0, (gpointer) "gstdtlsagent connection index", NULL, in gst_dtls_connection_class_init()
|
/third_party/openssl/test/helpers/ |
D | handshake.c | 1510 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/ |
D | ssl.h | 2013 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 2094 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 97423 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,
|