netxduo
_nx_crypto_ecdh_key_pair_import()
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_key_pair_import()
_nx_crypto_ecdh_key_pair_import() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ecdh.h:90
UINT
_nx_crypto_ecdh_key_pair_import
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
NX_CRYPTO_EC
*
curve
,
UCHAR
*
local_private_key_ptr
,
ULONG
local_private_key_len
,
UCHAR
*
local_public_key_ptr
,
ULONG
local_public_key_len
)
;
Implemented in
nx_crypto_ecdh.c:76
Arguments
Argument
ecdh_ptr
curve
local_private_key_ptr
local_private_key_len
local_public_key_ptr
local_public_key_len
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_compute_secret()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_ecdh_key_pair_import
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.c:76
UINT
_nx_crypto_ecdh_key_pair_import
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.h:90
status
=
_nx_crypto_ecdh_key_pair_import
(
ecdh
,
ecdh
->
nx_crypto_ecdh_curve
,
nx_crypto_ecdh.c:719
_nx_crypto_method_ecdh_operation()
Call Tree
from
examples
_nx_crypto_ecdh_key_pair_import()
is called by 1 function and calls 2 functions:
_nx_crypto_method_ecdh_operation()
All items filtered out
_nx_crypto_ecdh_key_pair_import()
_nx_crypto_memset_ptr
_nx_crypto_huge_number_setup()
All items filtered out
Data Use
from
examples
_nx_crypto_ecdh_key_pair_import()
reads 4 variables and writes 3 variables:
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_bits
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_n
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_private_key_buffer
All items filtered out
_nx_crypto_ecdh_key_pair_import()
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_data
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size
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