psa_aead_operation_s is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
private_id
unsigned int MBEDTLS_PRIVATE
Unique ID indicating which driver got assigned to do the operation. Since driver contexts are driver-specific, swapping drivers halfway through the operation is not supported. ID values are auto-generated in psa_crypto_driver_wrappers.h ID value zero means the context is not valid or not assigned to any driver (i.e. none of the driver contexts are active).
private_alg
private_key_type
private_ad_remaining
private_body_remaining
private_nonce_set
unsigned int MBEDTLS_PRIVATE(nonce_set) : 1
private_lengths_set
unsigned int MBEDTLS_PRIVATE(lengths_set) : 1
private_ad_started
unsigned int MBEDTLS_PRIVATE(ad_started) : 1
private_body_started
unsigned int MBEDTLS_PRIVATE(body_started) : 1
private_is_encrypt
unsigned int MBEDTLS_PRIVATE(is_encrypt) : 1
private_ctx
unsigned int MBEDTLS_PRIVATE(id
Unique ID indicating which driver got assigned to do the operation. Since driver contexts are driver-specific, swapping drivers halfway through the operation is not supported. ID values are auto-generated in psa_crypto_driver_wrappers.h ID value zero means the context is not valid or not assigned to any driver (i.e. none of the driver contexts are active).
size_t MBEDTLS_PRIVATE(ad_remaining
size_t MBEDTLS_PRIVATE(body_remaining
unsigned int MBEDTLS_PRIVATE(nonce_set) : 1
unsigned int MBEDTLS_PRIVATE(lengths_set) : 1
unsigned int MBEDTLS_PRIVATE(ad_started) : 1
unsigned int MBEDTLS_PRIVATE(body_started) : 1
unsigned int MBEDTLS_PRIVATE(is_encrypt) : 1

References

from examples