LeviLamina
Loading...
Searching...
No Matches
Crypto::Symmetric::NullSSLSymmetricInterface Class Reference
Inheritance diagram for Crypto::Symmetric::NullSSLSymmetricInterface:

Public Member Functions

NullSSLSymmetricInterface & operator= (NullSSLSymmetricInterface const &)
 NullSSLSymmetricInterface (NullSSLSymmetricInterface const &)
virtual void init (::std::string const &, ::std::string const &)
virtual void encrypt (::std::string const &, ::std::string &)
virtual void decrypt (::std::string const &, ::std::string &)
virtual uint64 getKeySize () const
virtual uint64 getBlockSize () const
virtual uint64 getEncryptionBufferSize (uint64) const
virtual bool encryptToBuffer (::gsl::span< char const >, ::gsl::span< char >, uint64 &)

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnkce0f1d

Member Function Documentation

◆ init()

virtual void Crypto::Symmetric::NullSSLSymmetricInterface::init ( ::std::string const & ,
::std::string const &  )
virtual

◆ encrypt()

virtual void Crypto::Symmetric::NullSSLSymmetricInterface::encrypt ( ::std::string const & ,
::std::string &  )
virtual

◆ decrypt()

virtual void Crypto::Symmetric::NullSSLSymmetricInterface::decrypt ( ::std::string const & ,
::std::string &  )
virtual

◆ getKeySize()

virtual uint64 Crypto::Symmetric::NullSSLSymmetricInterface::getKeySize ( ) const
virtual

◆ getBlockSize()

virtual uint64 Crypto::Symmetric::NullSSLSymmetricInterface::getBlockSize ( ) const
virtual

◆ getEncryptionBufferSize()

virtual uint64 Crypto::Symmetric::NullSSLSymmetricInterface::getEncryptionBufferSize ( uint64 ) const
virtual

◆ encryptToBuffer()

virtual bool Crypto::Symmetric::NullSSLSymmetricInterface::encryptToBuffer ( ::gsl::span< char const > ,
::gsl::span< char > ,
uint64 &  )
virtual

The documentation for this class was generated from the following file: