Searched refs:ssl_undefined_function (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/ssl/ |
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 …]
|
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()
|
D | ssl_lib.c | 31 return ssl_undefined_function(ssl); in ssl_undefined_function_1() 37 return ssl_undefined_function(ssl); in ssl_undefined_function_2() 43 return ssl_undefined_function(ssl); in ssl_undefined_function_3() 48 return ssl_undefined_function(ssl); in ssl_undefined_function_4() 54 return ssl_undefined_function(ssl); in ssl_undefined_function_5() 59 return ssl_undefined_function(NULL); in ssl_undefined_function_6() 66 return ssl_undefined_function(ssl); in ssl_undefined_function_7() 72 ssl_undefined_function, 824 s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1; in SSL_new() 3961 int ssl_undefined_function(SSL *s) in ssl_undefined_function() function
|
D | ssl_local.h | 2445 int ssl_undefined_function(SSL *s);
|
D | s3_lib.c | 3269 return ssl_undefined_function(ssl); in ssl_undefined_function_1()
|