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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_INVALID_ARGUMENT An invalid block length was supplied. #PSA_ERROR_NOT_SUPPORTED \p alg is not supported. #PSA_ERROR_INSUFFICIENT_MEMORY Failed to allocate memory for key material

Notes

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

References