Data Accelerator Offload
|
#include <dao_liquid_crypto.h>
Data Fields | |
char | version [DAO_CRYPTO_VERSION_LEN] |
uint8_t | nb_dev |
uint16_t | nb_qp [DAO_CRYPTO_MAX_NB_DEV] |
The liquid crypto information structure.
Definition at line 176 of file dao_liquid_crypto.h.
char version[DAO_CRYPTO_VERSION_LEN] |
The version of the liquid crypto library.
Definition at line 178 of file dao_liquid_crypto.h.
uint8_t nb_dev |
The number of devices supported by the liquid crypto library.
Definition at line 180 of file dao_liquid_crypto.h.
uint16_t nb_qp[DAO_CRYPTO_MAX_NB_DEV] |
The number of queue pairs supported by the liquid crypto library.
Definition at line 182 of file dao_liquid_crypto.h.