netxduo
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_private_key_buffer
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_private_key_buffer
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_private_key_buffer field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecdh.h:79
HN_UBASE
nx_crypto_ecdh_private_key_buffer
[
NX_CRYPTO_ECDH_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
Examples
References
from
examples
Code
Location
Referrer
HN_UBASE
nx_crypto_ecdh_private_key_buffer
[
NX_CRYPTO_ECDH_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
nx_crypto_ecdh.h:79
if
(
local_private_key_len
>
sizeof
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
)
)
nx_crypto_ecdh.c:88
_nx_crypto_ecdh_key_pair_import()
NX_CRYPTO_MEMSET
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
,
0
,
nx_crypto_ecdh.c:103
_nx_crypto_ecdh_key_pair_import()
sizeof
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
)
)
;
nx_crypto_ecdh.c:104
_nx_crypto_ecdh_key_pair_import()
private_key
.
nx_crypto_huge_number_data
=
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
;
nx_crypto_ecdh.c:107
_nx_crypto_ecdh_key_pair_import()
private_key
.
nx_crypto_huge_buffer_size
=
sizeof
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
)
;
nx_crypto_ecdh.c:108
_nx_crypto_ecdh_key_pair_import()
private_key
.
nx_crypto_huge_number_data
=
(
HN_UBASE
*
)
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
;
nx_crypto_ecdh.c:189
_nx_crypto_ecdh_private_key_export()
private_key
.
nx_crypto_huge_number_data
=
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
;
nx_crypto_ecdh.c:282
_nx_crypto_ecdh_setup()
private_key
.
nx_crypto_huge_buffer_size
=
sizeof
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
)
;
nx_crypto_ecdh.c:284
_nx_crypto_ecdh_setup()
NX_CRYPTO_MEMSET
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
,
0
,
nx_crypto_ecdh.c:288
_nx_crypto_ecdh_setup()
sizeof
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
)
)
;
nx_crypto_ecdh.c:289
_nx_crypto_ecdh_setup()
private_key
.
nx_crypto_huge_number_data
=
(
HN_UBASE
*
)
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
;
nx_crypto_ecdh.c:425
_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_private_key_buffer
is read by 4 functions:
All items filtered out
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_private_key_buffer
_nx_crypto_ecdh_key_pair_import()
_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