mbedTLS
mbedtls_sha512_context::is384
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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_sha512_context::is384
mbedtls_sha512_context::is384 field
0 => SHA-512, else SHA-384
Syntax
Show:
Summary
Declaration
from
sha512_alt.h:51
int
is384
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
is384
)
;
/*!< Determines which function to use:
sha512.h:44
int
is384
;
/*!< 0 => SHA-512, else SHA-384 */
sha512_alt.h:51
return
ctx
->
is384
?
SHA2_384
:
SHA2_512
;
esp_sha512.c:45
sha_type()
ctx
->
is384
=
is384
;
esp_sha512.c:154
mbedtls_sha512_starts()
if
(
ctx
->
is384
==
0
)
{
esp_sha512.c:414
mbedtls_sha512_finish()
ctx
->
is384
=
is384
;
sha512.c:288
mbedtls_sha512_starts()
truncated
=
ctx
->
is384
;
sha512.c:868
mbedtls_sha512_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_sha512_context::is384
is written by 1 function and is read by 2 functions:
mbedtls_sha512_starts()
All items filtered out
mbedtls_sha512_context::is384
mbedtls_sha512_finish()
sha_type()
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