mbedTLS
mbedtls_psa_cipher_operation_t::ctx
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_psa_cipher_operation_t::ctx
mbedtls_psa_cipher_operation_t::ctx field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_primitives.h:106
union
{
unsigned
int
MBEDTLS_PRIVATE
(
dummy
)
;
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
cipher
)
;
}
MBEDTLS_PRIVATE
(
ctx
;
Examples
References
from
examples
Code
Location
Referrer
}
MBEDTLS_PRIVATE
(
ctx
)
;
crypto_builtin_primitives.h:109
mbedtls_cipher_init
(
&
operation
->
ctx
.
cipher
)
;
psa_crypto_cipher.c:296
psa_cipher_setup()
ret
=
mbedtls_cipher_setup
(
&
operation
->
ctx
.
cipher
,
cipher_info
)
;
psa_crypto_cipher.c:306
psa_cipher_setup()
ret
=
mbedtls_cipher_setkey
(
&
operation
->
ctx
.
cipher
,
key_buffer
,
psa_crypto_cipher.c:323
psa_cipher_setup()
ret
=
mbedtls_cipher_set_padding_mode
(
&
operation
->
ctx
.
cipher
,
psa_crypto_cipher.c:334
psa_cipher_setup()
ret
=
mbedtls_cipher_set_padding_mode
(
&
operation
->
ctx
.
cipher
,
psa_crypto_cipher.c:338
psa_cipher_setup()
mbedtls_cipher_set_iv
(
&
operation
->
ctx
.
cipher
,
psa_crypto_cipher.c:391
mbedtls_psa_cipher_set_iv()
(
operation
->
ctx
.
cipher
.
unprocessed_len
+
input_length
)
psa_crypto_cipher.c:513
mbedtls_psa_cipher_update()
status
=
psa_cipher_update_ecb
(
&
operation
->
ctx
.
cipher
,
psa_crypto_cipher.c:528
mbedtls_psa_cipher_update()
mbedtls_cipher_update
(
&
operation
->
ctx
.
cipher
,
input
,
psa_crypto_cipher.c:541
mbedtls_psa_cipher_update()
if
(
operation
->
ctx
.
cipher
.
unprocessed_len
!=
0
)
{
psa_crypto_cipher.c:559
mbedtls_psa_cipher_finish()
mbedtls_cipher_finish
(
&
operation
->
ctx
.
cipher
,
psa_crypto_cipher.c:568
mbedtls_psa_cipher_finish()
mbedtls_cipher_free
(
&
operation
->
ctx
.
cipher
)
;
psa_crypto_cipher.c:599
mbedtls_psa_cipher_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_cipher_operation_t::ctx
is read by 5 functions:
All items filtered out
mbedtls_psa_cipher_operation_t::ctx
psa_cipher_setup()
mbedtls_psa_cipher_set_iv()
mbedtls_psa_cipher_update()
mbedtls_psa_cipher_finish()
mbedtls_psa_cipher_abort()
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