ESP-IDF
ROTR()
is only used within ESP-IDF.
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
ESP-IDF
ROTR()
ROTR() function
Syntax
Show:
Summary
Declaration
from
sha256.c:157
static
inline
unsigned
int
ROTR
(
unsigned
int
a
,
unsigned
int
n
)
;
Arguments
Argument
Declared as
a
unsigned
int
n
unsigned
int
Examples
References
from
examples
Code
Location
Referrer
static
inline
unsigned
int
ROTR
(
unsigned
int
a
,
unsigned
int
n
)
sha256.c:157
t1
+=
h
+
Sigma1
(
e
)
+
Ch
(
e
,
f
,
g
)
+
k256
[
i
]
;
sha256.c:196
compress()
t2
=
Sigma0
(
a
)
+
Maj
(
a
,
b
,
c
)
;
sha256.c:197
compress()
s0
=
sigma0
(
s0
)
;
sha256.c:204
compress()
s1
=
sigma1
(
s1
)
;
sha256.c:206
compress()
t1
+=
h
+
Sigma1
(
e
)
+
Ch
(
e
,
f
,
g
)
+
k256
[
i
]
;
sha256.c:209
compress()
t2
=
Sigma0
(
a
)
+
Maj
(
a
,
b
,
c
)
;
sha256.c:210
compress()
Call Tree
from
examples
ROTR()
is called by 1 function:
compress()
All items filtered out
ROTR()
All items filtered out
Data Use
from
examples
ROTR()
:
All items filtered out
ROTR()
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