9.13.3.4.149. Function sss_mbedtls_associate_ecdhctx¶
Defined in File sss_mbedtls.h
9.13.3.4.149.1. Function Documentation¶
-
int
sss_mbedtls_associate_ecdhctx(mbedtls_ssl_handshake_params *handshake, sss_object_t *pkeyObject, sss_key_store_t *hostKs)¶ Update ECDSA HandShake key with given inded.
- Return
0 if successful, or 1 if unsuccessful
- Parameters
[inout] handshake: Pointer to the mbedtls_ssl_handshake_params which will be associated with data corresponding to the key index[in] pkeyObject: The object that we are going to be use.[in] hostKs: Keystore to host for session key.
