pre_encrypted_ota sample
pre_enc_decrypt_arg_t
is only used within pre_encrypted_ota sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
pre_encrypted_ota sample
pre_enc_decrypt_arg_t
pre_enc_decrypt_arg_t struct
Syntax
Show:
Summary
Declaration
from
esp_encrypted_img.h:72
typedef
struct
{
const
char
*
data_in
;
size_t
data_in_len
;
char
*
data_out
;
size_t
data_out_len
;
}
pre_enc_decrypt_arg_t
;
Fields
Field
Declared as
Description
pre_enc_decrypt_arg_t::data_in
const
char
*
Pointer to data to be decrypted.
pre_enc_decrypt_arg_t::data_in_len
size_t
Input data length.
pre_enc_decrypt_arg_t::data_out
char
*
Pointer to decrypted data.
pre_enc_decrypt_arg_t::data_out_len
size_t
Output data length.
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