NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer

NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer field

Syntax

UCHAR nx_sha256_buffer[64];

References

LocationReferrerText
nx_crypto_sha2.h:85
UCHAR nx_sha256_buffer[64]; /* Working buffer for SHA256 algorithm */
nx_crypto_sha2.c:234_nx_crypto_sha256_update()
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:237_nx_crypto_sha256_update()
nx_crypto_sha2.c:264_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. */

Data Use

Functions reading NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
all items filtered out
Type of NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
NX_CRYPTO_SHA256_STRUCT::nx_sha256_buffer
all items filtered out