esp_encrypted_img_decrypt_data() is only used within pre_encrypted_ota sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_FAIL On failure - ESP_ERR_INVALID_ARG Invalid arguments - ESP_ERR_NOT_FINISHED Decryption is in process - ESP_OK Success

Notes

args->data_out must be freed after use provided args->data_out_len is greater than 0

References

from examples