The key parameters structure containing key and info arrays and lengths. More...
#include <qmac.h>
Data Fields | |
const uint8_t * | key |
size_t | keylen |
uint8_t * | nonce |
size_t | noncelen |
const uint8_t * | info |
size_t | infolen |
qsc_qmac_modes | mode |
The key parameters structure containing key and info arrays and lengths.
This structure holds the key material and additional parameters required by QMAC.
const uint8_t* info |
[const] The information tweak
size_t infolen |
The length in bytes of the information tweak
const uint8_t* key |
[const] The input MAC key
size_t keylen |
The length in bytes of the MAC key
qsc_qmac_modes mode |
The operation mode
uint8_t* nonce |
Pointer to the optional nonce array
size_t noncelen |
The nonce length