NX_CRYPTO_SHA512 is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_CRYPTO_SHA512 struct

Syntax

typedef struct NX_CRYPTO_SHA512_STRUCT {     ULONG64 nx_sha512_states[8];                             ULONG64 nx_sha512_bit_count[2];                          UCHAR nx_sha512_buffer[NX_CRYPTO_SHA512_BLOCK_SIZE_IN_BYTES];     ULONG64 nx_sha512_word_array[128];                   } NX_CRYPTO_SHA512;

Fields

nx_sha512_states

No summary provided. Read more...

nx_sha512_bit_count

No summary provided. Read more...

nx_sha512_buffer

No summary provided. Read more...

nx_sha512_word_array

No summary provided. Read more...

References

LocationReferrerScopeText
nx_crypto_sha5.h:86
typedef struct NX_CRYPTO_SHA512_STRUCT
nx_crypto_sha5.h:102
nx_crypto_hmac_sha5.h:82NX_CRYPTO_SHA512_HMAC_STRUCT::nx_sha512_hmac_contextNX_CRYPTO_SHA512_HMAC_STRUCT
nx_crypto_methods.c:600
sizeof(NX_CRYPTO_SHA512), /* Metadata size in bytes */
nx_crypto_methods.c:614
sizeof(NX_CRYPTO_SHA512), /* Metadata size in bytes */
nx_crypto_methods.c:628
sizeof(NX_CRYPTO_SHA512), /* Metadata size in bytes */
nx_crypto_methods.c:642
sizeof(NX_CRYPTO_SHA512), /* Metadata size in bytes */
nx_crypto_sha5.c:118_nx_crypto_sha512_initialize()::context_nx_crypto_sha512_initialize()
nx_crypto_sha5.c:237_nx_crypto_sha512_update()::context_nx_crypto_sha512_update()
nx_crypto_sha5.c:365_nx_crypto_sha512_digest_calculate()::context_nx_crypto_sha512_digest_calculate()
nx_crypto_sha5.c:501_nx_crypto_sha512_process_buffer()::context_nx_crypto_sha512_process_buffer()
nx_crypto_sha5.c:647_nx_crypto_method_sha512_init()
nx_crypto_sha5.c:786_nx_crypto_method_sha512_operation()::ctx_nx_crypto_method_sha512_operation()
nx_crypto_sha5.c:808_nx_crypto_method_sha512_operation()
nx_crypto_sha5.c:813_nx_crypto_method_sha512_operation()
nx_crypto_sha5.c:834_nx_crypto_method_sha512_operation()
nx_crypto_sha5.c:838_nx_crypto_method_sha512_operation()
nx_crypto_sha5.c:849_nx_crypto_method_sha512_operation()
nx_crypto_sha5.h:102NX_CRYPTO_SHA512
nx_crypto_sha5.h:105_nx_crypto_sha512_initialize()::context_nx_crypto_sha512_initialize()
nx_crypto_sha5.h:106_nx_crypto_sha512_update()::context_nx_crypto_sha512_update()
nx_crypto_sha5.h:107_nx_crypto_sha512_digest_calculate()::context_nx_crypto_sha512_digest_calculate()
nx_crypto_sha5.h:108_nx_crypto_sha512_process_buffer()::context_nx_crypto_sha512_process_buffer()

Type Use

all items filtered out
NX_CRYPTO_SHA512_STRUCT
all items filtered out