11.12.3.4.204. Function sss_key_object_init¶
Defined in File fsl_sss_api.h
11.12.3.4.204.1. Function Documentation¶
-
sss_status_t
sss_key_object_init
(sss_object_t *keyObject, sss_key_store_t *keyStore)¶ Constructor for a key object data structure The function initializes keyObject data structure and associates it with a key store in which the plain key and other attributes are stored.
- Return
Status of the operation
- Parameters
keyObject
:keyStore
:
- Return Value
kStatus_SSS_Success
: The operation has completed successfully.kStatus_SSS_Fail
: The operation has failed.kStatus_SSS_InvalidArgument
: One of the arguments is invalid for the function to execute.