Home
last modified time | relevance | path

Searched refs:skipCnt (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoModule.cc99 int64_t skipCnt = 0; in GetObjectSecurely() local
104 skipCnt = range.first % blkSize; in GetObjectSecurely()
116 …e_shared<CryptoStreamBuf>(*content, cipher_, material.ContentKey(), iv, static_cast<int>(skipCnt)); in GetObjectSecurely()
123 if (skipCnt > 0 && outcome.isSuccess()) { in GetObjectSecurely()
126 ometa.setContentLength(len - skipCnt); in GetObjectSecurely()
A DCryptoStreamBuf.cc27 const int skipCnt) : in CryptoStreamBuf() argument
38 skipCnt_(skipCnt) in CryptoStreamBuf()
A DCryptoStreamBuf.h33 const int skipCnt = 0);

Completed in 4 milliseconds