netxduo
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
is only used within netxduo.
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
netxduo
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus field
Syntax
Show:
Summary
Declaration
from
nx_crypto_dh.h:94
HN_UBASE
*
nx_crypto_dh_modulus
;
Examples
References
from
examples
Code
Location
Referrer
HN_UBASE
*
nx_crypto_dh_modulus
;
nx_crypto_dh.h:94
dh_ptr
->
nx_crypto_dh_modulus
=
(
HN_UBASE
*
)
_nx_dh_group_2_modulus
;
nx_crypto_dh.c:138
_nx_crypto_dh_setup()
modulus
.
nx_crypto_huge_number_data
=
dh_ptr
->
nx_crypto_dh_modulus
;
nx_crypto_dh.c:144
_nx_crypto_dh_setup()
modulus
.
nx_crypto_huge_number_data
=
(
HN_UBASE
*
)
dh_ptr
->
nx_crypto_dh_modulus
;
nx_crypto_dh.c:292
_nx_crypto_dh_compute_secret()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
is written by 1 function and is read by 2 functions:
_nx_crypto_dh_setup()
All items filtered out
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
_nx_crypto_dh_setup()
_nx_crypto_dh_compute_secret()
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