Searched refs:decBuffer_ (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 48 …auto ret = cipher_->Decrypt(block, static_cast<int>(decBufferCnt_), decBuffer_, static_cast<int>(d… in ~CryptoStreamBuf() 180 memcpy(decBuffer_ + decBufferOff_, _Ptr, static_cast<int>(writeCnt)); in xsputn() 189 …auto ret = cipher_->Decrypt(block, static_cast<int>(BLK_SIZE), decBuffer_, static_cast<int>(BLK_SI… in xsputn() 222 memcpy(decBuffer_, _Ptr, static_cast<int>(blkIdx)); in xsputn()
|
A D | CryptoStreamBuf.h | 47 unsigned char decBuffer_[BLK_SIZE * 2]; variable
|
Completed in 4 milliseconds