ESP-IDF
bootloader_sha256_finish()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_sha256_finish()
bootloader_sha256_finish() function
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_sha.h:29
void
bootloader_sha256_finish
(
bootloader_sha256_handle_t
handle
,
uint8_t
*
digest
)
;
Implemented in
bootloader_sha.c:37
Arguments
Argument
handle
digest
Examples
References
from
examples
Code
Location
Referrer
void
bootloader_sha256_finish
(
bootloader_sha256_handle_t
handle
,
uint8_t
*
digest
)
bootloader_sha.c:37
void
bootloader_sha256_finish
(
bootloader_sha256_handle_t
handle
,
uint8_t
*
digest
)
;
bootloader_sha.h:29
bootloader_sha256_finish
(
sha_handle
,
NULL
)
;
bootloader_utility.c:1040
bootloader_sha256_flash_contents()
bootloader_sha256_finish
(
sha_handle
,
digest
)
;
bootloader_utility.c:1049
bootloader_sha256_flash_contents()
bootloader_sha256_finish
(
sha_handle
,
NULL
)
;
esp_image_format.c:179
image_load()
bootloader_sha256_finish
(
sha_handle
,
NULL
)
;
esp_image_format.c:251
image_load()
bootloader_sha256_finish
(
sha_handle
,
image_hash
)
;
esp_image_format.c:1047
verify_simple_hash()
Call Tree
from
examples
bootloader_sha256_finish()
is called by 3 functions and calls 4 functions:
bootloader_sha256_flash_contents()
image_load()
verify_simple_hash()
All items filtered out
bootloader_sha256_finish()
__assert_func()
free()
mbedtls_sha256_finish()
mbedtls_sha256_free()
All items filtered out
Data Use
from
examples
bootloader_sha256_finish()
:
All items filtered out
bootloader_sha256_finish()
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
bootloader_sha256_finish()
allocates 1 types:
bootloader_sha256_handle_t
All items filtered out
bootloader_sha256_finish()
All items filtered out