11.12.3.4.209. Function sss_key_store_allocate¶
Defined in File fsl_sss_api.h
11.12.3.4.209.1. Function Documentation¶
-
sss_status_t
sss_key_store_allocate
(sss_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.
- 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.