Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Decdh.c190 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init()
224 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
230 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup()
292 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
299 size_t *olen, int point_format, in ecdh_make_params_internal() argument
386 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
522 size_t *olen, int point_format, in ecdh_make_public_internal() argument
590 ctx->point_format, buf, blen, in mbedtls_ecdh_make_public()
746 ret = mbedtls_ecp_point_write_binary( &ctx->grp, &ctx->Q, point_format, in ecdh_tls13_make_params_internal()
771 return( ecdh_tls13_make_params_internal( ctx, olen, ctx->point_format, in mbedtls_ecdh_tls13_make_params()
[all …]
A Decjpake.c63 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init()
132 int point_format ) in mbedtls_ecjpake_set_point_format() argument
134 switch( point_format ) in mbedtls_ecjpake_set_point_format()
138 ctx->point_format = point_format; in mbedtls_ecjpake_set_point_format()
527 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one()
546 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one()
620 ctx->point_format, in mbedtls_ecjpake_read_round_two()
731 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two()
735 ctx->point_format, in mbedtls_ecjpake_write_round_two()
A Dssl_cli.c1574 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
A Dssl_srv.c407 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
/mbedtls-development/include/mbedtls/
A Decjpake.h76 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */
143 int point_format );
A Decdh.h128 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */
137 uint8_t MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages
/mbedtls-development/
A DChangeLog299 point format for ECJPAKE instead of accessing the point_format field

Completed in 22 milliseconds