NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES

NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES macro

Syntax

#define NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES 128

References

LocationText
nx_crypto_sha5.h:77
#define NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES 128
nx_crypto_hmac_sha5.c:292
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES,
nx_crypto_methods.c:341
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:355
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:369
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:383
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:599
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:613
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:627
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_methods.c:641
NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES, /* Block size in bytes */
nx_crypto_sha5.c:259
needed_fill_bytes = NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES - current_bytes;
nx_crypto_sha5.c:296
while (input_length >= NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES)
nx_crypto_sha5.c:303
input_length = input_length - NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES;
nx_crypto_sha5.c:304
input_ptr = input_ptr + NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES;
nx_crypto_sha5.h:96
UCHAR nx_sha512_buffer[NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES];