netxduo
NX_CRYPTO_INFO
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_INFO
NX_CRYPTO_INFO struct
Syntax
Show:
Summary
Declaration
from
nx_crypto.h:241
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
Field
Declared as
NX_CRYPTO_INFO_STRUCT::nx_crypto_op
USHORT
NX_CRYPTO_INFO_STRUCT::nx_crypto_key_size_in_bits
NX_CRYPTO_KEY_SIZE
NX_CRYPTO_INFO_STRUCT::nx_crypto_key
UCHAR
*
NX_CRYPTO_INFO_STRUCT::nx_crypto_iv_ptr
UCHAR
*
NX_CRYPTO_INFO_STRUCT::nx_crypto_input
UCHAR
*
NX_CRYPTO_INFO_STRUCT::nx_crypto_output
UCHAR
*
NX_CRYPTO_INFO_STRUCT::nx_crypto_input_length_in_byte
USHORT
NX_CRYPTO_INFO_STRUCT::nx_crypto_output_length_in_byte
USHORT
NX_CRYPTO_INFO_STRUCT::nx_crypto_metadata
VOID
*
NX_CRYPTO_INFO_STRUCT::nx_crypto_metadata_size
USHORT
NX_CRYPTO_INFO_STRUCT::nx_crypto_algorithm
USHORT
NX_CRYPTO_INFO_STRUCT::nx_crypto_status
volatile
UINT
NX_CRYPTO_INFO_STRUCT::nx_crypto_hw_process_callback
VOID
(
*
)
(
VOID
*
packet_ptr
,
UINT
status
)
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_CRYPTO_INFO_STRUCT
nx_crypto.h:241
}
NX_CRYPTO_INFO
;
nx_crypto.h:256
NX_CRYPTO_INFO
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out