Home | History | Annotate | Download | only in ssl

Lines Matching full:max_overhead

561   const size_t max_overhead = method->max_overhead(ssl);
562 const size_t max_out = session_len + max_overhead;
563 if (max_out < max_overhead) {