Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.h31 virtual void EncryptInit(const ByteBuffer& key, const ByteBuffer& iv);
A DCipherOpenssl.cc51 void SymmetricCipherOpenssl::EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) in EncryptInit() function in SymmetricCipherOpenssl
A DCryptoStreamBuf.cc70 cipher_->EncryptInit(key_, iv); in xsgetn()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h59 virtual void EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) = 0;

Completed in 5 milliseconds