Home
last modified time | relevance | path

Searched refs:wrBuf (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch875 - wrBuf->buf + headerLen + ivLen + contentLen, &macLen);
901 + if (headerLen + nonceLen + contentLen + tagLen > wrBuf->space) {
914 - pBuf = &wrBuf->buf[headerLen + ivLen + fragLen - 1];
921 + wrBuf->buf + headerLen, /* output */
923 + wrBuf->space - headerLen, /* max out */
943 - memmove(wrBuf->buf + headerLen + ivLen + p1Len, pIn + p1Len, oddLen);
948 - wrBuf->buf + headerLen + ivLen, /* output */
960 + wrBuf->buf + headerLen + ivLen + contentLen, &macLen);
988 + pBuf = &wrBuf->buf[headerLen + ivLen + fragLen - 1];
1005 + memmove(wrBuf->buf + headerLen + ivLen + p1Len, pIn + p1Len,
[all …]
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c2646 sslBuffer * wrBuf) in ssl3_CompressMACEncryptRecord() argument
2670 if (ivLen > wrBuf->space - headerLen) { in ssl3_CompressMACEncryptRecord()
2674 rv = PK11_GenerateRandom(wrBuf->buf + headerLen, ivLen); in ssl3_CompressMACEncryptRecord()
2680 wrBuf->buf + headerLen, in ssl3_CompressMACEncryptRecord()
2683 wrBuf->buf + headerLen, in ssl3_CompressMACEncryptRecord()
2695 wrBuf->buf + headerLen + ivLen, &outlen, in ssl3_CompressMACEncryptRecord()
2696 wrBuf->space - headerLen - ivLen, pIn, contentLen); in ssl3_CompressMACEncryptRecord()
2699 pIn = wrBuf->buf + headerLen + ivLen; in ssl3_CompressMACEncryptRecord()
2712 if (headerLen + nonceLen + contentLen + tagLen > wrBuf->space) { in ssl3_CompressMACEncryptRecord()
2721 wrBuf->buf + headerLen, /* output */ in ssl3_CompressMACEncryptRecord()
[all …]
Ddtlscon.c774 sslBuffer * wrBuf) in dtls_CompressMACEncryptRecord() argument
805 wrBuf); in dtls_CompressMACEncryptRecord()
Dsslimpl.h1489 sslBuffer * wrBuf);
1945 sslBuffer *wrBuf);