Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Decdh.c176 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 Decjpake.c68 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 Dssl_cli.c1289 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 Dssl_srv.c370 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 Decdh.h112 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 Decjpake.h76 int point_format; /**< Format for point export */ member

Completed in 17 milliseconds