Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.cc152 AsymmetricCipherOpenssl::AsymmetricCipherOpenssl(CipherAlgorithm algo, CipherMode mode, CipherPaddi… in AsymmetricCipherOpenssl() function in AsymmetricCipherOpenssl
157 AsymmetricCipherOpenssl::~AsymmetricCipherOpenssl() in ~AsymmetricCipherOpenssl()
161 ByteBuffer AsymmetricCipherOpenssl::Encrypt(const ByteBuffer& data) in Encrypt()
211 ByteBuffer AsymmetricCipherOpenssl::Decrypt(const ByteBuffer& data) in Decrypt()
A DCipherOpenssl.h48 class AsymmetricCipherOpenssl : public AsymmetricCipher
51 ~AsymmetricCipherOpenssl();
52 AsymmetricCipherOpenssl(CipherAlgorithm algo, CipherMode mode, CipherPadding pad);
A DCipher.cc132 …return std::make_shared<AsymmetricCipherOpenssl>(CipherAlgorithm::RSA, CipherMode::NONE, CipherPad… in CreateRSA_NONEImpl()

Completed in 3 milliseconds