netxduo
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret_length
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_length
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret_length field
Syntax
Show:
Summary
Declaration
from
nx_crypto_phash.h:67
NX_CRYPTO_KEY_SIZE
nx_crypto_phash_secret_length
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEY_SIZE
nx_crypto_phash_secret_length
;
nx_crypto_phash.h:67
secret_len
=
phash
->
nx_crypto_phash_secret_length
;
nx_crypto_phash.c:109
_nx_crypto_phash()
phash
->
nx_crypto_phash_secret_length
=
key_size_in_bits
;
nx_crypto_tls_prf_1.c:106
_nx_crypto_method_prf_1_init()
secret_len
=
(
phash
->
nx_crypto_phash_secret_length
+
1
)
/
2
;
nx_crypto_tls_prf_1.c:306
_nx_crypto_method_prf_1_operation()
if
(
phash
->
nx_crypto_phash_secret_length
%
2
)
nx_crypto_tls_prf_1.c:310
_nx_crypto_method_prf_1_operation()
phash
->
nx_crypto_phash_secret_length
=
secret_len
;
nx_crypto_tls_prf_1.c:322
_nx_crypto_method_prf_1_operation()
phash
->
nx_crypto_phash_secret_length
=
key_size_in_bits
;
nx_crypto_tls_prf_sha256.c:106
_nx_crypto_method_prf_sha_256_init()
phash
->
nx_crypto_phash_secret_length
=
key_size_in_bits
;
nx_crypto_tls_prf_sha384.c:107
_nx_crypto_method_prf_sha384_init()
phash
->
nx_crypto_phash_secret_length
=
key_size_in_bits
;
nx_crypto_tls_prf_sha512.c:107
_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_length
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_length
_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