netxduo
NX_CRYPTO_CCM_BLOCK_SIZE
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_CCM_BLOCK_SIZE
NX_CRYPTO_CCM_BLOCK_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.h:65
#define
NX_CRYPTO_CCM_BLOCK_SIZE
16
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_CCM_BLOCK_SIZE
16
nx_crypto_ccm.h:65
UCHAR
last_cipher
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.c:152
UCHAR
B
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.c:191
NX_CRYPTO_MEMSET
(
B
,
0
,
NX_CRYPTO_CCM_BLOCK_SIZE
)
;
nx_crypto_ccm.c:194
NX_CRYPTO_MEMSET
(
X
,
0
,
NX_CRYPTO_CCM_BLOCK_SIZE
)
;
nx_crypto_ccm.c:195
if
(
block_size
!=
NX_CRYPTO_CCM_BLOCK_SIZE
||
iv
[
0
]
>
13
||
iv
[
0
]
<
7
)
nx_crypto_ccm.c:313
UCHAR
X
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.c:391
if
(
block_size
!=
NX_CRYPTO_CCM_BLOCK_SIZE
)
nx_crypto_ccm.c:395
if
(
block_size
!=
NX_CRYPTO_CCM_BLOCK_SIZE
)
nx_crypto_ccm.c:505
UCHAR
temp
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.c:583
if
(
block_size
!=
NX_CRYPTO_CCM_BLOCK_SIZE
)
nx_crypto_ccm.c:587
UCHAR
nx_crypto_ccm_A
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.h:73
UCHAR
nx_crypto_ccm_X
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.h:74
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