Searched defs:SSL_clear (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_lib.c185 int SSL_clear(SSL *s) function
205 * needed because SSL_clear is not called when doing renegotiation) */
375 SSL_clear(s);
2635 /* For the next 2 functions, SSL_clear() sets shutdown and so
/external/openssl/ssl/
H A Dssl_lib.c185 int SSL_clear(SSL *s) function
205 * needed because SSL_clear is not called when doing renegotiation) */
386 SSL_clear(s);
2749 /* For the next 2 functions, SSL_clear() sets shutdown and so

Completed in 108 milliseconds