netxduo
NX_CRYPTO_3DES
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_3DES
NX_CRYPTO_3DES struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_3des.h:97
typedef
struct
NX_CRYPTO_3DES_STRUCT
{
NX_CRYPTO_DES
des_1
;
NX_CRYPTO_DES
des_2
;
NX_CRYPTO_DES
des_3
;
NX_CRYPTO_CBC
nx_crypto_cbc_context
;
}
NX_CRYPTO_3DES
;
Fields
Field
Declared as
NX_CRYPTO_3DES_STRUCT::des_1
NX_CRYPTO_DES
NX_CRYPTO_3DES_STRUCT::des_2
NX_CRYPTO_DES
NX_CRYPTO_3DES_STRUCT::des_3
NX_CRYPTO_DES
NX_CRYPTO_3DES_STRUCT::nx_crypto_cbc_context
NX_CRYPTO_CBC
Related Functions
Found 3 other functions taking a
NX_CRYPTO_3DES_STRUCT
argument:
Function
_nx_crypto_3des_encrypt()
_nx_crypto_3des_decrypt()
_nx_crypto_3des_key_set()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
NX_CRYPTO_3DES_STRUCT
nx_crypto_3des.h:97
}
NX_CRYPTO_3DES
;
nx_crypto_3des.h:104
NX_CRYPTO_KEEP
UINT
_nx_crypto_3des_key_set
(
NX_CRYPTO_3DES
*
context
,
UCHAR
key
[
24
]
)
nx_crypto_3des.c:68
_nx_crypto_3des_key_set()
_nx_crypto_3des_key_set()::context
NX_CRYPTO_KEEP
UINT
_nx_crypto_3des_encrypt
(
NX_CRYPTO_3DES
*
context
,
UCHAR
source
[
8
]
,
nx_crypto_3des.c:126
_nx_crypto_3des_encrypt()
_nx_crypto_3des_encrypt()::context
NX_CRYPTO_KEEP
UINT
_nx_crypto_3des_decrypt
(
NX_CRYPTO_3DES
*
context
,
UCHAR
source
[
8
]
,
nx_crypto_3des.c:188
_nx_crypto_3des_decrypt()
_nx_crypto_3des_decrypt()::context
NX_CRYPTO_3DES
*
triple_des_context_ptr
;
nx_crypto_3des.c:260
_nx_crypto_method_3des_init()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_3DES
)
)
nx_crypto_3des.c:278
_nx_crypto_method_3des_init()
triple_des_context_ptr
=
(
NX_CRYPTO_3DES
*
)
(
crypto_metadata
)
;
nx_crypto_3des.c:289
_nx_crypto_method_3des_init()
NX_CRYPTO_3DES
*
context
;
nx_crypto_3des.c:426
_nx_crypto_method_3des_operation()
if
(
crypto_metadata_size
<
sizeof
(
NX_CRYPTO_3DES
)
)
nx_crypto_3des.c:454
_nx_crypto_method_3des_operation()
context
=
(
NX_CRYPTO_3DES
*
)
crypto_metadata
;
nx_crypto_3des.c:465
_nx_crypto_method_3des_operation()
}
NX_CRYPTO_3DES
;
nx_crypto_3des.h:104
NX_CRYPTO_3DES
UINT
_nx_crypto_3des_key_set
(
NX_CRYPTO_3DES
*
context
,
UCHAR
key
[
24
]
)
;
nx_crypto_3des.h:109
_nx_crypto_3des_key_set()
_nx_crypto_3des_key_set()::context
UINT
_nx_crypto_3des_encrypt
(
NX_CRYPTO_3DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
;
nx_crypto_3des.h:110
_nx_crypto_3des_encrypt()
_nx_crypto_3des_encrypt()::context
UINT
_nx_crypto_3des_decrypt
(
NX_CRYPTO_3DES
*
context
,
UCHAR
source
[
8
]
,
UCHAR
destination
[
8
]
,
UINT
length
)
;
nx_crypto_3des.h:111
_nx_crypto_3des_decrypt()
_nx_crypto_3des_decrypt()::context
sizeof
(
NX_CRYPTO_3DES
)
,
/* Metadata size in bytes */
nx_crypto_methods.c:758
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_3des_key_set()::context
_nx_crypto_3des_key_set()
nx_crypto_3des.h:109
_nx_crypto_3des_encrypt()::context
_nx_crypto_3des_encrypt()
nx_crypto_3des.h:110
_nx_crypto_3des_decrypt()::context
_nx_crypto_3des_decrypt()
nx_crypto_3des.h:111
_nx_crypto_3des_key_set()::context
_nx_crypto_3des_key_set()
nx_crypto_3des.c:68
_nx_crypto_3des_encrypt()::context
_nx_crypto_3des_encrypt()
nx_crypto_3des.c:126
_nx_crypto_3des_decrypt()::context
_nx_crypto_3des_decrypt()
nx_crypto_3des.c:188
Lifecycle
from
examples
All items filtered out
All items filtered out