9.13.3.4.190. Function sss_se05x_key_object_get_handle¶
Defined in File fsl_sss_se05x_apis.h
9.13.3.4.190.1. Function Documentation¶
-
sss_status_t
sss_se05x_key_object_get_handle(sss_se05x_object_t *keyObject, uint32_t keyId)¶ Get handle to an existing allocated/provisioned/created Object.
See sss_key_object_allocate_handle.
After calling this API, Ideally keyObject should become equivlant to as set after the calling of sss_key_object_allocate_handle api.
On SE05X, this API uses
Se05x_API_ReadType and fetches parameters of the API.- Return
The sss status.
- Parameters
keyObject: The key object[in] keyId: The key identifier
