Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc24 CryptoStreamBuf::CryptoStreamBuf(std::iostream& stream, in CryptoStreamBuf() function in CryptoStreamBuf
43 CryptoStreamBuf::~CryptoStreamBuf() in ~CryptoStreamBuf()
57 std::streamsize CryptoStreamBuf::xsgetn(char * _Ptr, std::streamsize _Count) in xsgetn()
128 std::streamsize CryptoStreamBuf::read_from_encrypted_buffer(char * _Ptr, std::streamsize _Count) in read_from_encrypted_buffer()
142 std::streampos CryptoStreamBuf::seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::… in seekoff()
153 std::streampos CryptoStreamBuf::seekpos(pos_type _Pos, std::ios_base::openmode _Mode) in seekpos()
164 std::streamsize CryptoStreamBuf::xsputn(const char *_Ptr, std::streamsize _Count) in xsputn()
232 std::streamsize CryptoStreamBuf::xsputn_with_skip(const char *_Ptr, std::streamsize _Count) in xsputn_with_skip()
A DCryptoStreamBuf.h25 class CryptoStreamBuf : public StreamBufProxy
30 CryptoStreamBuf(std::iostream& stream,
34 ~CryptoStreamBuf();
A DCryptoModule.cc72CryptoStreamBuf cryptoStream(*putRequest.Body(), cipher_, material.ContentKey(), material.ContentI… in PutObjectSecurely()
112 std::shared_ptr<CryptoStreamBuf> cryptoStream = nullptr; in GetObjectSecurely()
116 …cryptoStream = std::make_shared<CryptoStreamBuf>(*content, cipher_, material.ContentKey(), iv, sta… in GetObjectSecurely()
191 CryptoStreamBuf cryptoStream(*uRequest.Body(), cipher_, ctx.ContentMaterial().ContentKey(), iv); in UploadPartSecurely()

Completed in 4 milliseconds