Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc67 auto blkOff = currPos / BLK_SIZE; in xsgetn() local
69 auto iv = SymmetricCipher::IncCTRCounter(iv_, blkOff); in xsgetn()
74 StreamBufProxy::seekpos(blkOff * BLK_SIZE, std::ios_base::in); in xsgetn()
202 auto blkOff = _Count / BLK_SIZE; in xsputn() local
206 for (auto i = std::streamsize(0); i < blkOff; i++) { in xsputn()

Completed in 3 milliseconds