Home
last modified time | relevance | path

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

12

/external/openssl/ssl/
Dt1_clnt.c79 ssl_undefined_function,
84 ssl_undefined_function,
89 ssl_undefined_function,
Dt1_srvr.c81 ssl_undefined_function,
86 ssl_undefined_function,
91 ssl_undefined_function,
Ds23_lib.c145 ssl_undefined_function(s); in ssl23_read()
168 ssl_undefined_function(s); in ssl23_peek()
191 ssl_undefined_function(s); in ssl23_write()
Dssl_lib.c167 (int (*)(SSL *,int))ssl_undefined_function,
168 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
169 ssl_undefined_function,
170 (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function,
171 (int (*)(SSL*, int))ssl_undefined_function,
172 (int (*)(SSL *, const char*, int, unsigned char *))ssl_undefined_function,
174 (int (*)(SSL *, int, unsigned char *))ssl_undefined_function,
179 (int (*)(int))ssl_undefined_function,
182 int use_context)) ssl_undefined_function,
384 s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1; in SSL_new()
[all …]
Dssl_locl.h715 ssl_undefined_function, \
716 ssl_undefined_function, \
852 int ssl_undefined_function(SSL *s);
Ds23_srvr.c146 ssl_undefined_function, in IMPLEMENT_ssl23_meth_func() argument
Ds23_clnt.c143 ssl_undefined_function, in IMPLEMENT_ssl23_meth_func() argument
Ds2_clnt.c141 ssl_undefined_function, in IMPLEMENT_ssl2_meth_func() argument
Ds2_srvr.c142 ssl_undefined_function, in IMPLEMENT_ssl2_meth_func() argument
Ds3_lib.c2944 int use_context))ssl_undefined_function,
3690 if (ctx->method->ssl_accept == ssl_undefined_function) in ssl3_ctx_ctrl()
Dd1_clnt.c143 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func() argument
Dd1_srvr.c142 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func() argument
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_srvr.c82 ssl_undefined_function,
88 ssl_undefined_function,
94 ssl_undefined_function,
Dt1_clnt.c80 ssl_undefined_function,
86 ssl_undefined_function,
92 ssl_undefined_function,
Ds23_lib.c82 ssl_undefined_function(s); in ssl23_read()
105 ssl_undefined_function(s); in ssl23_peek()
128 ssl_undefined_function(s); in ssl23_write()
Dd1_clnt.c143 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func() argument
150 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func()
157 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func()
Dd1_srvr.c144 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func() argument
151 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func()
158 ssl_undefined_function, in IMPLEMENT_dtls1_meth_func()
Dssl_lib.c157 (int (*)(SSL *,int))ssl_undefined_function,
158 (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
159 ssl_undefined_function,
160 (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function,
161 (int (*)(SSL*, int))ssl_undefined_function,
162 (int (*)(SSL *, const char*, int, unsigned char *))ssl_undefined_function,
164 (int (*)(SSL *, int, unsigned char *))ssl_undefined_function,
169 (int (*)(int))ssl_undefined_function,
172 int use_context)) ssl_undefined_function,
388 s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1; in SSL_new()
[all …]
Dssl_locl.h735 ssl_undefined_function, \
736 ssl_undefined_function, \
839 int ssl_undefined_function(SSL *s);
Ds23_srvr.c141 ssl_undefined_function, in IMPLEMENT_ssl23_meth_func() argument
Ds23_clnt.c134 ssl_undefined_function, in IMPLEMENT_ssl23_meth_func() argument
Ds3_lib.c941 int use_context))ssl_undefined_function,
1674 if (ctx->method->ssl_accept == ssl_undefined_function) in ssl3_ctx_ctrl()
Ds3_clnt.c179 ssl_undefined_function, in IMPLEMENT_ssl3_meth_func() argument
Ds3_srvr.c186 ssl_undefined_function, in IMPLEMENT_ssl3_meth_func() argument
/external/openssl/patches/
D0004-channelid.patch359 + if (ctx->method->ssl_accept == ssl_undefined_function)

12