Home
last modified time | relevance | path

Searched refs:ssl_undefined_function (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/ssl/
Dmethods.c53 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 …]
Dssl_mcnf.c63 if (meth->ssl_accept != ssl_undefined_function) in ssl_do_config()
65 if (meth->ssl_connect != ssl_undefined_function) in ssl_do_config()
Dssl_lib.c31 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
Dssl_local.h2445 int ssl_undefined_function(SSL *s);
Ds3_lib.c3269 return ssl_undefined_function(ssl); in ssl_undefined_function_1()