netxduo
NX_CRYPTO_ECDH
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_ECDH
NX_CRYPTO_ECDH struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecdh.h:71
typedef
struct
NX_CRYPTO_ECDH_STRUCT
{
UINT
nx_crypto_ecdh_key_size
;
HN_UBASE
nx_crypto_ecdh_private_key_buffer
[
NX_CRYPTO_ECDH_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
NX_CRYPTO_EC
*
nx_crypto_ecdh_curve
;
HN_UBASE
nx_crypto_ecdh_scratch_buffer
[
NX_CRYPTO_ECDH_SCRATCH_BUFFER_SIZE
>
>
HN_SIZE_SHIFT
]
;
}
NX_CRYPTO_ECDH
;
Fields
Field
Declared as
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_key_size
UINT
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_private_key_buffer
HN_UBASE
[
NX_CRYPTO_ECDH_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_curve
NX_CRYPTO_EC
*
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_scratch_buffer
HN_UBASE
[
NX_CRYPTO_ECDH_SCRATCH_BUFFER_SIZE
>
>
HN_SIZE_SHIFT
]
Related Functions
Found 4 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()
_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