netxduo
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret
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_PHASH_STRUCT::nx_crypto_phash_secret
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret field
Syntax
Show:
Summary
Declaration
from
nx_crypto_phash.h:66
UCHAR
*
nx_crypto_phash_secret
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
*
nx_crypto_phash_secret
;
/* secret */
nx_crypto_phash.h:66
secret
=
phash
->
nx_crypto_phash_secret
;
nx_crypto_phash.c:108
_nx_crypto_phash()
phash
->
nx_crypto_phash_secret
=
key
;
nx_crypto_tls_prf_1.c:104
_nx_crypto_method_prf_1_init()
secret_half_point
=
&
(
phash
->
nx_crypto_phash_secret
[
secret_len
-
1
]
)
;
nx_crypto_tls_prf_1.c:313
_nx_crypto_method_prf_1_operation()
secret_half_point
=
&
(
phash
->
nx_crypto_phash_secret
[
secret_len
]
)
;
nx_crypto_tls_prf_1.c:318
_nx_crypto_method_prf_1_operation()
phash
->
nx_crypto_phash_secret
=
secret_half_point
;
nx_crypto_tls_prf_1.c:335
_nx_crypto_method_prf_1_operation()
phash
->
nx_crypto_phash_secret
=
key
;
nx_crypto_tls_prf_sha256.c:104
_nx_crypto_method_prf_sha_256_init()
phash
->
nx_crypto_phash_secret
=
key
;
nx_crypto_tls_prf_sha384.c:105
_nx_crypto_method_prf_sha384_init()
phash
->
nx_crypto_phash_secret
=
key
;
nx_crypto_tls_prf_sha512.c:105
_nx_crypto_method_prf_sha512_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret
is written by 5 functions and is read by 2 functions:
_nx_crypto_method_prf_1_init()
_nx_crypto_method_prf_1_operation()
_nx_crypto_method_prf_sha_256_init()
_nx_crypto_method_prf_sha384_init()
_nx_crypto_method_prf_sha512_init()
All items filtered out
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret
_nx_crypto_phash()
_nx_crypto_method_prf_1_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