Searched refs:ssl_undefined_function (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/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 | 70 if (meth->ssl_accept != ssl_undefined_function) in ssl_do_config() 72 if (meth->ssl_connect != ssl_undefined_function) in ssl_do_config()
|
H A D | ssl_lib.c | 44 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in ssl_undefined_function_3() 49 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in ssl_undefined_function_4() 55 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in ssl_undefined_function_5() 60 return ssl_undefined_function(NULL); in ssl_undefined_function_6() 67 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in ssl_undefined_function_7() 72 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in ssl_undefined_function_8() 929 s->server = (method->ssl_accept == ssl_undefined_function) ? 0 : 1; in ossl_ssl_connection_new_int() 5054 int ssl_undefined_function(SSL *s) in ssl_undefined_function() function
|
H A D | ssl_local.h | 2614 int ssl_undefined_function(SSL *s);
|
H A D | s3_lib.c | 3327 return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc)); in sslcon_undefined_function_1()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_method.c | 16 ssl_undefined_function, 21 ssl_undefined_function, 27 ssl_undefined_function, ssl3_undef_enc_method)
|