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