mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_AES_BLOCK_SIZE
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_AES_BLOCK_SIZE
MBEDTLS_AES_BLOCK_SIZE macro
Syntax
Show:
Summary
Declaration
from
cmac.h:27
#define
MBEDTLS_AES_BLOCK_SIZE
16
Examples
MBEDTLS_AES_BLOCK_SIZE
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
MBEDTLS_AES_BLOCK_SIZE
16
cmac.h:27
if
(
blocksize
==
MBEDTLS_AES_BLOCK_SIZE
)
{
cmac.c:64
unsigned
char
zero_key
[
MBEDTLS_AES_BLOCK_SIZE
]
;
cmac.c:393
unsigned
char
int_key
[
MBEDTLS_AES_BLOCK_SIZE
]
;
cmac.c:394
if
(
key_length
==
MBEDTLS_AES_BLOCK_SIZE
)
{
cmac.c:407
memcpy
(
int_key
,
key
,
MBEDTLS_AES_BLOCK_SIZE
)
;
cmac.c:409
memset
(
zero_key
,
0
,
MBEDTLS_AES_BLOCK_SIZE
)
;
cmac.c:411
static
const
unsigned
char
aes_128_subkeys
[
2
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
{
cmac.c:475
static
const
unsigned
char
aes_128_expected_result
[
NB_CMAC_TESTS_PER_KEY
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
cmac.c:487
static
const
unsigned
char
aes_192_subkeys
[
2
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
{
cmac.c:518
static
const
unsigned
char
aes_192_expected_result
[
NB_CMAC_TESTS_PER_KEY
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
cmac.c:530
static
const
unsigned
char
aes_256_subkeys
[
2
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
{
cmac.c:563
static
const
unsigned
char
aes_256_expected_result
[
NB_CMAC_TESTS_PER_KEY
]
[
MBEDTLS_AES_BLOCK_SIZE
]
=
cmac.c:575
unsigned
char
output
[
MBEDTLS_AES_BLOCK_SIZE
]
;
cmac.c:894
memcmp
(
output
,
PRFT
[
i
]
,
MBEDTLS_AES_BLOCK_SIZE
)
!=
0
)
{
cmac.c:900
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:927
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:940
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:953
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:966
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:980
MBEDTLS_AES_BLOCK_SIZE
,
cmac.c:993
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