mbedTLS
mbedtls_ecjpake_context::point_format
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ecjpake_context::point_format
mbedtls_ecjpake_context::point_format field
Syntax
Show:
Summary
Declaration
from
ecjpake.h:64
int
MBEDTLS_PRIVATE
(
point_format
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
point_format
)
;
/**< Format for point export */
ecjpake.h:64
ctx
->
point_format
=
MBEDTLS_ECP_PF_UNCOMPRESSED
;
ecjpake.c:54
mbedtls_ecjpake_init()
ctx
->
point_format
=
point_format
;
ecjpake.c:132
mbedtls_ecjpake_set_point_format()
return
ecjpake_kkpp_read
(
ctx
->
md_type
,
&
ctx
->
grp
,
ctx
->
point_format
,
ecjpake.c:520
mbedtls_ecjpake_read_round_one()
return
ecjpake_kkpp_write
(
ctx
->
md_type
,
&
ctx
->
grp
,
ctx
->
point_format
,
ecjpake.c:534
mbedtls_ecjpake_write_round_one()
ctx
->
point_format
,
ecjpake.c:603
mbedtls_ecjpake_read_round_two()
ctx
->
point_format
,
&
ec_len
,
p
,
(
size_t
)
(
end
-
p
)
)
)
;
ecjpake.c:705
mbedtls_ecjpake_write_round_two()
ctx
->
point_format
,
ecjpake.c:709
mbedtls_ecjpake_write_round_two()
ret
=
mbedtls_ecp_point_write_binary
(
&
ctx
->
grp
,
&
K
,
ctx
->
point_format
,
ecjpake.c:808
mbedtls_ecjpake_write_shared_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ecjpake_context::point_format
is written by 2 functions and is read by 5 functions:
mbedtls_ecjpake_init()
mbedtls_ecjpake_set_point_format()
All items filtered out
mbedtls_ecjpake_context::point_format
mbedtls_ecjpake_read_round_one()
mbedtls_ecjpake_write_round_one()
mbedtls_ecjpake_read_round_two()
mbedtls_ecjpake_write_round_two()
mbedtls_ecjpake_write_shared_key()
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