mbedTLS
mbedtls_ecdh_context::point_format
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_ecdh_context::point_format
mbedtls_ecdh_context::point_format field
The format of point export in TLS messages.
Syntax
Show:
Summary
Declaration
from
ecdh.h:118
int
point_format
;
Examples
References
from
examples
Code
Location
Referrer
int
point_format
;
/*!< The format of point export in TLS messages. */
ecdh.h:118
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecdh.c:186
mbedtls_ecdh_init()
return
(
ecdh_make_params_internal
(
ctx
,
olen
,
ctx
->
point_format
,
buf
,
blen
,
ecdh.c:358
mbedtls_ecdh_make_params()
return
(
ecdh_make_public_internal
(
ctx
,
olen
,
ctx
->
point_format
,
buf
,
blen
,
ecdh.c:542
mbedtls_ecdh_make_public()
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_cli.c:1287
ssl_parse_supported_point_formats_ext()
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_srv.c:370
ssl_parse_supported_point_formats()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ecdh_context::point_format
is written by 3 functions and is read by 2 functions:
mbedtls_ecdh_init()
ssl_parse_supported_point_formats_ext()
ssl_parse_supported_point_formats()
All items filtered out
mbedtls_ecdh_context::point_format
mbedtls_ecdh_make_params()
mbedtls_ecdh_make_public()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out