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

NX_CRYPTO_INFO struct

Syntax

typedef struct NX_CRYPTO_INFO_STRUCT {     USHORT             nx_crypto_op;                 NX_CRYPTO_KEY_SIZE nx_crypto_key_size_in_bits;     UCHAR             *nx_crypto_key;     UCHAR             *nx_crypto_iv_ptr;     UCHAR             *nx_crypto_input;     UCHAR             *nx_crypto_output;     USHORT             nx_crypto_input_length_in_byte;     USHORT             nx_crypto_output_length_in_byte;     VOID              *nx_crypto_metadata;     USHORT             nx_crypto_metadata_size;     USHORT             nx_crypto_algorithm;     volatile UINT      nx_crypto_status;     VOID                (*nx_crypto_hw_process_callback)(VOID *packet_ptr, UINT status); } NX_CRYPTO_INFO;

Fields

nx_crypto_op

No summary provided. Read more...

nx_crypto_key_size_in_bits

No summary provided. Read more...

nx_crypto_key

No summary provided. Read more...

nx_crypto_iv_ptr

No summary provided. Read more...

nx_crypto_input

No summary provided. Read more...

nx_crypto_output

No summary provided. Read more...

nx_crypto_input_length_in_byte

No summary provided. Read more...

nx_crypto_output_length_in_byte

No summary provided. Read more...

nx_crypto_metadata

No summary provided. Read more...

nx_crypto_metadata_size

No summary provided. Read more...

nx_crypto_algorithm

No summary provided. Read more...

nx_crypto_status

No summary provided. Read more...

nx_crypto_hw_process_callback

No summary provided. Read more...

References

LocationReferrerText
nx_crypto.h:241
typedef struct NX_CRYPTO_INFO_STRUCT
nx_crypto.h:256

all items filtered out
NX_CRYPTO_INFO_STRUCT
all items filtered out