mbedTLS
mbedtls_cipher_context_t::unprocessed_data
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_cipher_context_t::unprocessed_data
mbedtls_cipher_context_t::unprocessed_data field
Buffer for input that has not been processed yet.
Syntax
Show:
Summary
Declaration
from
cipher.h:337
unsigned
char
MBEDTLS_PRIVATE
(
unprocessed_data
)
[
MBEDTLS_MAX_BLOCK_LENGTH
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
unprocessed_data
)
[
MBEDTLS_MAX_BLOCK_LENGTH
]
;
cipher.h:337
memcpy
(
&
(
ctx
->
unprocessed_data
[
ctx
->
unprocessed_len
]
)
,
input
,
cipher.c:662
mbedtls_cipher_update()
memcpy
(
&
(
ctx
->
unprocessed_data
[
ctx
->
unprocessed_len
]
)
,
input
,
cipher.c:675
mbedtls_cipher_update()
unprocessed_data
,
cipher.c:682
mbedtls_cipher_update()
memcpy
(
ctx
->
unprocessed_data
,
&
(
input
[
ilen
-
copy_len
]
)
,
cipher.c:710
mbedtls_cipher_update()
ctx
->
unprocessed_data
,
cipher.c:774
mbedtls_cipher_update()
ctx
->
add_padding
(
ctx
->
unprocessed_data
,
mbedtls_cipher_get_iv_size
(
ctx
)
,
cipher.c:1079
mbedtls_cipher_finish()
ctx
->
unprocessed_data
,
cipher.c:1099
mbedtls_cipher_finish()
memcpy
(
&
(
ctx
->
unprocessed_data
[
ctx
->
unprocessed_len
]
)
,
psa_crypto_cipher.c:444
psa_cipher_update_ecb()
ctx
->
unprocessed_data
,
psa_crypto_cipher.c:453
psa_cipher_update_ecb()
memcpy
(
&
(
ctx
->
unprocessed_data
[
ctx
->
unprocessed_len
]
)
,
psa_crypto_cipher.c:487
psa_cipher_update_ecb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_cipher_context_t::unprocessed_data
is read by 3 functions:
All items filtered out
mbedtls_cipher_context_t::unprocessed_data
mbedtls_cipher_update()
mbedtls_cipher_finish()
psa_cipher_update_ecb()
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