9.13.3.4.142. Function sss_key_store_set_key¶
Defined in File fsl_sss_api.h
9.13.3.4.142.1. Function Documentation¶
-
sss_status_t
sss_key_store_set_key(sss_key_store_t *keyStore, sss_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
