OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_clear
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
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
...]
/external/openssl/ssl/
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);
386
SSL_clear
(s);
[
all
...]
Completed in 437 milliseconds