Searched refs:not_resumable (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_session.c566 found_session->not_resumable = 1;
626 session->not_resumable = 1;
H A Ds3_clnt.c682 (ssl->session->session_id_length == 0 || ssl->session->not_resumable ||
/external/boringssl/include/openssl/
H A Dssl.h3424 /* not_resumable is used to indicate that session resumption is not allowed.
3427 unsigned not_resumable:1; member in struct:ssl_session_st
/external/boringssl/src/include/openssl/
H A Dssl.h3424 /* not_resumable is used to indicate that session resumption is not allowed.
3427 unsigned not_resumable:1; member in struct:ssl_session_st

Completed in 133 milliseconds