netxduo
NX_CRYPTO_DES
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/7)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_DES
NX_CRYPTO_DES struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_des.h:101
typedef
struct
NX_CRYPTO_DES_STRUCT
{
ULONG
nx_des_encryption_keys
[
32
]
;
ULONG
nx_des_decryption_keys
[
32
]
;
NX_CRYPTO_CBC
nx_crypto_cbc_context
;
}
NX_CRYPTO_DES
;
Fields
Field
Declared as
NX_CRYPTO_DES_STRUCT::nx_des_encryption_keys
ULONG
[
32
]
NX_CRYPTO_DES_STRUCT::nx_des_decryption_keys
ULONG
[
32
]
NX_CRYPTO_DES_STRUCT::nx_crypto_cbc_context
NX_CRYPTO_CBC
Related Functions
Found 3 other functions taking a
NX_CRYPTO_DES_STRUCT
argument:
Function
_nx_crypto_des_encrypt()
_nx_crypto_des_decrypt()
_nx_crypto_des_key_set()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
NX_CRYPTO_DES_STRUCT
nx_crypto_des.h:101
}
NX_CRYPTO_DES
;
nx_crypto_des.h:107
NX_CRYPTO_DES
des_1
;
nx_crypto_3des.h:100
NX_CRYPTO_3DES_STRUCT
NX_CRYPTO_3DES_STRUCT::des_1
NX_CRYPTO_DES
des_2
;
nx_crypto_3des.h:101
NX_CRYPTO_3DES_STRUCT
NX_CRYPTO_3DES_STRUCT::des_2
NX_CRYPTO_DES
des_3
;
nx_crypto_3des.h:102
NX_CRYPTO_3DES_STRUCT
NX_CRYPTO_3DES_STRUCT::des_3
NX_CRYPTO_KEEP
UINT
_nx_crypto_des_key_set
(
NX_CRYPTO_DES
*
context
,
UCHAR
key
[
8
]
)
nx_crypto_des.c:200
_nx_crypto_des_key_set()
_nx_crypto_des_key_set()::context
NX_CRYPTO_KEEP
UINT
_nx_crypto_des_encrypt
(
NX_CRYPTO_DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
nx_crypto_des.c:360
_nx_crypto_des_encrypt()
_nx_crypto_des_encrypt()::context
NX_CRYPTO_KEEP
UINT
_nx_crypto_des_decrypt
(
NX_CRYPTO_DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
nx_crypto_des.c:418
_nx_crypto_des_decrypt()
_nx_crypto_des_decrypt()::context
NX_CRYPTO_DES
*
des_context_ptr
;
nx_crypto_des.c:614
_nx_crypto_method_des_init()
if
(
(
key_size_in_bits
!=
NX_CRYPTO_DES_KEY_LEN_IN_BITS
)
||
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_DES
)
)
)
nx_crypto_des.c:626
_nx_crypto_method_des_init()
des_context_ptr
=
(
NX_CRYPTO_DES
*
)
(
crypto_metadata
)
;
nx_crypto_des.c:637
_nx_crypto_method_des_init()
NX_CRYPTO_DES
*
context
;
nx_crypto_des.c:773
_nx_crypto_method_des_operation()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_DES
)
)
nx_crypto_des.c:801
_nx_crypto_method_des_operation()
context
=
(
NX_CRYPTO_DES
*
)
crypto_metadata
;
nx_crypto_des.c:812
_nx_crypto_method_des_operation()
}
NX_CRYPTO_DES
;
nx_crypto_des.h:107
NX_CRYPTO_DES
UINT
_nx_crypto_des_key_set
(
NX_CRYPTO_DES
*
context
,
UCHAR
key
[
8
]
)
;
nx_crypto_des.h:112
_nx_crypto_des_key_set()
_nx_crypto_des_key_set()::context
UINT
_nx_crypto_des_encrypt
(
NX_CRYPTO_DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
;
nx_crypto_des.h:113
_nx_crypto_des_encrypt()
_nx_crypto_des_encrypt()::context
UINT
_nx_crypto_des_decrypt
(
NX_CRYPTO_DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
;
nx_crypto_des.h:114
_nx_crypto_des_decrypt()
_nx_crypto_des_decrypt()::context
sizeof
(
NX_CRYPTO_DES
)
,
/* Metadata size in bytes */
nx_crypto_methods.c:743
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
Instance
Scope
Location
Project
_nx_crypto_des_key_set()::context
_nx_crypto_des_key_set()
nx_crypto_des.h:112
_nx_crypto_des_encrypt()::context
_nx_crypto_des_encrypt()
nx_crypto_des.h:113
_nx_crypto_des_decrypt()::context
_nx_crypto_des_decrypt()
nx_crypto_des.h:114
NX_CRYPTO_3DES_STRUCT::des_1
NX_CRYPTO_3DES_STRUCT
nx_crypto_3des.h:100
NX_CRYPTO_3DES_STRUCT::des_2
NX_CRYPTO_3DES_STRUCT
nx_crypto_3des.h:101
NX_CRYPTO_3DES_STRUCT::des_3
NX_CRYPTO_3DES_STRUCT
nx_crypto_3des.h:102
_nx_crypto_des_key_set()::context
_nx_crypto_des_key_set()
nx_crypto_des.c:200
_nx_crypto_des_encrypt()::context
_nx_crypto_des_encrypt()
nx_crypto_des.c:360
_nx_crypto_des_decrypt()::context
_nx_crypto_des_decrypt()
nx_crypto_des.c:418
Lifecycle
from
examples
All items filtered out
All items filtered out