Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_lc_random_op_x9_17 Struct Reference

#include <dao_liquid_crypto.h>

Data Fields

uint8_t * key
 
uint8_t * datetime
 
uint8_t * seed
 
uint8_t * out_seed
 

Detailed Description

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.

Field Documentation

◆ key

uint8_t* key

The 3DES key (24 bytes)

Definition at line 655 of file dao_liquid_crypto.h.

◆ datetime

uint8_t* datetime

The date-time (8 bytes)

Definition at line 657 of file dao_liquid_crypto.h.

◆ seed

uint8_t* seed

The input seed (8 bytes)

Definition at line 659 of file dao_liquid_crypto.h.

◆ out_seed

uint8_t* out_seed

The output seed (8 bytes)

Definition at line 661 of file dao_liquid_crypto.h.


The documentation for this struct was generated from the following file: