|
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 247 of file dao_liquid_crypto.h.
| char version[DAO_CRYPTO_VERSION_LEN] |
The version of the liquid crypto library.
Definition at line 249 of file dao_liquid_crypto.h.
| uint8_t nb_dev |
The number of devices supported by the liquid crypto library.
Definition at line 251 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 253 of file dao_liquid_crypto.h.