mbedTLS
mbedtls_sha256_context::total
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
STM32 Libraries and Samples
mbedTLS
mbedtls_sha256_context::total
mbedtls_sha256_context::total field
The number of Bytes processed.
Syntax
Show:
Summary
Declaration
from
sha256.h:60
uint32_t
total
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
total
[
2
]
;
/*!< The number of Bytes processed. */
sha256.h:60
ctx
->
total
[
0
]
=
0
;
sha256.c:113
mbedtls_sha256_starts_ret()
ctx
->
total
[
1
]
=
0
;
sha256.c:114
mbedtls_sha256_starts_ret()
left
=
ctx
->
total
[
0
]
&
0x3F
;
sha256.c:288
mbedtls_sha256_update_ret()
ctx
->
total
[
0
]
+=
(
uint32_t
)
ilen
;
sha256.c:291
mbedtls_sha256_update_ret()
ctx
->
total
[
0
]
&=
0xFFFFFFFF
;
sha256.c:292
mbedtls_sha256_update_ret()
if
(
ctx
->
total
[
0
]
<
(
uint32_t
)
ilen
)
sha256.c:294
mbedtls_sha256_update_ret()
ctx
->
total
[
1
]
++
;
sha256.c:295
mbedtls_sha256_update_ret()
used
=
ctx
->
total
[
0
]
&
0x3F
;
sha256.c:349
mbedtls_sha256_finish_ret()
high
=
(
ctx
->
total
[
0
]
>
>
29
)
sha256.c:372
mbedtls_sha256_finish_ret()
|
(
ctx
->
total
[
1
]
<
<
3
)
;
sha256.c:373
mbedtls_sha256_finish_ret()
low
=
(
ctx
->
total
[
0
]
<
<
3
)
;
sha256.c:374
mbedtls_sha256_finish_ret()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_sha256_context::total
is read by 3 functions:
All items filtered out
mbedtls_sha256_context::total
mbedtls_sha256_starts_ret()
mbedtls_sha256_update_ret()
mbedtls_sha256_finish_ret()
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