OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_clear
(Results
1 - 14
of
14
) sorted by null
/libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
[
all
...]
/external/openssl/ssl/
bio_ssl.c
317
SSL_clear
(ssl);
s23_srvr.c
165
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
s23_clnt.c
163
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
s2_clnt.c
164
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
s2_srvr.c
165
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
ssl_lib.c
185
int
SSL_clear
(SSL *s)
205
* needed because
SSL_clear
is not called when doing renegotiation) */
253
s->method->
ssl_clear
(s);
375
SSL_clear
(s);
[
all
...]
d1_clnt.c
169
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
[
all
...]
d1_srvr.c
172
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
[
all
...]
s3_clnt.c
204
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
[
all
...]
s3_srvr.c
235
if (!SSL_in_init(s) || SSL_in_before(s))
SSL_clear
(s);
907
* which will now be aborted. (A full
SSL_clear
would be too much.) */
[
all
...]
ssl.h
413
void (*
ssl_clear
)(SSL *s);
member in struct:ssl_method_st
[
all
...]
/external/openssl/apps/
s_server.c
[
all
...]
/external/openssl/include/openssl/
ssl.h
413
void (*
ssl_clear
)(SSL *s);
member in struct:ssl_method_st
[
all
...]
Completed in 766 milliseconds