netxduo
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_method
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_ECJPAKE::nx_crypto_ecjpake_hash_method
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_method field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecjpake.h:93
NX_CRYPTO_METHOD
*
nx_crypto_ecjpake_hash_method
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_METHOD
*
nx_crypto_ecjpake_hash_method
;
nx_crypto_ecjpake.h:93
ecjpake
->
nx_crypto_ecjpake_hash_method
=
hash_method
;
nx_crypto_ecjpake.c:83
_nx_crypto_ecjpake_init()
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:192
_nx_crypto_ecjpake_hello_generate()
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:244
_nx_crypto_ecjpake_hello_generate()
status
=
_nx_crypto_ecjpake_schnorr_zkp_verify
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:379
_nx_crypto_ecjpake_hello_process()
status
=
_nx_crypto_ecjpake_schnorr_zkp_verify
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:418
_nx_crypto_ecjpake_hello_process()
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:531
_nx_crypto_ecjpake_key_exchange_generate()
status
=
_nx_crypto_ecjpake_schnorr_zkp_verify
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:694
_nx_crypto_ecjpake_key_exchange_process()
status
=
_nx_crypto_ecjpake_pre_master_secret_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:708
_nx_crypto_ecjpake_key_exchange_process()
ecjpake
->
nx_crypto_ecjpake_hash_method
=
(
NX_CRYPTO_METHOD
*
)
input
;
nx_crypto_ecjpake.c:1874
_nx_crypto_method_ecjpake_operation()
if
(
ecjpake
->
nx_crypto_ecjpake_hash_method
!=
NX_CRYPTO_NULL
)
nx_crypto_ecjpake.c:1897
_nx_crypto_method_ecjpake_operation()
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:1900
_nx_crypto_method_ecjpake_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_method
is written by 2 functions and is read by 5 functions:
_nx_crypto_ecjpake_init()
_nx_crypto_method_ecjpake_operation()
All items filtered out
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_hash_method
_nx_crypto_ecjpake_hello_generate()
_nx_crypto_ecjpake_hello_process()
_nx_crypto_ecjpake_key_exchange_generate()
_nx_crypto_ecjpake_key_exchange_process()
_nx_crypto_method_ecjpake_operation()
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