Home
last modified time | relevance | path

Searched refs:DecryptInit (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.h36 virtual void DecryptInit(const ByteBuffer& key, const ByteBuffer& iv);
A DCipherOpenssl.cc101 void SymmetricCipherOpenssl::DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) in DecryptInit() function in SymmetricCipherOpenssl
A DCryptoStreamBuf.cc171 cipher_->DecryptInit(key_, iv_); in xsputn()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h64 virtual void DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) = 0;

Completed in 5 milliseconds