netxduo
NX_CRYPTO_DH
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_DH
NX_CRYPTO_DH struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_dh.h:79
typedef
struct
NX_CRYPTO_DH_STRUCT
{
UINT
nx_crypto_dh_key_size
;
HN_UBASE
nx_crypto_dh_private_key_buffer
[
NX_CRYPTO_DIFFIE_HELLMAN_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
HN_UBASE
*
nx_crypto_dh_modulus
;
}
NX_CRYPTO_DH
;
Fields
Field
Declared as
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_key_size
UINT
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_private_key_buffer
HN_UBASE
[
NX_CRYPTO_DIFFIE_HELLMAN_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_modulus
HN_UBASE
*
Related Functions
Found 2 other functions taking a
NX_CRYPTO_DH_STRUCT
argument:
Function
_nx_crypto_dh_setup()
_nx_crypto_dh_compute_secret()
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