mbedTLS
S0
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
S0
S0 macro
Syntax
Show:
Summary
Declaration
from
esp_sha256.c:160
#define
S0
(
x
)
(
ROTR
(
x
,
7
)
^
ROTR
(
x
,
18
)
^
SHR
(
x
,
3
)
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
S0
(
x
)
(
ROTR
(
x
,
7
)
^
ROTR
(
x
,
18
)
^
SHR
(
x
,
3
)
)
esp_sha256.c:160
#define
S0
(
x
)
(
ROTR
(
x
,
1
)
^
ROTR
(
x
,
8
)
^
SHR
(
x
,
7
)
)
esp_sha512.c:219
#define
S0
(
x
)
(
ROTR
(
x
,
7
)
^
ROTR
(
x
,
18
)
^
SHR
(
x
,
3
)
)
sha256.c:462
#define
S0
(
x
)
(
ROTR
(
x
,
1
)
^
ROTR
(
x
,
8
)
^
SHR
(
x
,
7
)
)
sha512.c:613
S0
(
W
[
t
-
15
]
)
+
W
[
t
-
16
]
\
esp_sha256.c:172
S0
(
W
[
i
-
15
]
)
+
W
[
i
-
16
]
;
esp_sha512.c:241
S0
(
local
.
W
[
(
t
)
-
15
]
)
+
local
.
W
[
(
t
)
-
16
]
\
sha256.c:474
S0
(
local
.
W
[
i
-
15
]
)
+
local
.
W
[
i
-
16
]
;
sha512.c:659
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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