mbedTLS
mbedtls_sha256_context::mode
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_sha256_context::mode
mbedtls_sha256_context::mode field
Syntax
Show:
Summary
Declaration
from
sha256_alt.h:50
esp_mbedtls_sha256_mode
mode
;
Examples
References
from
examples
Code
Location
Referrer
esp_mbedtls_sha256_mode
mode
;
sha256_alt.h:50
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:80
mbedtls_sha256_free()
if
(
src
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:91
mbedtls_sha256_clone()
dst
->
mode
=
ESP_MBEDTLS_SHA256_SOFTWARE
;
esp_sha256.c:96
mbedtls_sha256_clone()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:131
mbedtls_sha256_starts()
ctx
->
mode
=
ESP_MBEDTLS_SHA256_UNUSED
;
esp_sha256.c:134
mbedtls_sha256_starts()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_UNUSED
)
{
esp_sha256.c:244
esp_internal_sha256_parallel_engine_process()
ctx
->
mode
=
ESP_MBEDTLS_SHA256_HARDWARE
;
esp_sha256.c:247
esp_internal_sha256_parallel_engine_process()
ctx
->
mode
=
ESP_MBEDTLS_SHA256_SOFTWARE
;
esp_sha256.c:250
esp_internal_sha256_parallel_engine_process()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:254
esp_internal_sha256_parallel_engine_process()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:318
mbedtls_sha256_update()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:365
mbedtls_sha256_finish()
if
(
ctx
->
mode
==
ESP_MBEDTLS_SHA256_HARDWARE
)
{
esp_sha256.c:382
mbedtls_sha256_finish()
ctx
->
mode
=
ESP_MBEDTLS_SHA256_SOFTWARE
;
esp_sha256.c:384
mbedtls_sha256_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_sha256_context::mode
is written by 4 functions and is read by 6 functions:
mbedtls_sha256_clone()
mbedtls_sha256_starts()
esp_internal_sha256_parallel_engine_process()
mbedtls_sha256_finish()
All items filtered out
mbedtls_sha256_context::mode
mbedtls_sha256_free()
mbedtls_sha256_clone()
mbedtls_sha256_starts()
esp_internal_sha256_parallel_engine_process()
mbedtls_sha256_update()
mbedtls_sha256_finish()
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