HomeSort by relevance Sort by last modified time
    Searched full:found_session (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/ssl/
ssl_session.c 553 SSL_SESSION *found_session = lh_SSL_SESSION_retrieve(ctx->sessions, local
555 if (found_session == session) {
557 found_session = lh_SSL_SESSION_delete(ctx->sessions, session);
566 found_session->not_resumable = 1;
568 ctx->remove_session_cb(ctx, found_session);
570 SSL_SESSION_free(found_session);

Completed in 70 milliseconds