mbedTLS
PRFT
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PRFT
PRFT variable
Syntax
Show:
Summary
Declaration
from
cmac.c:713
static
const
unsigned
char
PRFT
[
NB_PRF_TESTS
]
[
16
]
=
{
{
0x84
,
0xa3
,
0x48
,
0xa4
,
0xa4
,
0x5d
,
0x23
,
0x5b
,
0xab
,
0xff
,
0xfc
,
0x0d
,
0x2b
,
0x4d
,
0xa0
,
0x9a
}
,
{
0x98
,
0x0a
,
0xe8
,
0x7b
,
0x5f
,
0x4c
,
0x9c
,
0x52
,
0x14
,
0xf5
,
0xb6
,
0xa8
,
0x45
,
0x5e
,
0x4c
,
0x2d
}
,
{
0x29
,
0x0d
,
0x9e
,
0x11
,
0x2e
,
0xdb
,
0x09
,
0xee
,
0x14
,
0x1f
,
0xcf
,
0x64
,
0xc0
,
0xb7
,
0x2f
,
0x3d
}
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
unsigned
char
PRFT
[
NB_PRF_TESTS
]
[
16
]
=
{
cmac.c:713
memcmp
(
output
,
PRFT
[
i
]
,
MBEDTLS_AES_BLOCK_SIZE
)
!=
0
)
{
cmac.c:900
test_aes128_cmac_prf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PRFT
is read by 1 function:
All items filtered out
PRFT
test_aes128_cmac_prf()
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