Searched refs:point_format (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecdh.c | 176 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init() 209 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup() 266 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free() 273 size_t *olen, int point_format, in ecdh_make_params_internal() argument 315 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal() 348 return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 355 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 463 size_t *olen, int point_format, in ecdh_make_public_internal() argument 496 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal() 519 return( ecdh_make_public_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_public() [all …]
|
A D | ecjpake.c | 68 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init() 523 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one() 542 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one() 616 ctx->point_format, in mbedtls_ecjpake_read_round_two() 727 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two() 731 ctx->point_format, in mbedtls_ecjpake_write_round_two()
|
A D | ssl_cli.c | 1289 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext() 1292 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
|
A D | ssl_srv.c | 370 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats() 373 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 76 int point_format; /**< Format for point export */ member
|
Completed in 17 milliseconds