Searched refs:mbedtls_ecdh_setup (Results 1 – 5 of 5) sorted by relevance
213 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id ) in mbedtls_ecdh_setup() function425 if( ( ret = mbedtls_ecdh_setup( ctx, grp_id ) ) != 0 ) in mbedtls_ecdh_read_params()485 if( ( ret = mbedtls_ecdh_setup( ctx, key->grp.id ) ) != 0 ) in mbedtls_ecdh_get_params()
3062 if( ( ret = mbedtls_ecdh_setup( &ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange()
258 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx,
207 TEST_ASSERT( mbedtls_ecdh_setup( &srv, id ) == 0 );273 TEST_ASSERT( mbedtls_ecdh_setup( &srv, id ) == 0 );
1274 CHECK_AND_CONTINUE( mbedtls_ecdh_setup( &ecdh_srv, curve_info->grp_id ) ); in main()