Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::Cryptography::Cipher Member List

This is the complete list of members for SC::Cryptography::Cipher, including all inherited members.

Cipher()SC::Cryptography::Cipher
Cipher(Backend backend)SC::Cryptography::Cipherexplicit
Cipher(const Cipher &)=delete (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
Cipher(Cipher &&)=delete (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
finish(Span< uint8_t > output, size_t &bytesWritten)SC::Cryptography::Cipher
InternalOpaque typedef (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
Operation enum name (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
operator=(const Cipher &)=delete (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
operator=(Cipher &&)=delete (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher
reset()SC::Cryptography::Cipher
start(CipherType type, Operation operation, Span< const uint8_t > key, Span< const uint8_t > iv)SC::Cryptography::Cipher
update(Span< const uint8_t > input, Span< uint8_t > output, size_t &bytesWritten)SC::Cryptography::Cipher
~Cipher() (defined in SC::Cryptography::Cipher)SC::Cryptography::Cipher