11.12.3.4.226. Function sss_mbedtls_associate_ecdhctx

11.12.3.4.226.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.