Searched refs:SSL_CTX_remove_session (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 1013 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()
|
D | ssl_session.c | 480 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()
|
D | s3_pkt.c | 614 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()
|
D | d1_pkt.c | 386 SSL_CTX_remove_session(ssl->ctx, ssl->session); in dtls1_read_bytes()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1633 OPENSSL_EXPORT int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *session);
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 4327 if (SSL_CTX_remove_session(conn->ssl_ctx, sess) != 1) in tls_connection_remove_session()
|