11.12.3.4.227. Function sss_mbedtls_associate_keypair¶
Defined in File sss_mbedtls.h
11.12.3.4.227.1. Function Documentation¶
-
int
sss_mbedtls_associate_keypair
(mbedtls_pk_context *pkey, sss_object_t *pkeyObject)¶ Associate a keypair provisioned in the secure element for subsequent operations.
- Description
Implementation of key association between NXP Secure Element and mbedtls.
- History
1.0 30-jan-2018 : Initial version
- Return
0 if successful, or 1 if unsuccessful
- Parameters
[out] pkey
: Pointer to the mbedtls_pk_context which will be associated with data corresponding to the key_index[in] pkeyObject
: The object that we are going to be use.