Home
last modified time | relevance | path

Searched refs:total_storage_size (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_key_handling.c727 uint32_t total_storage_size = 0; in sli_se_get_key_input_output() local
729 total_storage_size = storage_size; in sli_se_get_key_input_output()
733 total_storage_size = storage_size + SLI_SE_WRAPPED_KEY_OVERHEAD; in sli_se_get_key_input_output()
737 if (total_storage_size > key->storage.location.buffer.size) { in sli_se_get_key_input_output()
742 buffer->length = total_storage_size | SLI_SE_DATATRANSFER_REALIGN; in sli_se_get_key_input_output()