[][src]Module psa_crypto::operations::aead

Authenticated Encryption with Associated Data (AEAD) operations

See the PSA Crypto API for the format of the different parameters used in this module.

Functions

decrypt

Process an authenticated decryption operation.

encrypt

Process an authenticated encryption operation.