| 
    Data Accelerator Offload
    
   | 
 
#include <dao_liquid_crypto.h>
Data Fields | |
| uint8_t * | key | 
| uint8_t * | datetime | 
| uint8_t * | seed | 
| uint8_t * | out_seed | 
Parameters for X9.17 (3DES-based) RNG.
This structure contains the parameters required for the X9.17 RNG operation. The key, datetime, seed, and out_seed fields must be set appropriately.
Definition at line 827 of file dao_liquid_crypto.h.
| uint8_t* key | 
The 3DES key (24 bytes)
Definition at line 829 of file dao_liquid_crypto.h.
| uint8_t* datetime | 
The date-time (8 bytes)
Definition at line 831 of file dao_liquid_crypto.h.
| uint8_t* seed | 
The input seed (8 bytes)
Definition at line 833 of file dao_liquid_crypto.h.
| uint8_t* out_seed | 
The output seed (8 bytes)
Definition at line 835 of file dao_liquid_crypto.h.