ESP-IDF
verify_simple_hash()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
verify_simple_hash()
verify_simple_hash() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_image_format.c:104
static
esp_err_t
__attribute__
(
(
unused
)
)
verify_simple_hash
(
bootloader_sha256_handle_t
sha_handle
,
esp_image_metadata_t
*
data
)
;
Implemented in
esp_image_format.c:1044
Arguments
Argument
sha_handle
data
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
verify_simple_hash
(
bootloader_sha256_handle_t
sha_handle
,
esp_image_metadata_t
*
data
)
esp_image_format.c:1044
static
esp_err_t
__attribute__
(
(
unused
)
)
verify_simple_hash
(
bootloader_sha256_handle_t
sha_handle
,
esp_image_metadata_t
*
data
)
;
esp_image_format.c:104
err
=
verify_simple_hash
(
sha_handle
,
data
)
;
esp_image_format.c:171
image_load()
Call Tree
from
examples
verify_simple_hash()
is called by 1 function and calls 4 functions:
image_load()
All items filtered out
verify_simple_hash()
esp_log_timestamp()
esp_log_write()
bootloader_debug_buffer()
bootloader_sha256_finish()
All items filtered out
Data Use
from
examples
verify_simple_hash()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_image_metadata_t::image_digest
TAG
All items filtered out
verify_simple_hash()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out