netxduo
_nx_crypto_sha256_initialize()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (6/7)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_sha256_initialize()
_nx_crypto_sha256_initialize() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_sha2.h:93
UINT
_nx_crypto_sha256_initialize
(
NX_CRYPTO_SHA256
*
context
,
UINT
algorithm
)
;
Implemented in
nx_crypto_sha2.c:98
Arguments
Argument
context
algorithm
Related Functions
Found 3 other functions taking a
NX_CRYPTO_SHA256_STRUCT
argument:
Function
_nx_crypto_sha256_update()
_nx_crypto_sha256_digest_calculate()
_nx_crypto_sha256_process_buffer()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_sha256_initialize
(
NX_CRYPTO_SHA256
*
context
,
UINT
algorithm
)
nx_crypto_sha2.c:98
UINT
_nx_crypto_sha256_initialize
(
NX_CRYPTO_SHA256
*
context
,
UINT
algorithm
)
;
nx_crypto_sha2.h:93
(
UINT
(
*
)
(
VOID
*
,
UINT
)
)
_nx_crypto_sha256_initialize
,
nx_crypto_hmac_sha2.c:280
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_sha256_initialize
(
(
NX_CRYPTO_SHA256
*
)
crypto_metadata
,
method
->
nx_crypto_algorithm
)
;
nx_crypto_sha2.c:833
_nx_crypto_method_sha256_operation()
_nx_crypto_sha256_initialize
(
ctx
,
method
->
nx_crypto_algorithm
)
;
nx_crypto_sha2.c:863
_nx_crypto_method_sha256_operation()
Call Tree
from
examples
_nx_crypto_sha256_initialize()
is called by 1 function:
_nx_crypto_method_sha256_operation()
All items filtered out
_nx_crypto_sha256_initialize()
All items filtered out
Data Use
from
examples
_nx_crypto_sha256_initialize()
reads 2 variables and writes 1 variable:
NX_CRYPTO_SHA256_STRUCT::nx_sha256_states
NX_CRYPTO_SHA256_STRUCT::nx_sha256_bit_count
All items filtered out
_nx_crypto_sha256_initialize()
_nx_crypto_method_hmac_sha256_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