Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_session

1412   // new_session is the new mutable session being established by the current
1414 UniquePtr<SSL_SESSION> new_session;
3014 // session_dup duplicates any needed fields from |session| to |new_session|.
3016 int (*session_dup)(SSL_SESSION *new_session, const SSL_SESSION *session);