Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc76 …auto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt… in xsgetn()
100 …auto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt… in xsgetn()
133 memcpy(_Ptr, encBuffer_ + encBufferOff_, static_cast<size_t>(cnt)); in read_from_encrypted_buffer()
A DCryptoStreamBuf.h44 unsigned char encBuffer_[BLK_SIZE * 2]; variable

Completed in 3 milliseconds