mbedTLS
mbedtls_ecdh_context_mbed::z
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::z
mbedtls_ecdh_context_mbed::z field
Syntax
Show:
Summary
Declaration
from
ecdh.h:91
mbedtls_mpi
MBEDTLS_PRIVATE
(
z
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
MBEDTLS_PRIVATE
(
z
)
;
/*!< The shared secret. */
ecdh.h:91
mbedtls_mpi_init
(
&
ctx
->
z
)
;
ecdh.c:140
ecdh_init_internal()
mbedtls_mpi_free
(
&
ctx
->
z
)
;
ecdh.c:222
ecdh_free_internal()
if
(
(
ret
=
mbedtls_ecdh_compute_shared
(
&
ctx
->
grp
,
&
ctx
->
z
,
&
ctx
->
Qp
,
ecdh.c:643
ecdh_calc_secret_internal()
if
(
mbedtls_mpi_size
(
&
ctx
->
z
)
>
blen
)
{
ecdh.c:649
ecdh_calc_secret_internal()
return
mbedtls_mpi_write_binary_le
(
&
ctx
->
z
,
buf
,
*
olen
)
;
ecdh.c:656
ecdh_calc_secret_internal()
return
mbedtls_mpi_write_binary
(
&
ctx
->
z
,
buf
,
*
olen
)
;
ecdh.c:659
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