Searched refs:wrBuf (Results 1 – 3 of 3) sorted by relevance
2650 sslBuffer * wrBuf) in ssl3_CompressMACEncryptRecord() argument2674 if (ivLen > wrBuf->space - headerLen) { in ssl3_CompressMACEncryptRecord()2678 rv = PK11_GenerateRandom(wrBuf->buf + headerLen, ivLen); in ssl3_CompressMACEncryptRecord()2684 wrBuf->buf + headerLen, in ssl3_CompressMACEncryptRecord()2687 wrBuf->buf + headerLen, in ssl3_CompressMACEncryptRecord()2699 wrBuf->buf + headerLen + ivLen, &outlen, in ssl3_CompressMACEncryptRecord()2700 wrBuf->space - headerLen - ivLen, pIn, contentLen); in ssl3_CompressMACEncryptRecord()2703 pIn = wrBuf->buf + headerLen + ivLen; in ssl3_CompressMACEncryptRecord()2716 if (headerLen + nonceLen + contentLen + tagLen > wrBuf->space) { in ssl3_CompressMACEncryptRecord()2725 wrBuf->buf + headerLen, /* output */ in ssl3_CompressMACEncryptRecord()[all …]
774 sslBuffer * wrBuf) in dtls_CompressMACEncryptRecord() argument805 wrBuf); in dtls_CompressMACEncryptRecord()
1521 sslBuffer * wrBuf);1978 sslBuffer *wrBuf);