Home
last modified time | relevance | path

Searched refs:not_resumable (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dssl_session.c566 found_session->not_resumable = 1; in remove_session_lock()
626 session->not_resumable = 1; in timeout_doall_arg()
Ds3_clnt.c682 (ssl->session->session_id_length == 0 || ssl->session->not_resumable || in ssl3_send_client_hello()
/external/boringssl/src/include/openssl/
Dssl.h3427 unsigned not_resumable:1; member