netxduo
_nx_crypto_dh_compute_secret()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_dh_compute_secret()
_nx_crypto_dh_compute_secret() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_dh.h:106
UINT
_nx_crypto_dh_compute_secret
(
NX_CRYPTO_DH
*
dh_ptr
,
UCHAR
*
share_secret_key_ptr
,
ULONG
*
share_secret_key_len_ptr
,
UCHAR
*
remote_public_key
,
ULONG
remote_public_key_len
,
HN_UBASE
*
scratch_buf_ptr
)
;
Implemented in
nx_crypto_dh.c:252
Arguments
Argument
dh_ptr
share_secret_key_ptr
share_secret_key_len_ptr
remote_public_key
remote_public_key_len
scratch_buf_ptr
Related Functions
Found 1 other functions taking a
NX_CRYPTO_DH_STRUCT
argument:
Function
_nx_crypto_dh_setup()
Examples
References
from
examples
Code
Location
NX_CRYPTO_KEEP
UINT
_nx_crypto_dh_compute_secret
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.c:252
UINT
_nx_crypto_dh_compute_secret
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.h:106
Call Tree
from
examples
_nx_crypto_dh_compute_secret()
calls 3 functions:
All items filtered out
_nx_crypto_dh_compute_secret()
_nx_crypto_huge_number_setup()
_nx_crypto_huge_number_extract()
_nx_crypto_huge_number_mont_power_modulus()
All items filtered out
Data Use
from
examples
_nx_crypto_dh_compute_secret()
reads 3 variables and writes 4 variables:
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_key_size
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_private_key_buffer
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
All items filtered out
_nx_crypto_dh_compute_secret()
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_data
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_is_negative
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