Home | History | Annotate | Download | only in ssl

Lines Matching defs:max_overhead

544   const size_t max_overhead = method->max_overhead(ssl);
545 const size_t max_out = session_len + max_overhead;
546 if (max_out < max_overhead) {