Searched refs:SSL_get_ex_new_index (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | missingmacro111.txt | 198 SSL_get_ex_new_index(3)
|
/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 | 323 mydata_index = SSL_get_ex_new_index(0, "mydata index", NULL, NULL, NULL);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | ossl_shim.cc | 1259 g_config_index = SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL); in Main() 1260 g_state_index = SSL_get_ex_new_index(0, NULL, NULL, NULL, TestStateExFree); in Main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_client.c | 658 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) { in tls_client_init()
|
H A D | tls_server.c | 448 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) { in tls_server_init()
|
H A D | tls_dane.c | 1269 if ((TLScontext_index = SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) in ctx_init()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_verify.pod | 305 mydata_index = SSL_get_ex_new_index(0, "mydata index", NULL, NULL, NULL);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | handshake_helper.c | 1537 ex_data_idx = SSL_get_ex_new_index(0, "ex data", NULL, NULL, NULL); in do_handshake_internal()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 551 =item int B<SSL_get_ex_new_index>(long argl, char *argp, int (*new_func);(void), int (*dup_func)(vo…
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 2023 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 2094 #define SSL_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | TLS_CHANGES | 637 - Found one more bug: erronously called SSL_get_ex_new_index() instead
|