9.13.3.4.124. Function sss_key_object_get_handle¶
Defined in File fsl_sss_api.h
9.13.3.4.124.1. Function Documentation¶
-
sss_status_t
sss_key_object_get_handle(sss_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.
- Return
The sss status.
- Parameters
keyObject: The key object[in] keyId: The key identifier
