Searched refs:mbedtls_ecdh_setup (Results 1 – 3 of 3) sorted by relevance
233 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx,
199 int mbedtls_ecdh_setup( mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id ) in mbedtls_ecdh_setup() function394 if( ( ret = mbedtls_ecdh_setup( ctx, grp_id ) ) != 0 ) in mbedtls_ecdh_read_params()445 if( ( ret = mbedtls_ecdh_setup( ctx, key->grp.id ) ) != 0 ) in mbedtls_ecdh_get_params()
3051 if( ( ret = mbedtls_ecdh_setup( &ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange()
Completed in 11 milliseconds