Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc38 skipCnt_(skipCnt) in CryptoStreamBuf()
235 if (skipCnt_ > 0) { in xsputn_with_skip()
236 auto min = std::min(skipCnt_, _Count); in xsputn_with_skip()
237 skipCnt_ -= min; in xsputn_with_skip()
A DCryptoStreamBuf.h54 std::streamsize skipCnt_; // for decrypt, must be less BLK_SIZE variable

Completed in 3 milliseconds