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