Home
last modified time | relevance | path

Searched refs:Encrypt (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.h32 virtual ByteBuffer Encrypt(const ByteBuffer& data);
33 virtual int Encrypt(unsigned char * dst, int dstLen, const unsigned char* src, int srcLen);
54 virtual ByteBuffer Encrypt(const ByteBuffer& data);
A DCipherOpenssl.cc60 ByteBuffer SymmetricCipherOpenssl::Encrypt(const ByteBuffer& data) in Encrypt() function in SymmetricCipherOpenssl
76 int SymmetricCipherOpenssl::Encrypt(unsigned char* dst, int dstLen, const unsigned char* src, int s… in Encrypt() function in SymmetricCipherOpenssl
161 ByteBuffer AsymmetricCipherOpenssl::Encrypt(const ByteBuffer& data) in Encrypt() function in AsymmetricCipherOpenssl
A DEncryptionMaterials.cc58 auto encrptedKey = cipher->Encrypt(contentCryptoMaterial.ContentKey()); in EncryptCEK()
59 auto encrptedKeyIV = cipher->Encrypt(contentCryptoMaterial.ContentIV()); in EncryptCEK()
A DCryptoStreamBuf.cc76 …auto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt… in xsgetn()
100 …auto ret = cipher_->Encrypt(encBuffer_, static_cast<int>(readCnt), block, static_cast<int>(readCnt… in xsgetn()
109 …auto ret = cipher_->Encrypt(reinterpret_cast<unsigned char *>(_Ptr), static_cast<int>(readCnt), bl… in xsgetn()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h60 virtual ByteBuffer Encrypt(const ByteBuffer& data) = 0;
61 … virtual int Encrypt(unsigned char * dst, int dstLen, const unsigned char* src, int srcLen) = 0;
103 virtual ByteBuffer Encrypt(const ByteBuffer& data) = 0;
/AliOS-Things-master/components/mbedtls/
A DChangeLog167 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
304 Encrypt-then-Mac (RFC 7366) were not affected. The vulnerability was
316 instead of CBC or using Encrypt-then-Mac (RFC 7366) were not affected.
324 Encrypt-then-Mac (RFC 7366) were not affected. Found by Kenny Paterson,
367 CBC based ciphersuite is used together with Encrypt-then-MAC. Previously,
1716 * Add support for Encrypt-then-MAC (RFC 7366).
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak1281 * Enable support for Encrypt-then-MAC, RFC 7366.
1293 * Comment this macro to disable support for Encrypt-then-MAC

Completed in 12 milliseconds