netxduo
_nx_crypto_ccm_cbc_pad()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ccm_cbc_pad()
_nx_crypto_ccm_cbc_pad() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.c:147
static
VOID
_nx_crypto_ccm_cbc_pad
(
VOID
*
crypto_metadata
,
UINT
(
*
crypto_function
)
(
VOID
*
,
UCHAR
*
,
UCHAR
*
,
UINT
)
,
UCHAR
*
input
,
UCHAR
*
output
,
UINT
length
,
UCHAR
*
iv
,
UINT
block_size
)
;
Arguments
Argument
crypto_metadata
crypto_function
input
output
length
iv
block_size
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_ccm_cbc_pad
(
VOID
*
crypto_metadata
,
nx_crypto_ccm.c:147
_nx_crypto_ccm_cbc_pad
(
crypto_metadata
,
crypto_function
,
B
,
X
,
block_size
,
X
,
block_size
)
;
nx_crypto_ccm.c:224
_nx_crypto_ccm_authentication_init()
_nx_crypto_ccm_cbc_pad
(
crypto_metadata
,
crypto_function
,
B
,
X
,
(
UINT
)
(
temp_len
+
2
)
,
X
,
block_size
)
;
nx_crypto_ccm.c:235
_nx_crypto_ccm_authentication_init()
_nx_crypto_ccm_cbc_pad
(
crypto_metadata
,
crypto_function
,
a_data
+
block_size
-
2
,
X
,
a_len
-
(
block_size
-
2
)
,
X
,
block_size
)
;
nx_crypto_ccm.c:240
_nx_crypto_ccm_authentication_init()
_nx_crypto_ccm_cbc_pad
(
crypto_metadata
,
crypto_function
,
input
,
nx_crypto_ccm.c:408
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_cbc_pad
(
crypto_metadata
,
crypto_function
,
output
,
nx_crypto_ccm.c:440
_nx_crypto_ccm_encrypt_update()
Call Tree
from
examples
_nx_crypto_ccm_cbc_pad()
is called by 2 functions and calls 4 functions:
_nx_crypto_ccm_authentication_init()
_nx_crypto_ccm_encrypt_update()
All items filtered out
_nx_crypto_ccm_cbc_pad()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
_nx_crypto_ccm_xor()
_nx_crypto_ccm_cbc_pad()::crypto_function
All items filtered out
Data Use
from
examples
_nx_crypto_ccm_cbc_pad()
:
All items filtered out
_nx_crypto_ccm_cbc_pad()
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