pre_encrypted_ota sample
esp_encrypted_img_handle
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
esp_encrypted_img_handle
esp_encrypted_img_handle struct
Syntax
Show:
Summary
Declaration
from
esp_encrypted_img.c:40
struct
esp_encrypted_img_handle
{
char
*
rsa_pem
;
size_t
rsa_len
;
uint32_t
binary_file_len
;
uint32_t
binary_file_read
;
char
gcm_key
[
GCM_KEY_SIZE
]
;
char
iv
[
IV_SIZE
]
;
char
auth_tag
[
AUTH_SIZE
]
;
esp_encrypted_img_state
state
;
mbedtls_gcm_context
gcm_ctx
;
size_t
cache_buf_len
;
char
*
cache_buf
;
}
;
Fields
Field
Declared as
esp_encrypted_img_handle::rsa_pem
char
*
esp_encrypted_img_handle::rsa_len
size_t
esp_encrypted_img_handle::binary_file_len
uint32_t
esp_encrypted_img_handle::binary_file_read
uint32_t
esp_encrypted_img_handle::gcm_key
char
[
GCM_KEY_SIZE
]
esp_encrypted_img_handle::iv
char
[
IV_SIZE
]
esp_encrypted_img_handle::auth_tag
char
[
AUTH_SIZE
]
esp_encrypted_img_handle::state
esp_encrypted_img_state
esp_encrypted_img_handle::gcm_ctx
mbedtls_gcm_context
esp_encrypted_img_handle::cache_buf_len
size_t
esp_encrypted_img_handle::cache_buf
char
*
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