Lines Matching refs:point_format
190 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init()
224 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
230 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup()
292 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
299 size_t *olen, int point_format, in ecdh_make_params_internal() argument
341 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal()
374 return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
386 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
522 size_t *olen, int point_format, in ecdh_make_public_internal() argument
555 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal()
578 return( ecdh_make_public_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_public()
590 ctx->point_format, buf, blen, in mbedtls_ecdh_make_public()
734 size_t *out_len, int point_format, in ecdh_tls13_make_params_internal() argument
747 ret = mbedtls_ecp_point_write_binary( &ctx->grp, &ctx->Q, point_format, in ecdh_tls13_make_params_internal()
772 return( ecdh_tls13_make_params_internal( ctx, out_len, ctx->point_format, in mbedtls_ecdh_tls13_make_params()
783 out_len, ctx->point_format, in mbedtls_ecdh_tls13_make_params()
802 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup_no_everest()