netxduo
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size
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_ECDH_STRUCT::nx_crypto_ecdh_key_size
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecdh.h:75
UINT
nx_crypto_ecdh_key_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT
nx_crypto_ecdh_key_size
;
nx_crypto_ecdh.h:75
ecdh_ptr
->
nx_crypto_ecdh_key_size
=
curve
->
nx_crypto_ec_n
.
nx_crypto_huge_buffer_size
;
nx_crypto_ecdh.c:100
_nx_crypto_ecdh_key_pair_import()
if
(
0
==
ecdh_ptr
->
nx_crypto_ecdh_key_size
)
nx_crypto_ecdh.c:170
_nx_crypto_ecdh_private_key_export()
key_size
=
ecdh_ptr
->
nx_crypto_ecdh_key_size
;
nx_crypto_ecdh.c:178
_nx_crypto_ecdh_private_key_export()
ecdh_ptr
->
nx_crypto_ecdh_key_size
=
curve
->
nx_crypto_ec_n
.
nx_crypto_huge_buffer_size
;
nx_crypto_ecdh.c:275
_nx_crypto_ecdh_setup()
ecdh_ptr
->
nx_crypto_ecdh_key_size
)
;
nx_crypto_ecdh.c:279
_nx_crypto_ecdh_setup()
private_key
.
nx_crypto_huge_number_size
=
ecdh_ptr
->
nx_crypto_ecdh_key_size
>
>
HN_SIZE_SHIFT
;
nx_crypto_ecdh.c:283
_nx_crypto_ecdh_setup()
if
(
0
==
ecdh_ptr
->
nx_crypto_ecdh_key_size
)
nx_crypto_ecdh.c:381
_nx_crypto_ecdh_compute_secret()
key_size
=
ecdh_ptr
->
nx_crypto_ecdh_key_size
;
nx_crypto_ecdh.c:389
_nx_crypto_ecdh_compute_secret()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size
is written by 2 functions and is read by 3 functions:
_nx_crypto_ecdh_key_pair_import()
_nx_crypto_ecdh_setup()
All items filtered out
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_setup()
_nx_crypto_ecdh_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