11.12.3.4.276. Function sss_se05x_key_store_allocate¶
Defined in File fsl_sss_se05x_apis.h
11.12.3.4.276.1. Function Documentation¶
-
sss_status_t
sss_se05x_key_store_allocate
(sss_se05x_key_store_t *keyStore, uint32_t keyStoreId)¶ Get handle to key store. If the key store already exists, nothing is allocated. If the key store does not exists, new empty key store is created and initialized. Key store context structure is updated with actual information.
This API does not do anything special on SE05X.
- Parameters
[out] keyStore
: Pointer to key store context. Key store context is updated on function return.keyStoreId
: Implementation specific ID, can be used in case security subsystem manages multiple different key stores.