netxduo
_nx_crypto_sha256_process_buffer()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (2/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_process_buffer()
_nx_crypto_sha256_process_buffer() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_sha2.h:96
VOID
_nx_crypto_sha256_process_buffer
(
NX_CRYPTO_SHA256
*
context
,
UCHAR
buffer
[
64
]
)
;
Implemented in
nx_crypto_sha2.c:437
Arguments
Argument
context
buffer
Related Functions
Found 3 other functions taking a
NX_CRYPTO_SHA256_STRUCT
argument:
Function
_nx_crypto_sha256_update()
_nx_crypto_sha256_initialize()
_nx_crypto_sha256_digest_calculate()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
VOID
_nx_crypto_sha256_process_buffer
(
NX_CRYPTO_SHA256
*
context
,
UCHAR
buffer
[
64
]
)
nx_crypto_sha2.c:437
VOID
_nx_crypto_sha256_process_buffer
(
NX_CRYPTO_SHA256
*
context
,
UCHAR
buffer
[
64
]
)
;
nx_crypto_sha2.h:96
_nx_crypto_sha256_process_buffer
(
context
,
context
->
nx_sha256_buffer
)
;
nx_crypto_sha2.c:237
_nx_crypto_sha256_update()
_nx_crypto_sha256_process_buffer
(
context
,
input_ptr
)
;
nx_crypto_sha2.c:252
_nx_crypto_sha256_update()
Call Tree
from
examples
_nx_crypto_sha256_process_buffer()
is called by 1 function:
_nx_crypto_sha256_update()
All items filtered out
_nx_crypto_sha256_process_buffer()
All items filtered out
Data Use
from
examples
_nx_crypto_sha256_process_buffer()
reads 3 variables:
NX_CRYPTO_SHA256_STRUCT::nx_sha256_states
NX_CRYPTO_SHA256_STRUCT::nx_sha256_word_array
_sha2_round_constants
All items filtered out
_nx_crypto_sha256_process_buffer()
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