MPHELL  5.0.0
Data Fields
drbg_info_data_t Struct Reference

Administrative informations on the DRBG state. More...

#include <mphell-drbg_types.h>

Data Fields

uint8_t seedlen
 
uint8_t outlen
 
uint8_t security_strength
 
uint64_t reseed_interval
 

Detailed Description

Administrative informations on the DRBG state.

Definition at line 71 of file mphell-drbg_types.h.

Field Documentation

◆ outlen

uint8_t outlen

Length (in bits) of the output block of the cryptographic primitive

Definition at line 73 of file mphell-drbg_types.h.

◆ reseed_interval

uint64_t reseed_interval

Reseed interval (in number of drbg_generate request)

Definition at line 75 of file mphell-drbg_types.h.

◆ security_strength

uint8_t security_strength

Security (in bytes) required

Definition at line 74 of file mphell-drbg_types.h.

◆ seedlen

uint8_t seedlen

Length (in bits) of the seed (outlen + keylen)

Definition at line 72 of file mphell-drbg_types.h.


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