Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc168 std::streamsize writeCnt; in xsputn() local
179 writeCnt = std::min(_Count, (BLK_SIZE - decBufferCnt_)); in xsputn()
180 memcpy(decBuffer_ + decBufferOff_, _Ptr, static_cast<int>(writeCnt)); in xsputn()
181 decBufferOff_ += writeCnt; in xsputn()
182 decBufferCnt_ += writeCnt; in xsputn()
183 _Ptr += writeCnt; in xsputn()
184 _Count -= writeCnt; in xsputn()
195 writeCnt = xsputn_with_skip(reinterpret_cast<char *>(block), BLK_SIZE); in xsputn()
196 if (writeCnt != BLK_SIZE) { in xsputn()
213 writeCnt = xsputn_with_skip(reinterpret_cast<char *>(block), BLK_SIZE); in xsputn()
[all …]

Completed in 2 milliseconds