Home
last modified time | relevance | path

Searched refs:SSL_CTX_remove_session (Results 1 – 6 of 6) sorted by relevance

/external/openssl/ssl/
Dssl_sess.c570 SSL_CTX_remove_session(s->session_ctx,ret); in ssl_get_prev_session()
660 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function
952 SSL_CTX_remove_session(s->ctx,s->session); in ssl_clear_bad_session()
Ds3_pkt.c1236 SSL_CTX_remove_session(s->ctx,s->session); in ssl3_read_bytes()
1450 SSL_CTX_remove_session(s->ctx,s->session); in ssl3_send_alert()
Dssl.h1285 #define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b))
1579 int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);
Dd1_pkt.c1083 SSL_CTX_remove_session(s->ctx,s->session); in dtls1_read_bytes()
/external/openssl/patches/
Djsse.patch36 int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);
/external/openssl/include/openssl/
Dssl.h1285 #define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b))
1579 int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);