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

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

Aead()SC::Cryptography::Aead
Aead(Backend backend)SC::Cryptography::Aeadexplicit
Aead(const Aead &)=delete (defined in SC::Cryptography::Aead)SC::Cryptography::Aead
Aead(Aead &&)=delete (defined in SC::Cryptography::Aead)SC::Cryptography::Aead
init(AeadType type, Span< const uint8_t > key)SC::Cryptography::Aead
InternalOpaque typedef (defined in SC::Cryptography::Aead)SC::Cryptography::Aead
open(Span< const uint8_t > nonce, Span< const uint8_t > aad, Span< const uint8_t > ciphertext, Span< const uint8_t > tag, Span< uint8_t > plaintext, size_t &bytesWritten)SC::Cryptography::Aead
operator=(const Aead &)=delete (defined in SC::Cryptography::Aead)SC::Cryptography::Aead
operator=(Aead &&)=delete (defined in SC::Cryptography::Aead)SC::Cryptography::Aead
seal(Span< const uint8_t > nonce, Span< const uint8_t > aad, Span< const uint8_t > plaintext, Span< uint8_t > ciphertext, Span< uint8_t > tag, size_t &bytesWritten)SC::Cryptography::Aead
~Aead() (defined in SC::Cryptography::Aead)SC::Cryptography::Aead