Zephyr Project API  3.3.0
A Scalable Open Source RTOS
fs_mgmt_hash_checksum_group Struct Reference

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
 

Detailed Description

A collection of handlers for an entire hash/checksum group.

Field Documentation

◆ byte_string

bool fs_mgmt_hash_checksum_group::byte_string

Byte string or numerical output.

◆ function

fs_mgmt_hash_checksum_handler_fn fs_mgmt_hash_checksum_group::function

Hash/checksum function pointer.

◆ group_name

const char* fs_mgmt_hash_checksum_group::group_name

Array of handlers; one entry per name.

◆ node

sys_snode_t fs_mgmt_hash_checksum_group::node

Entry list node.

◆ output_size

uint8_t fs_mgmt_hash_checksum_group::output_size

Size (in bytes) of output.


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