mbedTLS
psa_cipher_operation_s::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
psa_cipher_operation_s::ctx
psa_cipher_operation_s::ctx field
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:112
psa_driver_cipher_context_t
MBEDTLS_PRIVATE
(
ctx
;
Examples
References
from
examples
Code
Location
Referrer
psa_driver_cipher_context_t
MBEDTLS_PRIVATE
(
ctx
)
;
crypto_struct.h:112
status
=
mbedtls_psa_cipher_encrypt_setup
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1277
psa_driver_wrapper_cipher_encrypt_setup()
status
=
mbedtls_psa_cipher_decrypt_setup
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1350
psa_driver_wrapper_cipher_decrypt_setup()
return
(
mbedtls_psa_cipher_set_iv
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1399
psa_driver_wrapper_cipher_set_iv()
return
(
mbedtls_psa_cipher_update
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1437
psa_driver_wrapper_cipher_update()
return
(
mbedtls_psa_cipher_finish
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1481
psa_driver_wrapper_cipher_finish()
return
(
mbedtls_psa_cipher_abort
(
&
operation
->
ctx
.
mbedtls_ctx
)
)
;
psa_crypto_driver_wrappers.h:1518
psa_driver_wrapper_cipher_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_cipher_operation_s::ctx
is read by 6 functions:
All items filtered out
psa_cipher_operation_s::ctx
psa_driver_wrapper_cipher_encrypt_setup()
psa_driver_wrapper_cipher_decrypt_setup()
psa_driver_wrapper_cipher_set_iv()
psa_driver_wrapper_cipher_update()
psa_driver_wrapper_cipher_finish()
psa_driver_wrapper_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