AEAD cipher algorithm object
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_aead_cipher {
devcrypto_aead_cipher_params_t params;
devcrypto_aead_cipher_ops_t ops;
} devcrypto_aead_cipher_t;
The authenticated encryption with associated data (AEAD) cipher parameters.
The AEAD cipher functions.