Symbol: ssl_undefined_function
crypto/openssl/ssl/methods.c
100
ssl_undefined_function,
crypto/openssl/ssl/methods.c
106
ssl_undefined_function,
crypto/openssl/ssl/methods.c
111
ssl_undefined_function, ossl_statem_connect)
crypto/openssl/ssl/methods.c
140
ssl_undefined_function, DTLSv1_enc_data)
crypto/openssl/ssl/methods.c
146
ssl_undefined_function, DTLSv1_2_enc_data)
crypto/openssl/ssl/methods.c
151
ssl_undefined_function, DTLSv1_2_enc_data)
crypto/openssl/ssl/methods.c
159
ssl_undefined_function,
crypto/openssl/ssl/methods.c
163
ssl_undefined_function,
crypto/openssl/ssl/methods.c
169
ssl_undefined_function,
crypto/openssl/ssl/methods.c
174
ssl_undefined_function,
crypto/openssl/ssl/methods.c
53
ssl_undefined_function, TLSv1_2_enc_data)
crypto/openssl/ssl/methods.c
57
ssl_undefined_function, TLSv1_3_enc_data)
crypto/openssl/ssl/methods.c
62
ssl_undefined_function, TLSv1_2_enc_data)
crypto/openssl/ssl/methods.c
68
ssl_undefined_function, TLSv1_1_enc_data)
crypto/openssl/ssl/methods.c
74
ssl_undefined_function, TLSv1_enc_data)
crypto/openssl/ssl/methods.c
78
ossl_statem_accept, ssl_undefined_function)
crypto/openssl/ssl/methods.c
85
ssl_undefined_function,
crypto/openssl/ssl/methods.c
89
ssl_undefined_function,
crypto/openssl/ssl/methods.c
94
ssl_undefined_function,
crypto/openssl/ssl/quic/quic_method.c
16
ssl_undefined_function,
crypto/openssl/ssl/quic/quic_method.c
21
ssl_undefined_function,
crypto/openssl/ssl/quic/quic_method.c
27
ssl_undefined_function, ssl3_undef_enc_method)
crypto/openssl/ssl/s3_lib.c
3748
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
44
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
49
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
55
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
60
return ssl_undefined_function(NULL);
crypto/openssl/ssl/ssl_lib.c
67
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
72
return ssl_undefined_function(SSL_CONNECTION_GET_SSL(sc));
crypto/openssl/ssl/ssl_lib.c
916
s->server = (method->ssl_accept == ssl_undefined_function) ? 0 : 1;
crypto/openssl/ssl/ssl_local.h
2611
int ssl_undefined_function(SSL *s);
crypto/openssl/ssl/ssl_mcnf.c
70
if (meth->ssl_accept != ssl_undefined_function)
crypto/openssl/ssl/ssl_mcnf.c
72
if (meth->ssl_connect != ssl_undefined_function)