Searched refs:sslBuffer_Grow (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3gthr.c | 117 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()
|
D | sslgathr.c | 174 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()
|
D | dtlscon.c | 338 rv = sslBuffer_Grow(&ss->ssl3.hs.msg_body, message_length); in dtls_HandleHandshake() 342 rv = sslBuffer_Grow(&ss->ssl3.hs.recvdFragments, in dtls_HandleHandshake()
|
D | sslsecur.c | 498 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()
|
D | sslcon.c | 471 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()
|
D | sslimpl.h | 1445 extern SECStatus sslBuffer_Grow(sslBuffer *b, unsigned int newLen);
|
D | ssl3con.c | 2956 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()
|