Searched refs:readCnt (Results 1 – 1 of 1) sorted by relevance
60 std::streamsize readCnt; in xsgetn() local76 …uto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt)… in xsgetn()88 if (readCnt > 0) { in xsgetn()89 _Count -= readCnt; in xsgetn()90 _Ptr += readCnt; in xsgetn()96 if (readCnt <= 0) in xsgetn()99 if (_Count < readCnt) { in xsgetn()100 …uto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt)… in xsgetn()120 if (readCnt > 0) { in xsgetn()121 _Count -= readCnt; in xsgetn()[all …]
Completed in 3 milliseconds