mbedTLS
mbedtls_internal_sha512_process()::
::W
is only used within mbedTLS.
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_internal_sha512_process()::
::W
mbedtls_internal_sha512_process()::
::W field
Syntax
Show:
Summary
Declaration
from
sha512.c:606
uint64_t
temp1
,
temp2
,
W
[
80
]
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
temp1
,
temp2
,
W
[
80
]
;
sha512.c:606
local
.
W
[
i
]
=
MBEDTLS_GET_UINT64_BE
(
data
,
i
<
<
3
)
;
sha512.c:654
mbedtls_internal_sha512_process()
local
.
W
[
i
]
=
S1
(
local
.
W
[
i
-
2
]
)
+
local
.
W
[
i
-
7
]
+
sha512.c:658
mbedtls_internal_sha512_process()
S0
(
local
.
W
[
i
-
15
]
)
+
local
.
W
[
i
-
16
]
;
sha512.c:659
mbedtls_internal_sha512_process()
local
.
A
[
5
]
,
local
.
A
[
6
]
,
local
.
A
[
7
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:665
mbedtls_internal_sha512_process()
local
.
A
[
4
]
,
local
.
A
[
5
]
,
local
.
A
[
6
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:667
mbedtls_internal_sha512_process()
local
.
A
[
3
]
,
local
.
A
[
4
]
,
local
.
A
[
5
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:669
mbedtls_internal_sha512_process()
local
.
A
[
2
]
,
local
.
A
[
3
]
,
local
.
A
[
4
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:671
mbedtls_internal_sha512_process()
local
.
A
[
1
]
,
local
.
A
[
2
]
,
local
.
A
[
3
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:673
mbedtls_internal_sha512_process()
local
.
A
[
0
]
,
local
.
A
[
1
]
,
local
.
A
[
2
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:675
mbedtls_internal_sha512_process()
local
.
A
[
7
]
,
local
.
A
[
0
]
,
local
.
A
[
1
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:677
mbedtls_internal_sha512_process()
local
.
A
[
6
]
,
local
.
A
[
7
]
,
local
.
A
[
0
]
,
local
.
W
[
i
]
,
K
[
i
]
)
;
i
++
;
sha512.c:679
mbedtls_internal_sha512_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_internal_sha512_process()::
::W
is read by 1 function:
All items filtered out
mbedtls_internal_sha512_process()::
::W
mbedtls_internal_sha512_process()
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