Lines Matching refs:point_format
171 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED;
201 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED;
207 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED;
267 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED;
274 size_t *olen, int point_format,
321 if ((ret = mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format,
350 return ecdh_make_params_internal(ctx, olen, ctx->point_format, buf, blen,
361 ctx->point_format, buf, blen,
493 size_t *olen, int point_format,
530 return mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format, olen,
548 return ecdh_make_public_internal(ctx, olen, ctx->point_format, buf, blen,
559 ctx->point_format, buf, blen,