mbedTLS
psa_aead_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_aead_operation_s::ctx
psa_aead_operation_s::ctx field
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:183
psa_driver_aead_context_t
MBEDTLS_PRIVATE
(
ctx
;
Examples
References
from
examples
Code
Location
Referrer
psa_driver_aead_context_t
MBEDTLS_PRIVATE
(
ctx
)
;
crypto_struct.h:183
&
operation
->
ctx
.
mbedtls_ctx
,
attributes
,
psa_crypto_driver_wrappers.h:1851
psa_driver_wrapper_aead_encrypt_setup()
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1900
psa_driver_wrapper_aead_decrypt_setup()
return
(
mbedtls_psa_aead_set_nonce
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1925
psa_driver_wrapper_aead_set_nonce()
return
(
mbedtls_psa_aead_set_lengths
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1959
psa_driver_wrapper_aead_set_lengths()
return
(
mbedtls_psa_aead_update_ad
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:1993
psa_driver_wrapper_aead_update_ad()
return
(
mbedtls_psa_aead_update
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:2030
psa_driver_wrapper_aead_update()
return
(
mbedtls_psa_aead_finish
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:2073
psa_driver_wrapper_aead_finish()
status
=
mbedtls_psa_aead_finish
(
&
operation
->
ctx
.
mbedtls_ctx
,
psa_crypto_driver_wrappers.h:2122
psa_driver_wrapper_aead_verify()
return
(
mbedtls_psa_aead_abort
(
&
operation
->
ctx
.
mbedtls_ctx
)
)
;
psa_crypto_driver_wrappers.h:2175
psa_driver_wrapper_aead_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_aead_operation_s::ctx
is read by 9 functions:
All items filtered out
psa_aead_operation_s::ctx
psa_driver_wrapper_aead_encrypt_setup()
psa_driver_wrapper_aead_decrypt_setup()
psa_driver_wrapper_aead_set_nonce()
psa_driver_wrapper_aead_set_lengths()
psa_driver_wrapper_aead_update_ad()
psa_driver_wrapper_aead_update()
psa_driver_wrapper_aead_finish()
psa_driver_wrapper_aead_verify()
psa_driver_wrapper_aead_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