Searched refs:point_format (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/library/ |
A D | ecdh.c | 190 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 D | ecjpake.c | 63 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 D | ssl_cli.c | 1574 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
|
A D | ssl_srv.c | 407 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
|
/mbedtls-development/include/mbedtls/ |
A D | ecjpake.h | 76 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */ 143 int point_format );
|
A D | ecdh.h | 128 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 D | ChangeLog | 299 point format for ECJPAKE instead of accessing the point_format field
|
Completed in 22 milliseconds