Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc1013 if (!SSL_CTX_remove_session(ctx.get(), sessions[6])) { in TestInternalSessionCache()
1026 if (SSL_CTX_remove_session(ctx.get(), sessions[0]) || in TestInternalSessionCache()
1027 SSL_CTX_remove_session(ctx.get(), sessions[7]) || in TestInternalSessionCache()
Dssl_session.c480 SSL_CTX_remove_session(ssl->initial_ctx, session); in ssl_get_prev_session()
542 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session) { in SSL_CTX_remove_session() function
651 SSL_CTX_remove_session(ssl->ctx, ssl->session); in ssl_clear_bad_session()
Ds3_pkt.c614 SSL_CTX_remove_session(ssl->ctx, ssl->session); in ssl3_read_bytes()
682 SSL_CTX_remove_session(ssl->ctx, ssl->session); in ssl3_send_alert()
Dd1_pkt.c386 SSL_CTX_remove_session(ssl->ctx, ssl->session); in dtls1_read_bytes()
/external/boringssl/src/include/openssl/
Dssl.h1633 OPENSSL_EXPORT int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4327 if (SSL_CTX_remove_session(conn->ssl_ctx, sess) != 1) in tls_connection_remove_session()