mbedTLS
mbedtls_sha512_context::buffer
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_sha512_context::buffer
mbedtls_sha512_context::buffer field
The data block being processed.
Syntax
Show:
Summary
Declaration
from
sha512.h:61
unsigned
char
buffer
[
128
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
buffer
[
128
]
;
/*!< The data block being processed. */
sha512.h:61
memcpy
(
(
void
*
)
(
ctx
->
buffer
+
left
)
,
input
,
fill
)
;
sha512.c:329
mbedtls_sha512_update_ret()
if
(
(
ret
=
mbedtls_internal_sha512_process
(
ctx
,
ctx
->
buffer
)
)
!=
0
)
sha512.c:331
mbedtls_sha512_update_ret()
memcpy
(
(
void
*
)
(
ctx
->
buffer
+
left
)
,
input
,
ilen
)
;
sha512.c:349
mbedtls_sha512_update_ret()
ctx
->
buffer
[
used
++
]
=
0x80
;
sha512.c:381
mbedtls_sha512_finish_ret()
memset
(
ctx
->
buffer
+
used
,
0
,
112
-
used
)
;
sha512.c:386
mbedtls_sha512_finish_ret()
memset
(
ctx
->
buffer
+
used
,
0
,
128
-
used
)
;
sha512.c:391
mbedtls_sha512_finish_ret()
if
(
(
ret
=
mbedtls_internal_sha512_process
(
ctx
,
ctx
->
buffer
)
)
!=
0
)
sha512.c:393
mbedtls_sha512_finish_ret()
memset
(
ctx
->
buffer
,
0
,
112
)
;
sha512.c:396
mbedtls_sha512_finish_ret()
PUT_UINT64_BE
(
high
,
ctx
->
buffer
,
112
)
;
sha512.c:406
mbedtls_sha512_finish_ret()
PUT_UINT64_BE
(
low
,
ctx
->
buffer
,
120
)
;
sha512.c:407
mbedtls_sha512_finish_ret()
if
(
(
ret
=
mbedtls_internal_sha512_process
(
ctx
,
ctx
->
buffer
)
)
!=
0
)
sha512.c:409
mbedtls_sha512_finish_ret()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_sha512_context::buffer
is read by 2 functions:
All items filtered out
mbedtls_sha512_context::buffer
mbedtls_sha512_update_ret()
mbedtls_sha512_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