mbedTLS
mbedtls_internal_aes_decrypt()::
::X
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_internal_aes_decrypt()::
::X
mbedtls_internal_aes_decrypt()::
::X field
Syntax
Show:
Summary
Declaration
from
aes.c:952
uint32_t
X
[
4
]
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
X
[
4
]
;
aes.c:952
t
.
X
[
0
]
=
MBEDTLS_GET_UINT32_LE
(
input
,
0
)
;
t
.
X
[
0
]
^=
*
RK
++
;
aes.c:956
mbedtls_internal_aes_decrypt()
t
.
X
[
1
]
=
MBEDTLS_GET_UINT32_LE
(
input
,
4
)
;
t
.
X
[
1
]
^=
*
RK
++
;
aes.c:957
mbedtls_internal_aes_decrypt()
t
.
X
[
2
]
=
MBEDTLS_GET_UINT32_LE
(
input
,
8
)
;
t
.
X
[
2
]
^=
*
RK
++
;
aes.c:958
mbedtls_internal_aes_decrypt()
t
.
X
[
3
]
=
MBEDTLS_GET_UINT32_LE
(
input
,
12
)
;
t
.
X
[
3
]
^=
*
RK
++
;
aes.c:959
mbedtls_internal_aes_decrypt()
AES_RROUND
(
t
.
Y
[
0
]
,
t
.
Y
[
1
]
,
t
.
Y
[
2
]
,
t
.
Y
[
3
]
,
t
.
X
[
0
]
,
t
.
X
[
1
]
,
t
.
X
[
2
]
,
t
.
X
[
3
]
)
;
aes.c:962
mbedtls_internal_aes_decrypt()
AES_RROUND
(
t
.
X
[
0
]
,
t
.
X
[
1
]
,
t
.
X
[
2
]
,
t
.
X
[
3
]
,
t
.
Y
[
0
]
,
t
.
Y
[
1
]
,
t
.
Y
[
2
]
,
t
.
Y
[
3
]
)
;
aes.c:963
mbedtls_internal_aes_decrypt()
AES_RROUND
(
t
.
Y
[
0
]
,
t
.
Y
[
1
]
,
t
.
Y
[
2
]
,
t
.
Y
[
3
]
,
t
.
X
[
0
]
,
t
.
X
[
1
]
,
t
.
X
[
2
]
,
t
.
X
[
3
]
)
;
aes.c:966
mbedtls_internal_aes_decrypt()
t
.
X
[
0
]
=
*
RK
++
^
\
aes.c:968
mbedtls_internal_aes_decrypt()
t
.
X
[
1
]
=
*
RK
++
^
\
aes.c:974
mbedtls_internal_aes_decrypt()
t
.
X
[
2
]
=
*
RK
++
^
\
aes.c:980
mbedtls_internal_aes_decrypt()
t
.
X
[
3
]
=
*
RK
++
^
\
aes.c:986
mbedtls_internal_aes_decrypt()
MBEDTLS_PUT_UINT32_LE
(
t
.
X
[
0
]
,
output
,
0
)
;
aes.c:992
mbedtls_internal_aes_decrypt()
MBEDTLS_PUT_UINT32_LE
(
t
.
X
[
1
]
,
output
,
4
)
;
aes.c:993
mbedtls_internal_aes_decrypt()
MBEDTLS_PUT_UINT32_LE
(
t
.
X
[
2
]
,
output
,
8
)
;
aes.c:994
mbedtls_internal_aes_decrypt()
MBEDTLS_PUT_UINT32_LE
(
t
.
X
[
3
]
,
output
,
12
)
;
aes.c:995
mbedtls_internal_aes_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_internal_aes_decrypt()::
::X
is read by 1 function:
All items filtered out
mbedtls_internal_aes_decrypt()::
::X
mbedtls_internal_aes_decrypt()
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