netxduo
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_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_DH_STRUCT::nx_crypto_dh_private_key_buffer
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_private_key_buffer field
Syntax
Show:
Summary
Declaration
from
nx_crypto_dh.h:89
HN_UBASE
nx_crypto_dh_private_key_buffer
[
NX_CRYPTO_DIFFIE_HELLMAN_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
Examples
References
from
examples
Code
Location
Referrer
HN_UBASE
nx_crypto_dh_private_key_buffer
[
NX_CRYPTO_DIFFIE_HELLMAN_MAX_KEY_SIZE
>
>
HN_SIZE_SHIFT
]
;
nx_crypto_dh.h:89
private_key
.
nx_crypto_huge_number_data
=
dh_ptr
->
nx_crypto_dh_private_key_buffer
;
nx_crypto_dh.c:164
_nx_crypto_dh_setup()
private_key
.
nx_crypto_huge_buffer_size
=
sizeof
(
dh_ptr
->
nx_crypto_dh_private_key_buffer
)
;
nx_crypto_dh.c:166
_nx_crypto_dh_setup()
dh_ptr
->
nx_crypto_dh_private_key_buffer
[
i
]
=
(
HN_UBASE
)
(
(
HN_UBASE
)
(
NX_CRYPTO_RAND
(
)
)
&
HN_MASK
)
;
nx_crypto_dh.c:176
_nx_crypto_dh_setup()
private_key
.
nx_crypto_huge_number_data
=
(
HN_UBASE
*
)
dh_ptr
->
nx_crypto_dh_private_key_buffer
;
nx_crypto_dh.c:300
_nx_crypto_dh_compute_secret()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_private_key_buffer
is read by 2 functions:
All items filtered out
NX_CRYPTO_DH_STRUCT::nx_crypto_dh_private_key_buffer
_nx_crypto_dh_setup()
_nx_crypto_dh_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