netxduo
_nx_crypto_ecdh_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_ecdh_compute_secret()
_nx_crypto_ecdh_compute_secret() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ecdh.h:109
UINT
_nx_crypto_ecdh_compute_secret
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
UCHAR
*
share_secret_key_ptr
,
ULONG
share_secret_key_len_ptr
,
ULONG
*
actual_share_secret_key_len
,
UCHAR
*
remote_public_key
,
ULONG
remote_public_key_len
,
HN_UBASE
*
scratch_buf_ptr
)
;
Implemented in
nx_crypto_ecdh.c:363
Arguments
Argument
ecdh_ptr
share_secret_key_ptr
share_secret_key_len_ptr
actual_share_secret_key_len
remote_public_key
remote_public_key_len
scratch_buf_ptr
Related Functions
Found 3 other functions taking a
NX_CRYPTO_ECDH_STRUCT
argument:
Function
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_setup()
_nx_crypto_ecdh_key_pair_import()
Examples
References
from
examples
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