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
Code
Location
Scope
Referrer
typedef
struct
NX_CRYPTO_ECDH_STRUCT
nx_crypto_ecdh.h:71
}
NX_CRYPTO_ECDH
;
nx_crypto_ecdh.h:85
NX_CRYPTO_KEEP
UINT
_nx_crypto_ecdh_key_pair_import
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.c:76
_nx_crypto_ecdh_key_pair_import()
_nx_crypto_ecdh_key_pair_import()::ecdh_ptr
UINT
_nx_crypto_ecdh_private_key_export
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.c:157
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_private_key_export()::ecdh_ptr
NX_CRYPTO_KEEP
UINT
_nx_crypto_ecdh_setup
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.c:254
_nx_crypto_ecdh_setup()
_nx_crypto_ecdh_setup()::ecdh_ptr
NX_CRYPTO_KEEP
UINT
_nx_crypto_ecdh_compute_secret
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.c:363
_nx_crypto_ecdh_compute_secret()
_nx_crypto_ecdh_compute_secret()::ecdh_ptr
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_ECDH
)
)
nx_crypto_ecdh.c:514
_nx_crypto_method_ecdh_init()
NX_CRYPTO_ECDH
*
ecdh
;
nx_crypto_ecdh.c:645
_nx_crypto_method_ecdh_operation()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_ECDH
)
)
nx_crypto_ecdh.c:664
_nx_crypto_method_ecdh_operation()
ecdh
=
(
NX_CRYPTO_ECDH
*
)
crypto_metadata
;
nx_crypto_ecdh.c:669
_nx_crypto_method_ecdh_operation()
}
NX_CRYPTO_ECDH
;
nx_crypto_ecdh.h:85
NX_CRYPTO_ECDH
UINT
_nx_crypto_ecdh_key_pair_import
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.h:90
_nx_crypto_ecdh_key_pair_import()
_nx_crypto_ecdh_key_pair_import()::ecdh_ptr
UINT
_nx_crypto_ecdh_private_key_export
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.h:97
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_private_key_export()::ecdh_ptr
UINT
_nx_crypto_ecdh_setup
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.h:102
_nx_crypto_ecdh_setup()
_nx_crypto_ecdh_setup()::ecdh_ptr
UINT
_nx_crypto_ecdh_compute_secret
(
NX_CRYPTO_ECDH
*
ecdh_ptr
,
nx_crypto_ecdh.h:109
_nx_crypto_ecdh_compute_secret()
_nx_crypto_ecdh_compute_secret()::ecdh_ptr
sizeof
(
NX_CRYPTO_ECDH
)
,
/* Metadata size in bytes */
nx_crypto_methods.c:272
sizeof
(
NX_CRYPTO_ECDH
)
,
/* Metadata size in bytes */
nx_crypto_methods.c:286
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_ecdh_key_pair_import()::ecdh_ptr
_nx_crypto_ecdh_key_pair_import()
nx_crypto_ecdh.h:90
_nx_crypto_ecdh_private_key_export()::ecdh_ptr
_nx_crypto_ecdh_private_key_export()
nx_crypto_ecdh.h:97
_nx_crypto_ecdh_setup()::ecdh_ptr
_nx_crypto_ecdh_setup()
nx_crypto_ecdh.h:102
_nx_crypto_ecdh_compute_secret()::ecdh_ptr
_nx_crypto_ecdh_compute_secret()
nx_crypto_ecdh.h:109
_nx_crypto_ecdh_key_pair_import()::ecdh_ptr
_nx_crypto_ecdh_key_pair_import()
nx_crypto_ecdh.c:76
_nx_crypto_ecdh_private_key_export()::ecdh_ptr
_nx_crypto_ecdh_private_key_export()
nx_crypto_ecdh.c:157
_nx_crypto_ecdh_setup()::ecdh_ptr
_nx_crypto_ecdh_setup()
nx_crypto_ecdh.c:254
_nx_crypto_ecdh_compute_secret()::ecdh_ptr
_nx_crypto_ecdh_compute_secret()
nx_crypto_ecdh.c:363
Lifecycle
from
examples
All items filtered out
All items filtered out