Home
last modified time | relevance | path

Searched refs:sslBuffer_Grow (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dssl3gthr.c117 err = sslBuffer_Grow(&gs->inbuf, gs->remainder); in ssl3_GatherData()
184 err = sslBuffer_Grow(&gs->dtlsPacket, in dtls_GatherData()
241 err = sslBuffer_Grow(&gs->inbuf, gs->remainder); in dtls_GatherData()
Dsslgathr.c174 err = sslBuffer_Grow(&gs->buf, gs->count); in ssl2_GatherData()
387 rv = sslBuffer_Grow(&gs->buf, count); in ssl2_StartGatherBytes()
406 status = sslBuffer_Grow(&gs->buf, 4096); in ssl_InitGather()
Ddtlscon.c338 rv = sslBuffer_Grow(&ss->ssl3.hs.msg_body, message_length); in dtls_HandleHandshake()
342 rv = sslBuffer_Grow(&ss->ssl3.hs.recvdFragments, in dtls_HandleHandshake()
Dsslsecur.c498 sslBuffer_Grow(sslBuffer *b, unsigned int newLen) in sslBuffer_Grow() function
525 rv = sslBuffer_Grow(b, newLen); in sslBuffer_Append()
935 status = sslBuffer_Grow(&ss->sec.writeBuf, 4096); in ssl_CreateSecurityInfo()
Dsslcon.c471 rv = sslBuffer_Grow(&ss->sec.ci.sendBuf, len); in ssl2_GetSendBuffer()
865 rv = sslBuffer_Grow(&ss->sec.writeBuf, amount + 2); in ssl2_SendClear()
944 rv = sslBuffer_Grow(&ss->sec.writeBuf, buflen); in ssl2_SendStream()
1058 rv = sslBuffer_Grow(&ss->sec.writeBuf, buflen); in ssl2_SendBlock()
Dsslimpl.h1445 extern SECStatus sslBuffer_Grow(sslBuffer *b, unsigned int newLen);
Dssl3con.c2956 rv = sslBuffer_Grow(wrBuf, spaceNeeded); in ssl3_SendRecord()
4182 rv = sslBuffer_Grow(&ss->sec.ci.sendBuf, PR_MAX(MIN_SEND_BUF_LENGTH, in ssl3_AppendHandshake()
11551 rv = sslBuffer_Grow(&ss->ssl3.hs.msg_body, ss->ssl3.hs.msg_len); in ssl3_HandleHandshake()
11945 rv = sslBuffer_Grow(plaintext, MAX_FRAGMENT_LENGTH + 2048); in ssl3_HandleRecord()
12104 rv = sslBuffer_Grow( in ssl3_HandleRecord()