devcrypto_aead_cipher_t

AEAD cipher algorithm object

Synopsis:

#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;

Data:

devcrypto_aead_cipher_params_t params

The authenticated encryption with associated data (AEAD) cipher parameters.

devcrypto_aead_cipher_ops_t ops

The AEAD cipher functions.

Library:

devcr