pre_encrypted_ota sample
esp_encrypted_img_decrypt_start()
is only used within pre_encrypted_ota sample.
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
pre_encrypted_ota sample
esp_encrypted_img_decrypt_start()
esp_encrypted_img_decrypt_start() function
This function returns esp_decrypt_handle_t handle.
Syntax
Show:
Summary
Declaration
Definition
from
esp_encrypted_img.h:89
esp_decrypt_handle_t
esp_encrypted_img_decrypt_start
(
const
esp_decrypt_cfg_t
*
cfg
)
;
Implemented in
esp_encrypted_img.c:122
Arguments
Argument
Description
cfg
pointer to esp_decrypt_cfg_t structure
Return value
- NULL On failure - esp_decrypt_handle_t handle
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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