mbedTLS
mbedtls_ecdh_context::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
STM32 Libraries and Samples
mbedTLS
mbedtls_ecdh_context::z
mbedtls_ecdh_context::z field
The shared secret.
Syntax
Show:
Summary
Declaration
from
ecdh.h:117
mbedtls_mpi
z
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_mpi
z
;
/*!< The shared secret. */
ecdh.h:117
mbedtls_mpi_init
(
&
ctx
->
z
)
;
ecdh.c:162
ecdh_init_internal()
mbedtls_mpi_free
(
&
ctx
->
z
)
;
ecdh.c:234
ecdh_free_internal()
if
(
(
ret
=
mbedtls_ecdh_compute_shared
(
&
ctx
->
grp
,
&
ctx
->
z
,
&
ctx
->
Qp
,
ecdh.c:629
ecdh_calc_secret_internal()
if
(
mbedtls_mpi_size
(
&
ctx
->
z
)
>
blen
)
ecdh.c:636
ecdh_calc_secret_internal()
return
mbedtls_mpi_write_binary
(
&
ctx
->
z
,
buf
,
*
olen
)
;
ecdh.c:640
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