Home
last modified time | relevance | path

Searched refs:Decrypt (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.h37 virtual ByteBuffer Decrypt(const ByteBuffer& data);
38 virtual int Decrypt(unsigned char * dst, int dstLen, const unsigned char* src, int srcLen);
55 virtual ByteBuffer Decrypt(const ByteBuffer& data);
A DCipherOpenssl.cc110 ByteBuffer SymmetricCipherOpenssl::Decrypt(const ByteBuffer& data) in Decrypt() function in SymmetricCipherOpenssl
126 int SymmetricCipherOpenssl::Decrypt(unsigned char * dst, int dstLen, const unsigned char* src, int … in Decrypt() function in SymmetricCipherOpenssl
211 ByteBuffer AsymmetricCipherOpenssl::Decrypt(const ByteBuffer& data) in Decrypt() function in AsymmetricCipherOpenssl
A DEncryptionMaterials.cc92 auto key = cipher->Decrypt(contentCryptoMaterial.EncryptedContentKey()); in DecryptCEK()
93 auto iv = cipher->Decrypt(contentCryptoMaterial.EncryptedContentIV()); in DecryptCEK()
A DCryptoStreamBuf.cc48 …auto ret = cipher_->Decrypt(block, static_cast<int>(decBufferCnt_), decBuffer_, static_cast<int>(d… in ~CryptoStreamBuf()
189 …auto ret = cipher_->Decrypt(block, static_cast<int>(BLK_SIZE), decBuffer_, static_cast<int>(BLK_SI… in xsputn()
207 …auto ret = cipher_->Decrypt(block, static_cast<int>(BLK_SIZE), reinterpret_cast<const unsigned cha… in xsputn()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h65 virtual ByteBuffer Decrypt(const ByteBuffer& data) = 0;
66 … virtual int Decrypt(unsigned char * dst, int dstLen, const unsigned char* src, int srcLen) = 0;
104 virtual ByteBuffer Decrypt(const ByteBuffer& data) = 0;

Completed in 5 milliseconds