mbedtls_psa_aead_update_ad() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS Success. #PSA_ERROR_NOT_SUPPORTED Algorithm previously set is not supported in this configuration of the library.

Notes

The signature of this function is that of a PSA driver aead_update_ad entry point. This function behaves as an aead_update_ad entry point as defined in the PSA driver interface specification for transparent drivers.

References