Searched refs:ssl_undefined_function (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | methods.c | 52 ssl_undefined_function, TLSv1_2_enc_data) in IMPLEMENT_tls_meth_func() 56 ssl_undefined_function, TLSv1_3_enc_data) in IMPLEMENT_tls_meth_func() 61 ssl_undefined_function, TLSv1_2_enc_data) in IMPLEMENT_tls_meth_func() 67 ssl_undefined_function, TLSv1_1_enc_data) in IMPLEMENT_tls_meth_func() 73 ssl_undefined_function, TLSv1_enc_data) in IMPLEMENT_tls_meth_func() 77 ossl_statem_accept, ssl_undefined_function) in IMPLEMENT_tls_meth_func() 84 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 88 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 93 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 99 ssl_undefined_function, in IMPLEMENT_tls_meth_func() [all …]
|
H A D | ssl_mcnf.c | 60 if (meth->ssl_accept != ssl_undefined_function) in ssl_do_config() 62 if (meth->ssl_connect != ssl_undefined_function) in ssl_do_config()
|
H A D | ssl_lib.c | 33 return ssl_undefined_function(ssl); in ssl_undefined_function_1() 42 return ssl_undefined_function(ssl); in ssl_undefined_function_2() 52 return ssl_undefined_function(ssl); in ssl_undefined_function_3() 58 return ssl_undefined_function(ssl); in ssl_undefined_function_4() 67 return ssl_undefined_function(ssl); in ssl_undefined_function_5() 73 return ssl_undefined_function(NULL); in ssl_undefined_function_6() 87 return ssl_undefined_function(ssl); in ssl_undefined_function_7() 93 ssl_undefined_function, 831 s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1; in SSL_new() 3756 int ssl_undefined_function(SSL *s) in ssl_undefined_function() function
|
H A D | ssl_local.h | 2316 int ssl_undefined_function(SSL *s);
|
H A D | s3_lib.c | 3231 return ssl_undefined_function(ssl); in ssl_undefined_function_1()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | methods.c | 53 ssl_undefined_function, TLSv1_2_enc_data) in IMPLEMENT_tls_meth_func() 57 ssl_undefined_function, TLSv1_3_enc_data) in IMPLEMENT_tls_meth_func() 62 ssl_undefined_function, TLSv1_2_enc_data) in IMPLEMENT_tls_meth_func() 68 ssl_undefined_function, TLSv1_1_enc_data) in IMPLEMENT_tls_meth_func() 74 ssl_undefined_function, TLSv1_enc_data) in IMPLEMENT_tls_meth_func() 78 ossl_statem_accept, ssl_undefined_function) in IMPLEMENT_tls_meth_func() 85 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 89 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 94 ssl_undefined_function, in IMPLEMENT_tls_meth_func() 100 ssl_undefined_function, in IMPLEMENT_tls_meth_func() [all …]
|
H A D | ssl_mcnf.c | 63 if (meth->ssl_accept != ssl_undefined_function) in ssl_do_config() 65 if (meth->ssl_connect != ssl_undefined_function) in ssl_do_config()
|
H A D | ssl_local.h | 2445 int ssl_undefined_function(SSL *s);
|
H A D | s3_lib.c | 3269 return ssl_undefined_function(ssl); in ssl_undefined_function_1()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1344 SSL_F_SSL_UNDEFINED_FUNCTION:197:ssl_undefined_function
|