NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer

NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer field

Syntax

UCHAR nx_sha1_buffer[64];

References

LocationReferrerText
nx_crypto_sha1.h:114
UCHAR nx_sha1_buffer[64]; /* Working buffer for SHA1 algorithm*/
nx_crypto_sha1.c:237_nx_crypto_sha1_update()
NX_CRYPTO_MEMCPY((void *)&(context -> nx_sha1_buffer[current_bytes]), (void *)input_ptr, needed_fill_bytes); /* Use case of memcpy is verified. */
nx_crypto_sha1.c:240_nx_crypto_sha1_update()
nx_crypto_sha1.c:268_nx_crypto_sha1_update()
NX_CRYPTO_MEMCPY((void *)&(context -> nx_sha1_buffer[current_bytes]), (void *)input_ptr, input_length); /* Use case of memcpy is verified. */

Data Use

Functions reading NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer
NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer
all items filtered out
Type of NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer
NX_CRYPTO_SHA1_STRUCT::nx_sha1_buffer
all items filtered out