PandA-2024.02
Data Fields
buffer_state Struct Reference

Data Fields

const uint8_t * p
 
size_t len
 
size_t total_len
 
int single_one_delivered
 
int total_len_delivered
 

Detailed Description

Definition at line 33 of file sha-256.c.

Field Documentation

◆ len

size_t buffer_state::len

Definition at line 35 of file sha-256.c.

Referenced by calc_chunk(), and init_buf_state().

◆ p

const uint8_t* buffer_state::p

Definition at line 34 of file sha-256.c.

Referenced by calc_chunk(), calc_sha_256(), and init_buf_state().

◆ single_one_delivered

int buffer_state::single_one_delivered

Definition at line 37 of file sha-256.c.

Referenced by calc_chunk(), and init_buf_state().

◆ total_len

size_t buffer_state::total_len

Definition at line 36 of file sha-256.c.

Referenced by calc_chunk(), and init_buf_state().

◆ total_len_delivered

int buffer_state::total_len_delivered

Definition at line 38 of file sha-256.c.

Referenced by calc_chunk(), and init_buf_state().


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

Generated on Mon Feb 12 2024 13:03:46 for PandA-2024.02 by doxygen 1.8.13