Home
last modified time | relevance | path

Searched refs:point_format (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/library/
Decdh.c140 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, ctx->point_format, in mbedtls_ecdh_make_params()
213 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, ctx->point_format, in mbedtls_ecdh_make_public()
Decjpake.c60 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init()
505 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one()
519 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one()
590 ctx->point_format, in mbedtls_ecjpake_read_round_two()
696 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two()
700 ctx->point_format, in mbedtls_ecjpake_write_round_two()
Dssl_cli.c1219 ssl->handshake->ecdh_ctx.point_format = p[0];
1222 ssl->handshake->ecjpake_ctx.point_format = p[0];
Dssl_srv.c310 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
313 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Decjpake.h74 int point_format; /**< Format for point export */ member
Decdh.h51 int point_format; /*!< format for point export in TLS messages */ member