|
BSL v1.1.1 - 19.g31939de
AMMOS Bundle Protocol Security Library (BSL)
|
Collaboration diagram for mock_bpa_crc_desc_t:Data Fields | |
| size_t | out_size |
| Output size. | |
| size_t | state_size |
| State size. | |
| void(* | init )(void *state) |
| Init function. | |
| void(* | update )(void *state, UsefulBufC data) |
| Update function. | |
| void(* | finalize )(void *state, uint8_t *out) |
| Finalize function. | |
| void(* mock_bpa_crc_desc_t::finalize) (void *state, uint8_t *out) |
Finalize function.
| [in] | state | The initialized state. |
| [out] | out | The output buffer. The buffer must be of size out_size. |
Referenced by mock_bpa_crc_apply(), mock_bpa_crc_check(), and mock_bpa_crc_oneshot().
| void(* mock_bpa_crc_desc_t::init) (void *state) |
Init function.
| state | The uninitialized state. |
Referenced by mock_bpa_crc_apply(), mock_bpa_crc_check(), and mock_bpa_crc_oneshot().
| size_t mock_bpa_crc_desc_t::out_size |
Output size.
Referenced by mock_bpa_crc_apply(), and mock_bpa_crc_check().
| size_t mock_bpa_crc_desc_t::state_size |
State size.
Referenced by mock_bpa_crc_apply(), mock_bpa_crc_check(), and mock_bpa_crc_oneshot().
| void(* mock_bpa_crc_desc_t::update) (void *state, UsefulBufC data) |
Update function.
| state | The initialized state. |
Referenced by mock_bpa_crc_apply(), mock_bpa_crc_check(), and mock_bpa_crc_oneshot().