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 653 of file dao_liquid_crypto.h.
uint8_t* key |
The 3DES key (24 bytes)
Definition at line 655 of file dao_liquid_crypto.h.
uint8_t* datetime |
The date-time (8 bytes)
Definition at line 657 of file dao_liquid_crypto.h.
uint8_t* seed |
The input seed (8 bytes)
Definition at line 659 of file dao_liquid_crypto.h.
uint8_t* out_seed |
The output seed (8 bytes)
Definition at line 661 of file dao_liquid_crypto.h.