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
Code
Location
Scope
Referrer
typedef
struct
NX_CRYPTO_DH_STRUCT
nx_crypto_dh.h:79
}
NX_CRYPTO_DH
;
nx_crypto_dh.h:95
NX_CRYPTO_KEEP
UINT
_nx_crypto_dh_setup
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.c:117
_nx_crypto_dh_setup()
_nx_crypto_dh_setup()::dh_ptr
NX_CRYPTO_KEEP
UINT
_nx_crypto_dh_compute_secret
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.c:252
_nx_crypto_dh_compute_secret()
_nx_crypto_dh_compute_secret()::dh_ptr
}
NX_CRYPTO_DH
;
nx_crypto_dh.h:95
NX_CRYPTO_DH
UINT
_nx_crypto_dh_setup
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.h:100
_nx_crypto_dh_setup()
_nx_crypto_dh_setup()::dh_ptr
UINT
_nx_crypto_dh_compute_secret
(
NX_CRYPTO_DH
*
dh_ptr
,
nx_crypto_dh.h:106
_nx_crypto_dh_compute_secret()
_nx_crypto_dh_compute_secret()::dh_ptr
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
Instance
Scope
Location
Project
_nx_crypto_dh_setup()::dh_ptr
_nx_crypto_dh_setup()
nx_crypto_dh.h:100
_nx_crypto_dh_compute_secret()::dh_ptr
_nx_crypto_dh_compute_secret()
nx_crypto_dh.h:106
_nx_crypto_dh_setup()::dh_ptr
_nx_crypto_dh_setup()
nx_crypto_dh.c:117
_nx_crypto_dh_compute_secret()::dh_ptr
_nx_crypto_dh_compute_secret()
nx_crypto_dh.c:252
Lifecycle
from
examples
All items filtered out
All items filtered out