11.12.3.4.271. Function sss_se05x_key_object_init¶
Defined in File fsl_sss_se05x_apis.h
11.12.3.4.271.1. Function Documentation¶
-
sss_status_t
sss_se05x_key_object_init
(sss_se05x_object_t *keyObject, sss_se05x_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.