|
Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
A collection of handlers for an entire hash/checksum group. More...
#include <fs_mgmt_hash_checksum.h>
Data Fields | |
| sys_snode_t | node |
| const char * | group_name |
| bool | byte_string |
| uint8_t | output_size |
| fs_mgmt_hash_checksum_handler_fn | function |
A collection of handlers for an entire hash/checksum group.
| bool fs_mgmt_hash_checksum_group::byte_string |
Byte string or numerical output.
| fs_mgmt_hash_checksum_handler_fn fs_mgmt_hash_checksum_group::function |
Hash/checksum function pointer.
| const char* fs_mgmt_hash_checksum_group::group_name |
Array of handlers; one entry per name.
| sys_snode_t fs_mgmt_hash_checksum_group::node |
Entry list node.
| uint8_t fs_mgmt_hash_checksum_group::output_size |
Size (in bytes) of output.