netxduo
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
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_SHA256_STRUCT::nx_sha256_buffer
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer field
Syntax
Show:
Summary
Declaration
from
nx_crypto_sha2.h:85
UCHAR
nx_sha256_buffer
[
64
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_sha256_buffer
[
64
]
;
/* Working buffer for SHA256 algorithm */
nx_crypto_sha2.h:85
NX_CRYPTO_MEMCPY
(
(
void
*
)
&
(
context
->
nx_sha256_buffer
[
current_bytes
]
)
,
(
void
*
)
input_ptr
,
needed_fill_bytes
)
;
/* Use case of memcpy is verified. */
nx_crypto_sha2.c:234
_nx_crypto_sha256_update()
_nx_crypto_sha256_process_buffer
(
context
,
context
->
nx_sha256_buffer
)
;
nx_crypto_sha2.c:237
_nx_crypto_sha256_update()
NX_CRYPTO_MEMCPY
(
(
void
*
)
&
(
context
->
nx_sha256_buffer
[
current_bytes
]
)
,
(
void
*
)
input_ptr
,
input_length
)
;
/* Use case of memcpy is verified. */
nx_crypto_sha2.c:264
_nx_crypto_sha256_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
is read by 1 function:
All items filtered out
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
_nx_crypto_sha256_update()
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