Updated: October 28, 2024 |
Add additional authenticated data (AAD) to a cipher
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_cipher_op_aad)(qcrypto_state_ctx_t *sctx, const uint8_t *aad, size_t aadsize);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.