Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decdh.c188 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init()
222 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
228 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup()
290 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
297 size_t *olen, int point_format, in ecdh_make_params_internal() argument
339 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal()
372 return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
384 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
520 size_t *olen, int point_format, in ecdh_make_public_internal() argument
553 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal()
[all …]
A Decjpake.c63 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init()
513 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one()
532 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one()
606 ctx->point_format, in mbedtls_ecjpake_read_round_two()
717 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two()
721 ctx->point_format, in mbedtls_ecjpake_write_round_two()
A Dssl_cli.c1732 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
1735 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
A Dssl_srv.c416 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
419 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
/optee_os-3.20.0/lib/libmbedtls/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.h79 int point_format; /**< Format for point export */ member

Completed in 19 milliseconds