netxduo
_nx_crypto_phash()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_phash()
_nx_crypto_phash() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_phash.h:85
UINT
_nx_crypto_phash
(
NX_CRYPTO_PHASH
*
phash
,
UCHAR
*
output
,
UINT
desired_length
)
;
Implemented in
nx_crypto_phash.c:70
Arguments
Argument
phash
output
desired_length
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_phash
(
NX_CRYPTO_PHASH
*
phash
,
UCHAR
*
output
,
UINT
desired_length
)
nx_crypto_phash.c:70
UINT
_nx_crypto_phash
(
NX_CRYPTO_PHASH
*
phash
,
UCHAR
*
output
,
UINT
desired_length
)
;
nx_crypto_phash.h:85
status
=
_nx_crypto_phash
(
phash
,
output
,
output_length_in_byte
)
;
nx_crypto_tls_prf_1.c:324
_nx_crypto_method_prf_1_operation()
status
=
_nx_crypto_phash
(
phash
,
output
,
output_length_in_byte
)
;
nx_crypto_tls_prf_1.c:338
_nx_crypto_method_prf_1_operation()
status
=
_nx_crypto_phash
(
phash
,
output
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha256.c:304
_nx_crypto_method_prf_sha_256_operation()
status
=
_nx_crypto_phash
(
phash
,
output
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha384.c:304
_nx_crypto_method_prf_sha384_operation()
status
=
_nx_crypto_phash
(
phash
,
output
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha512.c:304
_nx_crypto_method_prf_sha512_operation()
Call Tree
from
examples
_nx_crypto_phash()
is called by 4 functions and calls 5 functions:
_nx_crypto_method_prf_1_operation()
_nx_crypto_method_prf_sha_256_operation()
_nx_crypto_method_prf_sha384_operation()
_nx_crypto_method_prf_sha512_operation()
All items filtered out
_nx_crypto_phash()
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
All items filtered out
Data Use
from
examples
_nx_crypto_phash()
reads 15 variables:
NX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_secret_length
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed_length
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_temp_A
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_temp_A_size
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_method
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_metadata
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_metadata_size
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_output
NX_CRYPTO_PHASH_STRUCT::nx_crypto_hmac_output_size
All items filtered out
_nx_crypto_phash()
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