Searched refs:point_format (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | ecdh.c | 140 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()
|
D | ecjpake.c | 60 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()
|
D | ssl_cli.c | 1219 ssl->handshake->ecdh_ctx.point_format = p[0]; 1222 ssl->handshake->ecjpake_ctx.point_format = p[0];
|
D | ssl_srv.c | 310 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/ |
D | ecjpake.h | 74 int point_format; /**< Format for point export */ member
|
D | ecdh.h | 51 int point_format; /*!< format for point export in TLS messages */ member
|