mbedTLS
mbedtls_ecdh_context_mbed::Qp
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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ecdh_context_mbed::Qp
mbedtls_ecdh_context_mbed::Qp field
Syntax
Show:
Summary
Declaration
from
ecdh.h:90
mbedtls_ecp_point
MBEDTLS_PRIVATE
(
Qp
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ecp_point
MBEDTLS_PRIVATE
(
Qp
)
;
/*!< The value of the public key of the peer. */
ecdh.h:90
mbedtls_ecp_point_init
(
&
ctx
->
Qp
)
;
ecdh.c:139
ecdh_init_internal()
mbedtls_ecp_point_free
(
&
ctx
->
Qp
)
;
ecdh.c:221
ecdh_free_internal()
return
mbedtls_ecp_tls_read_point
(
&
ctx
->
grp
,
&
ctx
->
Qp
,
buf
,
ecdh.c:374
ecdh_read_params_internal()
return
mbedtls_ecp_copy
(
&
ctx
->
Qp
,
&
key
->
Q
)
;
ecdh.c:426
ecdh_get_params_internal()
if
(
(
ret
=
mbedtls_ecp_tls_read_point
(
&
ctx
->
grp
,
&
ctx
->
Qp
,
&
p
,
ecdh.c:574
ecdh_read_public_internal()
if
(
(
ret
=
mbedtls_ecdh_compute_shared
(
&
ctx
->
grp
,
&
ctx
->
z
,
&
ctx
->
Qp
,
ecdh.c:643
ecdh_calc_secret_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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