11.12.3.4.290. Function sss_se05x_key_store_set_key¶
Defined in File fsl_sss_se05x_apis.h
11.12.3.4.290.1. Function Documentation¶
-
sss_status_t
sss_se05x_key_store_set_key
(sss_se05x_key_store_t *keyStore, sss_se05x_object_t *keyObject, const uint8_t *data, size_t dataLen, size_t keyBitLen, void *options, size_t optionsLen)¶ This function moves data[] from memory to the destination key store.
- Return
- Parameters
keyStore
: Key store contextkeyObject
: Reference to a key and it’s propertiesdata
: Data to be stored in Key. When setting ecc private key only, do not include key header.dataLen
: Length of the datakeyBitLen
: Crypto algorithm key bit lengthoptions
: Pointer to implementation specific optionsoptionsLen
: Length of the options in bytes