![]() |
OPTIGA™ Trust M
Host Library Documentation
|
This file defines APIs, types and data structures used for protect update tool file system. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
| int32_t | pal_file_system_read_file_to_array (const int8_t *file_name, uint8_t **byte_array, uint16_t *byte_array_length) |
| int32_t | pal_file_system_read_file_to_array_in_hex (const int8_t *file_name, uint8_t **byte_array, uint16_t *byte_array_length) |
| int32_t | pal_file_system_write_to_file (const int8_t *file_name, int8_t *byte_array, uint16_t byte_array_length) |
This file defines APIs, types and data structures used for protect update tool file system.
Definition in file pal_file_system.h.
| int32_t pal_file_system_read_file_to_array | ( | const int8_t * | file_name, |
| uint8_t ** | byte_array, | ||
| uint16_t * | byte_array_length | ||
| ) |
| int32_t pal_file_system_read_file_to_array_in_hex | ( | const int8_t * | file_name, |
| uint8_t ** | byte_array, | ||
| uint16_t * | byte_array_length | ||
| ) |
| int32_t pal_file_system_write_to_file | ( | const int8_t * | file_name, |
| int8_t * | byte_array, | ||
| uint16_t | byte_array_length | ||
| ) |