Asylo
asylo::AeadCryptor Member List

This is the complete list of members for asylo::AeadCryptor, including all inherited members.

CreateAesGcmCryptor(ByteContainerView key)asylo::AeadCryptorstatic
CreateAesGcmSivCryptor(ByteContainerView key)asylo::AeadCryptorstatic
MaxMessageSize(AeadScheme scheme)asylo::AeadCryptorstatic
MaxMessageSize() constasylo::AeadCryptor
MaxSealedMessages(AeadScheme scheme)asylo::AeadCryptorstatic
MaxSealedMessages() constasylo::AeadCryptor
MaxSealOverhead() constasylo::AeadCryptor
NonceSize() constasylo::AeadCryptor
Open(ByteContainerView ciphertext, ByteContainerView associated_data, ByteContainerView nonce, absl::Span< uint8_t > plaintext, size_t *plaintext_size)asylo::AeadCryptor
Seal(ByteContainerView plaintext, ByteContainerView associated_data, absl::Span< uint8_t > nonce, absl::Span< uint8_t > ciphertext, size_t *ciphertext_size)asylo::AeadCryptor