Searched refs:mOutputDataLength (Results 1 – 2 of 2) sorted by relevance
348 , mOutputDataLength(0) in BufferEncrypterReader()352 …fferEncrypterReader::IsEmpty(void) const { return mTxFrameBuffer.IsEmpty() && !mOutputDataLength; } in IsEmpty()362 mOutputDataLength = mTxFrameBuffer.OutFrameGetLength(); in OutFrameBegin()364 if (mOutputDataLength > 0) in OutFrameBegin()366 OT_ASSERT(mOutputDataLength <= sizeof(mDataBuffer)); in OutFrameBegin()367 mTxFrameBuffer.OutFrameRead(mOutputDataLength, mDataBuffer); in OutFrameBegin()369 … if (!SpinelEncrypter::EncryptOutbound(mDataBuffer, sizeof(mDataBuffer), &mOutputDataLength)) in OutFrameBegin()371 mOutputDataLength = 0; in OutFrameBegin()384 …fferEncrypterReader::OutFrameHasEnded(void) { return (mDataBufferReadIndex >= mOutputDataLength); } in OutFrameHasEnded()392 mOutputDataLength = 0; in Reset()
123 size_t mOutputDataLength; member in ot::Ncp::NcpHdlc::BufferEncrypterReader