ESP-IDF
tc_sha256_state_struct::bits_hashed
is only used within ESP-IDF.
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
ESP-IDF
tc_sha256_state_struct::bits_hashed
tc_sha256_state_struct::bits_hashed field
Syntax
Show:
Summary
Declaration
from
sha256.h:73
uint64_t
bits_hashed
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
bits_hashed
;
sha256.h:73
uint64_t
bits_hashed
;
sha256.h:73
.
struct_tc_sha256_off_bits_hashed
=
offsetof
(
struct
tc_sha256_state_struct
,
bits_hashed
)
,
ext.c:4243
s
->
bits_hashed
+=
(
TC_SHA256_BLOCK_SIZE
<
<
3
)
;
sha256.c:80
tc_sha256_update()
s
->
bits_hashed
+=
(
s
->
leftover_offset
<
<
3
)
;
sha256.c:97
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
1
]
=
(
uint8_t
)
(
s
->
bits_hashed
)
;
sha256.c:111
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
2
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
8
)
;
sha256.c:112
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
3
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
16
)
;
sha256.c:113
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
4
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
24
)
;
sha256.c:114
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
5
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
32
)
;
sha256.c:115
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
6
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
40
)
;
sha256.c:116
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
7
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
48
)
;
sha256.c:117
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
8
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
56
)
;
sha256.c:118
tc_sha256_final()
s
->
bits_hashed
+=
(
TC_SHA256_BLOCK_SIZE
<
<
3
)
;
sha256.c:80
tc_sha256_update()
s
->
bits_hashed
+=
(
s
->
leftover_offset
<
<
3
)
;
sha256.c:97
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
1
]
=
(
uint8_t
)
(
s
->
bits_hashed
)
;
sha256.c:111
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
2
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
8
)
;
sha256.c:112
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
3
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
16
)
;
sha256.c:113
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
4
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
24
)
;
sha256.c:114
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
5
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
32
)
;
sha256.c:115
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
6
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
40
)
;
sha256.c:116
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
7
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
48
)
;
sha256.c:117
tc_sha256_final()
s
->
leftover
[
sizeof
(
s
->
leftover
)
-
8
]
=
(
uint8_t
)
(
s
->
bits_hashed
>
>
56
)
;
sha256.c:118
tc_sha256_final()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_sha256_state_struct::bits_hashed
is written by 2 functions and is read by 2 functions:
tc_sha256_update()
tc_sha256_final()
All items filtered out
tc_sha256_state_struct::bits_hashed
tc_sha256_update()
tc_sha256_final()
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