Searched refs:SSL_clear (Results 26 - 39 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h860 int server; /* are we the server side? - mostly used by SSL_clear*/
1227 int SSL_clear(SSL *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c178 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
H A Ds3_srvr.c184 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
647 * which will now be aborted. (A full SSL_clear would be too much.)
H A Dssl.h860 int server; /* are we the server side? - mostly used by SSL_clear*/
1227 int SSL_clear(SSL *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c190 int SSL_clear(SSL *s) function
210 * needed because SSL_clear is not called when doing renegotiation)
420 SSL_clear(s);
2792 * For the next 2 functions, SSL_clear() sets shutdown and so one of these
H A Ds3_srvr.c232 SSL_clear(s);
H A Dssl.h1466 /* are we the server side? - mostly used by SSL_clear */
2138 int SSL_clear(SSL *s);
H A Ds3_clnt.c207 SSL_clear(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c190 int SSL_clear(SSL *s) function
210 * needed because SSL_clear is not called when doing renegotiation)
420 SSL_clear(s);
2792 * For the next 2 functions, SSL_clear() sets shutdown and so one of these
H A Ds3_srvr.c232 SSL_clear(s);
H A Dssl.h1466 /* are we the server side? - mostly used by SSL_clear */
2138 int SSL_clear(SSL *s);
H A Ds3_clnt.c207 SSL_clear(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c2215 SSL_clear(con);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c2215 SSL_clear(con);

Completed in 231 milliseconds

12