Home
last modified time | relevance | path

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

123

/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/node/deps/openssl/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.rs2217 #[corresponds(SSL_get_ex_new_index)]
4183 ffi::SSL_get_ex_new_index(0, ptr::null_mut(), None, None, None);
4185 ffi::SSL_get_ex_new_index(0, ptr::null_mut(), ptr::null_mut(), None, None);
4189 return ffi::SSL_get_ex_new_index(0, ptr::null_mut(), None, None, Some(f));
4191 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.rs794 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/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h2166 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro

123