mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_CMAC_MAX_BLOCK_SIZE
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_CMAC_MAX_BLOCK_SIZE
MBEDTLS_CMAC_MAX_BLOCK_SIZE macro
The longest block used by CMAC is that of AES.
Syntax
Show:
Summary
Declaration
from
cmac.h:32
#define
MBEDTLS_CMAC_MAX_BLOCK_SIZE
16
Examples
MBEDTLS_CMAC_MAX_BLOCK_SIZE
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
MBEDTLS_CMAC_MAX_BLOCK_SIZE
16
/**< The longest block used by CMAC is that of AES. */
cmac.h:32
unsigned
char
L
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:100
static
void
cmac_pad
(
unsigned
char
padded_block
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
,
cmac.c:138
MBEDTLS_ASSUME
(
block_size
<=
MBEDTLS_CMAC_MAX_BLOCK_SIZE
)
;
cmac.c:217
unsigned
char
K1
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:273
unsigned
char
K2
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:274
unsigned
char
M_last
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:275
MBEDTLS_ASSUME
(
block_size
<=
MBEDTLS_CMAC_MAX_BLOCK_SIZE
)
;
// silence GCC warning
cmac.c:286
mbedtls_platform_zeroize
(
state
,
MBEDTLS_CMAC_MAX_BLOCK_SIZE
)
;
cmac.c:323
unsigned
char
K1
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:741
unsigned
char
K2
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:742
unsigned
char
output
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.c:836
unsigned
char
MBEDTLS_PRIVATE
(
state
)
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.h:61
unsigned
char
MBEDTLS_PRIVATE
(
unprocessed_block
)
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.h:65
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out