Home | History | Annotate | Download | only in ssl

Lines Matching full:newlen

623 			unsigned int newlen = rr->length + DTLS1_RT_HEADER_LENGTH;
624 if ((pp=OPENSSL_realloc(s->s3->rbuf.buf, newlen))==NULL)
631 s->s3->rbuf.len=newlen;