mbedTLS
aria_test2_key
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
aria_test2_key
aria_test2_key variable
Syntax
Show:
Summary
Declaration
from
aria.c:697
static
const
uint8_t
aria_test2_key
[
32
]
=
{
0x00
,
0x11
,
0x22
,
0x33
,
0x44
,
0x55
,
0x66
,
0x77
,
0x88
,
0x99
,
0xaa
,
0xbb
,
0xcc
,
0xdd
,
0xee
,
0xff
,
0x00
,
0x11
,
0x22
,
0x33
,
0x44
,
0x55
,
0x66
,
0x77
,
0x88
,
0x99
,
0xaa
,
0xbb
,
0xcc
,
0xdd
,
0xee
,
0xff
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint8_t
aria_test2_key
[
32
]
=
aria.c:697
mbedtls_aria_setkey_enc
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:873
mbedtls_aria_self_test()
mbedtls_aria_setkey_dec
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:885
mbedtls_aria_self_test()
mbedtls_aria_setkey_enc
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:904
mbedtls_aria_self_test()
mbedtls_aria_setkey_enc
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:916
mbedtls_aria_self_test()
mbedtls_aria_setkey_enc
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:935
mbedtls_aria_self_test()
mbedtls_aria_setkey_enc
(
&
ctx
,
aria_test2_key
,
128
+
64
*
i
)
;
aria.c:947
mbedtls_aria_self_test()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
aria_test2_key
is read by 1 function:
All items filtered out
aria_test2_key
mbedtls_aria_self_test()
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